Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.h151 #define NTB_CNTL_LINK_DISABLE (1 << 1) macro
H A Dntb_hw_intel.c2669 cntl &= ~(NTB_CNTL_LINK_DISABLE | NTB_CNTL_CFG_LOCK); in intel_ntb_link_enable()
2723 cntl |= NTB_CNTL_LINK_DISABLE | NTB_CNTL_CFG_LOCK; in intel_ntb_link_disable()
2748 return ((cntl & NTB_CNTL_LINK_DISABLE) == 0); in intel_ntb_link_enabled()