Searched refs:wstrobe (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/platform_data/ |
H A D | mtd-davinci-aemif.h | 26 u8 wstrobe; member in struct:davinci_aemif_timing
|
/linux-4.4.14/drivers/memory/ |
H A D | ti-aemif.c | 88 * @wstrobe: write strobe width, ns 101 u16 wstrobe; member in struct:aemif_cs_data 180 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; aemif_config_abus() local 192 wstrobe = aemif_calc_rate(pdev, data->wstrobe, clk_rate, WSTROBE_MAX); aemif_config_abus() 196 whold < 0 || wstrobe < 0 || wsetup < 0) { aemif_config_abus() 203 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); aemif_config_abus() 248 data->wstrobe = aemif_cycles_to_nsec(WSTROBE_VAL(val), clk_rate); aemif_get_hw_params() 309 data->wstrobe = val; of_aemif_parse_abus_config()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
H A D | aemif.c | 107 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; davinci_aemif_setup_timing() local 120 wstrobe = aemif_calc_rate(t->wstrobe, clkrate, WSTROBE_MAX); davinci_aemif_setup_timing() 124 whold < 0 || wstrobe < 0 || wsetup < 0) { davinci_aemif_setup_timing() 130 WHOLD(whold) | WSTROBE(wstrobe) | WSETUP(wsetup); davinci_aemif_setup_timing()
|
H A D | board-da830-evm.c | 355 .wstrobe = 21,
|
H A D | board-dm644x-evm.c | 144 .wstrobe = 40,
|
H A D | board-dm646x-evm.c | 80 .wstrobe = 24,
|
H A D | board-da850-evm.c | 251 .wstrobe = 21,
|
Completed in 99 milliseconds