Searched refs:iop2drv_doorbell (Results 1 – 2 of 2) sorted by relevance
414 if (readl(reg->iop2drv_doorbell) in arcmsr_hbaB_wait_msgint_ready()417 reg->iop2drv_doorbell); in arcmsr_hbaB_wait_msgint_ready()596 reg->iop2drv_doorbell = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL_1203); in arcmsr_hbaB_assign_regAddr()601 reg->iop2drv_doorbell = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL); in arcmsr_hbaB_assign_regAddr()1503 writel(ARCMSR_DOORBELL_INT_CLEAR_PATTERN, reg->iop2drv_doorbell); /* clear doorbell interrupt */ in arcmsr_done4abort_postqueue()2661 writel(ARCMSR_MESSAGE_INT_CLEAR_PATTERN, reg->iop2drv_doorbell); in arcmsr_hbaB_message_isr()2730 outbound_doorbell = readl(reg->iop2drv_doorbell) & in arcmsr_hbaB_handle_isr()2735 writel(~outbound_doorbell, reg->iop2drv_doorbell); in arcmsr_hbaB_handle_isr()2745 outbound_doorbell = readl(reg->iop2drv_doorbell) & in arcmsr_hbaB_handle_isr()3555 writel(ARCMSR_DOORBELL_INT_CLEAR_PATTERN, reg->iop2drv_doorbell); in arcmsr_hbaB_polling_ccbdone()[all …]
532 uint32_t __iomem *iop2drv_doorbell; member