Home
last modified time | relevance | path

Searched defs:NTB_LNK_STA_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/ntb/hw/amd/
Dntb_hw_amd.h61 #define NTB_LNK_STA_ACTIVE(x) (!!((x) & NTB_LIN_STA_ACTIVE_BIT)) macro
/Linux-v4.19/drivers/ntb/hw/intel/
Dntb_hw_intel.h88 #define NTB_LNK_STA_ACTIVE(x) (!!((x) & NTB_LNK_STA_ACTIVE_BIT)) macro