Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-designware-host.c68 (i * MSI_REG_CTRL_BLOCK_SIZE)); in dw_handle_msi_irq()
135 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_mask()
154 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_unmask()
170 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_ack()
552 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dw_pcie_setup_rc()
555 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dw_pcie_setup_rc()
Dpci-dra7xx.c215 (index * MSI_REG_CTRL_BLOCK_SIZE)); in dra7xx_pcie_handle_msi()
414 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dra7xx_pcie_bottom_mask()
434 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dra7xx_pcie_bottom_unmask()
451 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dra7xx_pcie_bottom_ack()
480 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dra7xx_pcie_msi_host_init()
483 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dra7xx_pcie_msi_host_init()
Dpcie-designware.h151 #define MSI_REG_CTRL_BLOCK_SIZE 12 macro