Searched +full:oe +full:- +full:aad +full:- +full:mux +full:- +full:off +full:- +full:ns (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/memory-controllers/ti,gpmc-child.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Tony Lindgren <[email protected]>11 - Roger Quadros <[email protected]>24 gpmc,sync-clk-ps:28 # Chip-select signal timings corresponding to GPMC_CONFIG2:29 gpmc,cs-on-ns:33 gpmc,cs-rd-off-ns:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2005-2006 Nokia Corporation10 * Added OMAP4 support - Santosh Shilimkar <[email protected]>33 #include <linux/omap-gpmc.h>37 #include <linux/platform_data/mtd-nand-omap2.h>39 #define DEVICE_NAME "omap-gpmc"221 * to support core off on OMAP3258 /* Define chip-selects as reserved by default until probe completes */306 * gpmc_get_clk_period - get period of selected clock domain in ps343 return (time_ns * 1000 + tick_ps - 1) / tick_ps; in gpmc_ns_to_clk_ticks()[all …]