Searched refs:adv_on (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 735 GPMC_SET_ONE(GPMC_CS_CONFIG3, 0, 3, adv_on); in gpmc_cs_set_timings() 1277 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_sync_read_timings() 1328 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_sync_write_timings() 1388 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_async_read_timings() 1404 gpmc_t->adv_on + dev_t->t_aa); in gpmc_calc_async_read_timings() 1428 temp = max_t(u32, gpmc_t->adv_on + gpmc_ticks_to_ps(1), temp); in gpmc_calc_async_write_timings() 1505 gpmc_t->adv_on = gpmc_round_ps_to_ticks(temp); in gpmc_calc_common_timings() 1522 t->adv_on /= 1000; in gpmc_convert_ps_to_ns() 1724 of_property_read_u32(np, "gpmc,adv-on-ns", &gpmc_t->adv_on); in gpmc_read_timings_dt()
|
/linux-4.1.27/include/linux/ |
D | omap-gpmc.h | 51 u32 adv_on; /* Assertion time */ member
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-flash.c | 117 .adv_on = 6,
|
/linux-4.1.27/Documentation/bus-devices/ |
D | ti-gpmc.txt | 55 adv_on: t_avdasu, t_ceavd
|