Searched refs:DOORBELL_ADDR (Results 1 – 2 of 2) sorted by relevance
130 #define DOORBELL_ADDR CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR macro188 msg->address_hi = upper_32_bits(DOORBELL_ADDR); in apple_msi_compose_msg()189 msg->address_lo = lower_32_bits(DOORBELL_ADDR); in apple_msi_compose_msg()396 BUILD_BUG_ON(upper_32_bits(DOORBELL_ADDR)); in apple_pcie_port_setup_irq()397 writel_relaxed(lower_32_bits(DOORBELL_ADDR), port->base + PORT_MSIADDR); in apple_pcie_port_setup_irq()
745 #define DOORBELL_ADDR (CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR & PAGE_MASK) macro754 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()
Completed in 10 milliseconds