Searched refs:QD_TIMREG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dqd65xx.h39 static inline u8 QD_TIMREG(ide_drive_t *drive) function
H A Dqd65xx.c95 u8 index = (( (QD_TIMREG(drive)) & 0x80 ) >> 7) |
96 (QD_TIMREG(drive) & 0x02);
99 outb(timings[index] = QD_TIMING(drive), QD_TIMREG(drive));

Completed in 104 milliseconds