Home
last modified time | relevance | path

Searched refs:we_off (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/Documentation/bus-devices/
Dti-gpmc.txt89 we_off: t_wpl
96 we_off: t_wpl
103 we_off: t_wpl, cyc_wpl
110 we_off: t_wpl, cyc_wpl
/linux-4.4.14/include/linux/
Domap-gpmc.h57 u32 we_off; /* WE deassertion time */ member
/linux-4.4.14/arch/arm/mach-omap2/
Dboard-flash.c121 .we_off = 30,
/linux-4.4.14/drivers/memory/
Domap-gpmc.c741 GPMC_SET_ONE(GPMC_CS_CONFIG4, 24, 28, we_off); in gpmc_cs_set_timings()
1360 gpmc_t->we_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_sync_write_timings()
1362 gpmc_t->cs_wr_off = gpmc_round_ps_to_ticks(gpmc_t->we_off + in gpmc_calc_sync_write_timings()
1446 gpmc_t->we_off = gpmc_round_ps_to_ticks(temp); in gpmc_calc_async_write_timings()
1448 gpmc_t->cs_wr_off = gpmc_round_ps_to_ticks(gpmc_t->we_off + in gpmc_calc_async_write_timings()
1524 t->we_off /= 1000; in gpmc_convert_ps_to_ns()
1728 of_property_read_u32(np, "gpmc,we-off-ns", &gpmc_t->we_off); in gpmc_read_timings_dt()