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

/freebsd-12-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.h153 #define NTB_CNTL_LINK_DISABLE (1 << 1) macro
H A Dntb_hw_intel.c2342 cntl &= ~(NTB_CNTL_LINK_DISABLE | NTB_CNTL_CFG_LOCK);
2369 cntl |= NTB_CNTL_LINK_DISABLE | NTB_CNTL_CFG_LOCK;
2389 return ((cntl & NTB_CNTL_LINK_DISABLE) == 0);

Completed in 49 milliseconds