Home
last modified time | relevance | path

Searched refs:DOORBELL_ADDR (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/pci/controller/
H A Dpcie-apple.c130 #define DOORBELL_ADDR CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR macro
188 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()
/linux-6.15/drivers/iommu/
H A Dapple-dart.c964 #define DOORBELL_ADDR (CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR & PAGE_MASK) macro
973 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()