Searched refs:oe_off (Results 1 – 3 of 3) sorted by relevance
123 .oe_off = 48,
369 GPMC_SET_ONE(GPMC_CS_CONFIG4, 8, 12, oe_off); in gpmc_cs_set_timings()892 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_sync_read_timings()893 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_sync_read_timings()997 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_async_read_timings()998 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_async_read_timings()1003 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings()1118 t->oe_off /= 1000; in gpmc_convert_ps_to_ns()1324 of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off); in gpmc_read_timings_dt()
119 u32 oe_off; /* OE deassertion time */ member