Searched defs:PCIE_FTS_NUM_L0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/pci/controller/ | ||
H A D | pcie-mt7621.c | 38 #define PCIE_FTS_NUM_L0(x) (((x) & 0xff) << 8) macro |
H A D | pcie-mediatek.c | 63 #define PCIE_FTS_NUM_L0(x) ((x) & 0xff << 8) macro |