/freebsd/tools/tools/ath/athalq/ |
H A D | ar5210_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5211_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5212_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5416_ds.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar9300_ds.c | 36 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 37 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
H A D | ar5416_ds_tdma.c | 35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument 36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ipf_rb.h | 357 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument 360 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument
|
H A D | ip_rules.c | 35 #define VNET_DEFINE(_t, _v) _t _v argument 36 #define VNET_DECLARE(_t, _v) extern _t _v argument
|
H A D | mlfk_ipl.c | 30 # define VNET_DEFINE(_t, _v) _t _v argument 31 # define VNET_DECLARE(_t, _v) extern _t _v argument
|
H A D | ip_proxy.c | 62 #define VNET_DEFINE(_t, _v) _t _v argument 63 #define VNET_DECLARE(_t, _v) extern _t _v argument
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3934 int _v = 0; in _wrap_new_string() local 4258 int _v = 0; in _wrap_new_SBAddress() local 4272 int _v = 0; in _wrap_new_SBAddress() local 4291 int _v = 0; in _wrap_new_SBAddress() local 4962 int _v = 0; in _wrap_new_SBAddressRange() local 4976 int _v = 0; in _wrap_new_SBAddressRange() local 5279 int _v = 0; in _wrap_new_SBAddressRangeList() local 5446 int _v = 0; in _wrap_SBAddressRangeList_Append() local 5470 int _v = 0; in _wrap_SBAddressRangeList_Append() local 5713 int _v = 0; in _wrap_new_SBAttachInfo() local [all …]
|
/freebsd/tools/tools/ath/common/ |
H A D | ah_osdep.h | 61 #define OS_MARK(_ah, _id, _v) argument
|
/freebsd/sys/arm64/apple/ |
H A D | apple_wdog.c | 70 #define WRITE(_sc, _r, _v) bus_space_write_4((_sc)->bst, (_sc)->bsh, (_r), (_v)) argument
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_ts.c | 45 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res[0], (_r), (_v)) argument
|
H A D | aw_wdog.c | 50 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res, (_r), (_v)) argument
|
/freebsd/sys/dev/ath/ |
H A D | ah_osdep.h | 146 #define OS_MARK(_ah, _id, _v) argument
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_wdog.c | 59 #define WRITE(_sc, _r, _v) bus_space_write_4((_sc)->bst, (_sc)->bsh, (_r) + (_sc)->regs_offset, (_v… argument
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_usbphy.c | 67 #define WR4(_sc, _r, _v) bus_write_4((_sc)->mem_res, (_r), (_v)) argument
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_gpt.c | 50 #define WRITE4(_sc, _r, _v) \ argument
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xae.c | 100 #define PHY1_WR(sc, _r, _v) \ argument 105 #define PHY_WR(sc, _r, _v) \ argument
|
/freebsd/sys/net80211/ |
H A D | ieee80211_radiotap.c | 69 #define B(_v) (1<<(_v)) in ieee80211_radiotap_attachv() argument
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_rtc.c | 75 #define WR4(_sc, _r, _v) bus_write_4((_sc)->mem_res, (_r), (_v)) argument
|
H A D | tegra_lic.c | 65 #define WR4(_sc, _b, _r, _v) bus_write_4((_sc)->mem_res[_b], (_r), (_v)) argument
|
/freebsd/sys/riscv/sifive/ |
H A D | fu740_pci_dw.c | 102 #define FUDW_MGMT_WRITE(_sc, _o, _v) bus_write_4((_sc)->mgmt_res, (_o), (_v)) argument
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 475 #define ath_hal_enable_rfkill(_ah, _v) \ argument 585 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument 586 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument 589 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 598 #define OS_REG_RMW_FIELD_ALT(_a, _r, _f, _v) \ argument 608 #define OS_A_REG_RMW_FIELD(_a, _r, _f, _v) \ argument 611 #define OS_A_REG_WRITE(_a, _r, _v) \ argument
|