Lines Matching refs:hp_int
1746 unsigned short hp_int; in FlashPoint_HandleInterrupt() local
1764 while ((hp_int = in FlashPoint_HandleInterrupt()
1770 if (hp_int & (FIFO | TIMEOUT | RESET | SCAM_SEL) || bm_status) { in FlashPoint_HandleInterrupt()
1774 hp_int); in FlashPoint_HandleInterrupt()
1786 else if (hp_int & ICMD_COMP) { in FlashPoint_HandleInterrupt()
1788 if (!(hp_int & BUS_FREE)) { in FlashPoint_HandleInterrupt()
1814 else if (hp_int & ITAR_DISC) { in FlashPoint_HandleInterrupt()
1867 else if (hp_int & RSEL) { in FlashPoint_HandleInterrupt()
1899 else if ((hp_int & IDO_STRT) && (!(hp_int & BUS_FREE))) { in FlashPoint_HandleInterrupt()
1907 else if ((hp_int & IUNKWN) || (hp_int & PROG_HLT)) { in FlashPoint_HandleInterrupt()
1939 else if (hp_int & XFER_CNT_0) { in FlashPoint_HandleInterrupt()
1947 else if (hp_int & BUS_FREE) { in FlashPoint_HandleInterrupt()
1961 else if (hp_int & ITICKLE) { in FlashPoint_HandleInterrupt()