Searched refs:QD_TIMREG (Results 1 – 2 of 2) sorted by relevance
95 u8 index = (( (QD_TIMREG(drive)) & 0x80 ) >> 7) | in qd65xx_dev_select()96 (QD_TIMREG(drive) & 0x02); in qd65xx_dev_select()99 outb(timings[index] = QD_TIMING(drive), QD_TIMREG(drive)); in qd65xx_dev_select()
40 static inline u8 QD_TIMREG(ide_drive_t *drive) in QD_TIMREG() function