Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_regs.h6304 #define S_REGADDR 0 macro
6306 #define V_REGADDR(x) ((x) << S_REGADDR)
6307 #define G_REGADDR(x) (((x) >> S_REGADDR) & M_REGADDR)
/freebsd-10-stable/sys/dev/cxgbe/common/
Dt4_regs.h36636 #define S_REGADDR 0 macro
36638 #define V_REGADDR(x) ((x) << S_REGADDR)
36639 #define G_REGADDR(x) (((x) >> S_REGADDR) & M_REGADDR)
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4_regs.h36607 #define S_REGADDR 0 macro
36609 #define V_REGADDR(x) ((x) << S_REGADDR)
36610 #define G_REGADDR(x) (((x) >> S_REGADDR) & M_REGADDR)