Home
last modified time | relevance | path

Searched defs:NTB_LNK_STA_WIDTH (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h66 #define NTB_LNK_STA_WIDTH(x) (((x) & NTB_LNK_STA_WIDTH_MASK) >> 20) macro
H A Dntb_hw_intel.h54 #define NTB_LNK_STA_WIDTH(sta) (((sta) & NTB_LINK_WIDTH_MASK) >> 4) macro