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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 111 milliseconds