Searched refs:DOORBELL_ADDR (Results 1 – 2 of 2) sorted by relevance
131 #define DOORBELL_ADDR CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR macro189 msg->address_hi = upper_32_bits(DOORBELL_ADDR); in apple_msi_compose_msg()190 msg->address_lo = lower_32_bits(DOORBELL_ADDR); in apple_msi_compose_msg()397 BUILD_BUG_ON(upper_32_bits(DOORBELL_ADDR)); in apple_pcie_port_setup_irq()398 writel_relaxed(lower_32_bits(DOORBELL_ADDR), port->base + PORT_MSIADDR); in apple_pcie_port_setup_irq()
750 #define DOORBELL_ADDR (CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR & PAGE_MASK) macro759 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()