Lines Matching refs:icr
905 u32 icr; in fjes_intr() local
907 icr = fjes_hw_capture_interrupt_status(hw); in fjes_intr()
909 if (icr & REG_IS_MASK_IS_ASSERT) { in fjes_intr()
910 if (icr & REG_ICTL_MASK_RX_DATA) in fjes_intr()
911 fjes_rx_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()
913 if (icr & REG_ICTL_MASK_DEV_STOP_REQ) in fjes_intr()
914 fjes_stop_req_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()
916 if (icr & REG_ICTL_MASK_TXRX_STOP_REQ) in fjes_intr()
917 fjes_txrx_stop_req_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()
919 if (icr & REG_ICTL_MASK_TXRX_STOP_DONE) in fjes_intr()
923 if (icr & REG_ICTL_MASK_INFO_UPDATE) in fjes_intr()
924 fjes_update_zone_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()