Searched refs:NTB_LNK_STA_WIDTH_MASK (Results 1 – 2 of 2) sorted by relevance
57 #define NTB_LNK_STA_WIDTH_MASK 0x03F00000 macro59 #define NTB_LNK_STA_WIDTH(x) (((x) & NTB_LNK_STA_WIDTH_MASK) >> 20)
87 #define NTB_LNK_STA_WIDTH_MASK 0x03f0 macro90 #define NTB_LNK_STA_WIDTH(x) (((x) & NTB_LNK_STA_WIDTH_MASK) >> 4)
Completed in 5 milliseconds