Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h7441 #define S_BANDGAP 7 macro
7443 #define V_BANDGAP(x) ((x) << S_BANDGAP)
7444 #define G_BANDGAP(x) (((x) >> S_BANDGAP) & M_BANDGAP)