Home
last modified time | relevance | path

Searched defs:PCIE_FTS_NUM_L0 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-mt7621.c38 #define PCIE_FTS_NUM_L0(x) (((x) & 0xff) << 8) macro
H A Dpcie-mediatek.c63 #define PCIE_FTS_NUM_L0(x) ((x) & 0xff << 8) macro
/kernel/linux/linux-5.10/drivers/staging/mt7621-pci/
H A Dpci-mt7621.c44 #define PCIE_FTS_NUM_L0(x) (((x) & 0xff) << 8) macro
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-mediatek.c61 #define PCIE_FTS_NUM_L0(x) ((x) & 0xff << 8) macro

Completed in 6 milliseconds