Searched refs:oe_off (Results 1 – 7 of 7) sorted by relevance
77 t.oe_off = t.access; in smc91c96_gpmc_retime()78 t.adv_rd_off = t.oe_off + max(t4_r, t6); in smc91c96_gpmc_retime()79 t.cs_rd_off = t.oe_off; in smc91c96_gpmc_retime()
83 t.oe_off = next_clk(t.access, tmp, fclk_ps); in tusb_set_async_mode()85 t.cs_rd_off = t.oe_off; in tusb_set_async_mode()150 t.oe_off = next_clk(t.access, tmp, fclk_ps); in tusb_set_sync_mode()152 t.cs_rd_off = t.oe_off; in tusb_set_sync_mode()
53 t.oe_off = gpmc_round_ns_to_ticks(gpmc_nand_data->gpmc_t->oe_off); in omap2_nand_gpmc_retime()
66 t.oe_off = t.access + gpmc_round_ns_to_ticks(1); in omap2_onenand_set_async_mode()67 t.cs_rd_off = t.oe_off; in omap2_onenand_set_async_mode()319 t.oe_off = t.access + gpmc_round_ns_to_ticks(1); in omap2_onenand_set_sync_mode()320 t.cs_rd_off = t.oe_off; in omap2_onenand_set_sync_mode()
124 .oe_off = 48,
279 GPMC_SET_ONE(GPMC_CS_CONFIG4, 8, 12, oe_off); in gpmc_cs_set_timings()
121 u16 oe_off; /* OE deassertion time */ member