Searched refs:phbcmu (Results 1 – 1 of 1) sorted by relevance
418 struct MessageUnit_C __iomem *phbcmu = pACB->pmuC; in arcmsr_hbaC_wait_msgint_ready() local422 if (readl(&phbcmu->outbound_doorbell) in arcmsr_hbaC_wait_msgint_ready()425 &phbcmu->outbound_doorbell_clear); /*clear interrupt*/ in arcmsr_hbaC_wait_msgint_ready()455 struct MessageUnit_E __iomem *phbcmu = pACB->pmuE; in arcmsr_hbaE_wait_msgint_ready() local458 read_doorbell = readl(&phbcmu->iobound_doorbell); in arcmsr_hbaE_wait_msgint_ready()460 writel(0, &phbcmu->host_int_status); /*clear interrupt*/ in arcmsr_hbaE_wait_msgint_ready()1745 struct MessageUnit_C __iomem *phbcmu = acb->pmuC; in arcmsr_post_ccb() local1751 writel(acb->cdb_phyaddr_hi32, &phbcmu->inbound_queueport_high); in arcmsr_post_ccb()1752 writel(ccb_post_stamp, &phbcmu->inbound_queueport_low); in arcmsr_post_ccb()1754 writel(ccb_post_stamp, &phbcmu->inbound_queueport_low); in arcmsr_post_ccb()[all …]