Lines Matching refs:int_event
216 pr_debug(" interrupt event: 0x%04x\n", readw_u(&fp->regs->int_event));
904 uint int_event;
907 int_event = readw_o(&fp->regs->int_event) & fp->int_mask;
908 if (int_event == 0)
912 writew_u(int_event, &fp->regs->int_event);
917 if ((int_event & FZA_EVENT_CMD_DONE) != 0) {
927 if ((int_event & FZA_EVENT_TX_DONE) != 0) {
933 if ((int_event & FZA_EVENT_RX_POLL) != 0) {
939 if ((int_event & FZA_EVENT_SMT_TX_POLL) != 0) {
945 if ((int_event & FZA_EVENT_FLUSH_TX) != 0) {
951 if ((int_event & FZA_EVENT_LINK_ST_CHG) != 0) {
966 if ((int_event & FZA_EVENT_UNS_POLL) != 0) {
972 if ((int_event & FZA_EVENT_STATE_CHG) != 0) {