Searched refs:iop2drv_doorbell (Results 1 – 2 of 2) sorted by relevance
362 if (readl(reg->iop2drv_doorbell) in arcmsr_hbaB_wait_msgint_ready()365 reg->iop2drv_doorbell); in arcmsr_hbaB_wait_msgint_ready()525 reg->iop2drv_doorbell = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL_1203); in arcmsr_alloc_io_queue()530 reg->iop2drv_doorbell = MEM_BASE0(ARCMSR_IOP2DRV_DOORBELL); in arcmsr_alloc_io_queue()1215 writel(ARCMSR_DOORBELL_INT_CLEAR_PATTERN, reg->iop2drv_doorbell); /* clear doorbell interrupt */ in arcmsr_done4abort_postqueue()2104 writel(ARCMSR_MESSAGE_INT_CLEAR_PATTERN, reg->iop2drv_doorbell); in arcmsr_hbaB_message_isr()2161 outbound_doorbell = readl(reg->iop2drv_doorbell) & in arcmsr_hbaB_handle_isr()2166 writel(~outbound_doorbell, reg->iop2drv_doorbell); in arcmsr_hbaB_handle_isr()2176 outbound_doorbell = readl(reg->iop2drv_doorbell) & in arcmsr_hbaB_handle_isr()2989 writel(ARCMSR_DOORBELL_INT_CLEAR_PATTERN, reg->iop2drv_doorbell); in arcmsr_hbaB_polling_ccbdone()[all …]
485 uint32_t __iomem *iop2drv_doorbell; member