Home
last modified time | relevance | path

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

/drivers/pci/controller/
Dpcie-xilinx-cpm.c28 #define XILINX_CPM_PCIE_REG_IMR 0x00000E14 macro
236 val = pcie_read(port, XILINX_CPM_PCIE_REG_IMR); in xilinx_cpm_mask_event_irq()
238 pcie_write(port, val, XILINX_CPM_PCIE_REG_IMR); in xilinx_cpm_mask_event_irq()
248 val = pcie_read(port, XILINX_CPM_PCIE_REG_IMR); in xilinx_cpm_unmask_event_irq()
250 pcie_write(port, val, XILINX_CPM_PCIE_REG_IMR); in xilinx_cpm_unmask_event_irq()
283 val &= pcie_read(port, XILINX_CPM_PCIE_REG_IMR); in xilinx_cpm_pcie_event_flow()
474 XILINX_CPM_PCIE_REG_IMR); in xilinx_cpm_pcie_init_port()