Home
last modified time | relevance | path

Searched refs:PCIE_PORT_PERST (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-mediatek.c42 #define PCIE_PORT_PERST(x) BIT(1 + (x)) macro
776 val |= PCIE_PORT_PERST(port->slot); in mtk_pcie_startup_port()
781 val &= ~PCIE_PORT_PERST(port->slot); in mtk_pcie_startup_port()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-mediatek.c44 #define PCIE_PORT_PERST(x) BIT(1 + (x)) macro
786 val |= PCIE_PORT_PERST(port->slot); in mtk_pcie_startup_port()
791 val &= ~PCIE_PORT_PERST(port->slot); in mtk_pcie_startup_port()

Completed in 4 milliseconds