Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-designware-host.c88 (i * MSI_REG_CTRL_BLOCK_SIZE), in dw_handle_msi_irq()
155 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_mask()
174 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_unmask()
190 res = ctrl * MSI_REG_CTRL_BLOCK_SIZE; in dw_pci_bottom_ack()
662 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dw_pcie_setup_rc()
665 (ctrl * MSI_REG_CTRL_BLOCK_SIZE), in dw_pcie_setup_rc()
Dpcie-designware.h128 #define MSI_REG_CTRL_BLOCK_SIZE 12 macro