Searched refs:XD_STATUS (Results 1 – 2 of 2) sorted by relevance
513 if (inb(XD_STATUS) & STAT_INTERRUPT) { /* check if it was our device */ in xd_interrupt_handler()624 if (xd_waitport(XD_STATUS,STAT_SELECT,STAT_SELECT,timeout)) in xd_command()628 if (xd_waitport(XD_STATUS,STAT_READY,STAT_READY,timeout)) in xd_command()631 switch (inb(XD_STATUS) & (STAT_COMMAND | STAT_INPUT)) { in xd_command()659 if (xd_waitport(XD_STATUS,0,STAT_SELECT,timeout)) /* wait until deselected */ in xd_command()
19 #define XD_STATUS (xd_iobase + 0x01) /* status RO register */ macro