Searched refs:NTB_LIN_STA_ACTIVE_BIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h63 #define NTB_LIN_STA_ACTIVE_BIT 0x00000002 macro
66 #define NTB_LNK_STA_ACTIVE(x) (!!((x) & NTB_LIN_STA_ACTIVE_BIT))
H A Dntb_hw_amd.c773 reg = fullreg & NTB_LIN_STA_ACTIVE_BIT;

Completed in 115 milliseconds