Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/mt7621-pci/
Dpci-mt7621.c82 #define PCIE_PORT_INT_EN(x) BIT(20 + (x)) macro
558 val |= PCIE_PORT_INT_EN(slot); in mt7621_pcie_enable_port()
/Linux-v5.10/drivers/pci/controller/
Dpcie-mediatek.c41 #define PCIE_PORT_INT_EN(x) BIT(20 + (x)) macro
787 val |= PCIE_PORT_INT_EN(port->slot); in mtk_pcie_startup_port()