Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/mt7621-pci/
Dpci-mt7621.c36 #define PCIE_FTS_NUM_L0(x) (((x) & 0xff) << 8) macro
465 val |= PCIE_FTS_NUM_L0(0x50); in mt7621_pcie_enable_port()
/Linux-v5.15/drivers/pci/controller/
Dpcie-mediatek.c63 #define PCIE_FTS_NUM_L0(x) ((x) & 0xff << 8) macro
822 val |= PCIE_FTS_NUM_L0(0x50); in mtk_pcie_startup_port()