Home
last modified time | relevance | path

Searched refs:MSI_REG_CTRL_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c70 (i * MSI_REG_CTRL_BLOCK_SIZE)); in dw_handle_msi_irq()
130 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_mask()
149 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_unmask()
165 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_ack()
851 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dw_pcie_setup_rc()
854 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dw_pcie_setup_rc()
H A Dpci-dra7xx.c212 (index * MSI_REG_CTRL_BLOCK_SIZE)); in dra7xx_pcie_handle_msi()
H A Dpcie-designware.h275 #define MSI_REG_CTRL_BLOCK_SIZE 12 macro