Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ntb/hw/intel/
Dntb_hw_intel.h77 #define NTB_CTL_CFG_LOCK BIT(0) macro
Dntb_hw_gen3.c437 ntb_ctl &= ~(NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK); in intel_ntb3_link_enable()
Dntb_hw_gen1.c983 ntb_ctl &= ~(NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK); in intel_ntb_link_enable()
1011 ntb_cntl |= NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK; in intel_ntb_link_disable()