Lines Matching refs:Doorbell
330 doorbell = readl(&ioc->chip->Doorbell); in mpt2sas_halt_firmware()
334 writel(0xC0FFEE00, &ioc->chip->Doorbell); in mpt2sas_halt_firmware()
2914 s = readl(&ioc->chip->Doorbell); in mpt2sas_base_get_iocstate()
3021 doorbell = readl(&ioc->chip->Doorbell); in _base_wait_for_doorbell_ack()
3062 doorbell_reg = readl(&ioc->chip->Doorbell); in _base_wait_for_doorbell_not_used()
3110 &ioc->chip->Doorbell); in _base_send_ioc_reset()
3152 if ((readl(&ioc->chip->Doorbell) & MPI2_DOORBELL_USED)) { in _base_handshake_req_reply_wait()
3166 &ioc->chip->Doorbell); in _base_handshake_req_reply_wait()
3183 writel(cpu_to_le32(request[i]), &ioc->chip->Doorbell); in _base_handshake_req_reply_wait()
3202 reply[0] = le16_to_cpu(readl(&ioc->chip->Doorbell) in _base_handshake_req_reply_wait()
3210 reply[1] = le16_to_cpu(readl(&ioc->chip->Doorbell) in _base_handshake_req_reply_wait()
3222 dummy = readl(&ioc->chip->Doorbell); in _base_handshake_req_reply_wait()
3224 reply[i] = le16_to_cpu(readl(&ioc->chip->Doorbell) in _base_handshake_req_reply_wait()
4513 ((u8 __iomem *)&ioc->chip->Doorbell + (0x4000 + ((i - 1) in mpt2sas_base_attach()