Lines Matching refs:hp_int
1745 unsigned short hp_int; in FlashPoint_HandleInterrupt() local
1763 while ((hp_int = RDW_HARPOON((ioport + hp_intstat)) & in FlashPoint_HandleInterrupt()
1768 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) { in FlashPoint_HandleInterrupt()
1771 hp_int); in FlashPoint_HandleInterrupt()
1783 else if (hp_int & ICMD_COMP) { in FlashPoint_HandleInterrupt()
1785 if (!(hp_int & BUS_FREE)) { in FlashPoint_HandleInterrupt()
1810 else if (hp_int & ITAR_DISC) { in FlashPoint_HandleInterrupt()
1859 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt()
1888 else if ((hp_int & IDO_STRT) && (!(hp_int & BUS_FREE))) { in FlashPoint_HandleInterrupt()
1896 else if ((hp_int & IUNKWN) || (hp_int & PROG_HLT)) { in FlashPoint_HandleInterrupt()
1928 else if (hp_int & XFER_CNT_0) { in FlashPoint_HandleInterrupt()
1936 else if (hp_int & BUS_FREE) { in FlashPoint_HandleInterrupt()
1949 else if (hp_int & ITICKLE) { in FlashPoint_HandleInterrupt()