Lines Matching refs:icr
908 u32 icr; in fjes_intr() local
910 icr = fjes_hw_capture_interrupt_status(hw); in fjes_intr()
912 if (icr & REG_IS_MASK_IS_ASSERT) { in fjes_intr()
913 if (icr & REG_ICTL_MASK_RX_DATA) in fjes_intr()
914 fjes_rx_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()
916 if (icr & REG_ICTL_MASK_DEV_STOP_REQ) in fjes_intr()
917 fjes_stop_req_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()
919 if (icr & REG_ICTL_MASK_TXRX_STOP_REQ) in fjes_intr()
920 fjes_txrx_stop_req_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()
922 if (icr & REG_ICTL_MASK_TXRX_STOP_DONE) in fjes_intr()
926 if (icr & REG_ICTL_MASK_INFO_UPDATE) in fjes_intr()
927 fjes_update_zone_irq(adapter, icr & REG_IS_MASK_EPID); in fjes_intr()