Home
last modified time | relevance | path

Searched defs:_g (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h752 #define AR_GPIOCR_CR_N(_g) (0 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
753 #define AR_GPIOCR_CR_0(_g) (1 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
754 #define AR_GPIOCR_CR_1(_g) (2 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
755 #define AR_GPIOCR_CR_A(_g) (3 << (AR_GPIOCR_CR_SHIFT * (_g))) argument
757 #define AR_GPIOCR_INT(_g) ((_g) << AR_GPIOCR_INT_SHIFT) argument
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument
1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h577 #define DBI_TO_MBI(_g) ((_g) * 100) argument
579 #define DBM_TO_MBM(_g) ((_g) * 100) argument
H A Ddevice.h275 #define devres_alloc(_r, _s, _g) lkpi_devres_alloc(_r, _s, _g) argument