Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/
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()
/Linux-v6.1/drivers/iommu/
Dapple-dart.c750 #define DOORBELL_ADDR (CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR & PAGE_MASK) macro
759 region = iommu_alloc_resv_region(DOORBELL_ADDR, in apple_dart_get_resv_regions()