Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c131 #define DOORBELL_ADDR CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR macro
189 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()
/openbmc/linux/drivers/iommu/
H A Dapple-dart.c928 #define DOORBELL_ADDR (CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR & PAGE_MASK) macro
937 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()