Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h38326 #define S_SEMSRCBUS 3 macro
38328 #define V_SEMSRCBUS(x) ((x) << S_SEMSRCBUS)
38329 #define G_SEMSRCBUS(x) (((x) >> S_SEMSRCBUS) & M_SEMSRCBUS)