Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.h150 #define NTB_CNTL_CFG_LOCK (1 << 0) 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()