Home
last modified time | relevance | path

Searched refs:NTB_CTL_CFG_LOCK (Results 1 – 3 of 3) sorted by relevance

/drivers/ntb/hw/intel/
Dntb_hw_intel.h75 #define NTB_CTL_CFG_LOCK BIT(0) macro
Dntb_hw_gen3.c436 ntb_ctl &= ~(NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK); in intel_ntb3_link_enable()
Dntb_hw_gen1.c986 ntb_ctl &= ~(NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK); in intel_ntb_link_enable()
1014 ntb_cntl |= NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK; in intel_ntb_link_disable()