Home
last modified time | relevance | path

Searched refs:HostInterruptStatus (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c6801 int_status = ioc->base_readl(&ioc->chip->HostInterruptStatus); in _base_wait_for_doorbell_int()
6827 int_status = ioc->base_readl(&ioc->chip->HostInterruptStatus); in _base_spin_on_doorbell_int()
6865 int_status = ioc->base_readl(&ioc->chip->HostInterruptStatus); in _base_wait_for_doorbell_ack()
7067 if (ioc->base_readl(&ioc->chip->HostInterruptStatus) & in _base_handshake_req_reply_wait()
7069 writel(0, &ioc->chip->HostInterruptStatus); in _base_handshake_req_reply_wait()
7081 writel(0, &ioc->chip->HostInterruptStatus); in _base_handshake_req_reply_wait()
7112 writel(0, &ioc->chip->HostInterruptStatus); in _base_handshake_req_reply_wait()
7120 writel(0, &ioc->chip->HostInterruptStatus); in _base_handshake_req_reply_wait()
7134 writel(0, &ioc->chip->HostInterruptStatus); in _base_handshake_req_reply_wait()
7143 writel(0, &ioc->chip->HostInterruptStatus); in _base_handshake_req_reply_wait()
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2.h217 U32 HostInterruptStatus; /*0x30 */ member