Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h61 #define NTB_LIN_STA_ACTIVE_BIT 0x00000002 macro
64 #define NTB_LNK_STA_ACTIVE(x) (!!((x) & NTB_LIN_STA_ACTIVE_BIT))
H A Dntb_hw_amd.c770 reg = fullreg & NTB_LIN_STA_ACTIVE_BIT; in amd_ntb_poll_link()