Searched refs:pio_timings (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_cs5535.c102 static const u16 pio_timings[5] = { local
121 pio_cmd_timings[cmdmode] << 16 | pio_timings[pairmode], 0);
125 pio_cmd_timings[cmdmode] << 16 | pio_timings[mode], 0);
H A Dpata_atiixp.c63 static u8 pio_timings[5] = { 0x5D, 0x47, 0x34, 0x22, 0x20 }; local
78 pio_timing_data |= (pio_timings[pio] << timing_shift);
H A Dpata_sc1200.c88 static const u32 pio_timings[4][5] = { local
104 pio_timings[format][mode]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpdc202xx_new.c104 } pio_timings [] = { variable in typeref:struct:pio_timing
177 set_indexed_reg(hwif, 0x0c + adj, pio_timings[pio].reg0c);
178 set_indexed_reg(hwif, 0x0d + adj, pio_timings[pio].reg0d);
179 set_indexed_reg(hwif, 0x13 + adj, pio_timings[pio].reg13);
H A Dsis5513.c203 const u16 pio_timings[] = { 0x000, 0x607, 0x404, 0x303, 0x301 }; local
215 t1 |= pio_timings[mode - XFER_PIO_0];
226 const u8 pio_timings[] = { 0x00, 0x67, 0x44, 0x33, 0x31 }; local
238 t1 = pio_timings[mode - XFER_PIO_0];
H A Dit821x.c247 static u16 pio_timings[]= { 0xAA88, 0xA382, 0xA181, 0x3332, 0x3121 }; local
265 itdev->pio[unit] = pio_timings[set_pio];
H A Dpmac.c612 set_timings_udma_ata6(u32 *pio_timings, u32 *ultra_timings, u8 speed) argument
630 set_timings_udma_shasta(u32 *pio_timings, u32 *ultra_timings, u8 speed) argument

Completed in 125 milliseconds