Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/hw/amd/
Dntb_hw_amd.h60 #define NTB_LNK_STA_WIDTH_MASK 0x03F00000 macro
63 #define NTB_LNK_STA_WIDTH(x) (((x) & NTB_LNK_STA_WIDTH_MASK) >> 20)
/Linux-v4.19/drivers/ntb/hw/intel/
Dntb_hw_intel.h87 #define NTB_LNK_STA_WIDTH_MASK 0x03f0 macro
90 #define NTB_LNK_STA_WIDTH(x) (((x) & NTB_LNK_STA_WIDTH_MASK) >> 4)