Searched refs:access_time (Results 1 - 8 of 8) sorted by relevance

/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c93 unsigned long access_time; /* jiffies */ member in struct:davinci_mdio_data
98 u32 mdio_in, div, mdio_out_khz, access_time; local
115 access_time = (88 * 1000) / mdio_out_khz;
123 data->access_time = usecs_to_jiffies(access_time * 4);
124 if (!data->access_time)
125 data->access_time = 1;
136 msleep(PHY_MAX_ADDR * data->access_time);
/drivers/video/omap/
H A Domapfb.h93 int access_time; member in struct:extif_timings
H A Dhwa742.c660 t->access_time = round_to_extif_ticks(t->re_on_time + 12200, div);
678 t->access_time, t->cs_pulse_width);
709 t->access_time = round_to_extif_ticks(t->re_on_time + 4 * systim +
729 t->access_time, t->cs_pulse_width);
H A Dblizzard.c1119 t->access_time = round_to_extif_ticks(t->re_on_time + 12200, div);
1137 t->access_time, t->cs_pulse_width);
1169 t->access_time = round_to_extif_ticks(t->re_on_time + 4 * systim +
1191 t->access_time, t->cs_pulse_width);
H A Drfbi.c296 actim = ps_to_rfbi_ticks(t->access_time, div);
H A Dsossi.c166 actim = ps_to_sossi_ticks(t->access_time, div);
/drivers/video/omap2/dss/
H A Drfbi.c398 t->access_time = round_to_extif_ticks(t->access_time, div);
408 t->access_time, t->cs_pulse_width);
525 actim = ps_to_rfbi_ticks(t->access_time, div);
/drivers/video/omap2/displays/
H A Dpanel-n8x0.c409 .access_time = 27000,

Completed in 277 milliseconds