Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-artpec6.c54 #define FAST_TRAINING_SEQ_MASK GENMASK(7, 0) macro
55 #define FAST_TRAINING_SEQ(x) (((x) << 0) & FAST_TRAINING_SEQ_MASK)
317 val &= ~FAST_TRAINING_SEQ_MASK; in artpec6_pcie_set_nfts()