/freebsd-src/tools/tools/ath/common/ |
H A D | dumpregs.h | 63 #define _DEFREG(_addr, _name, _type) \ argument 65 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \ argument 68 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument 70 #define DEFVOID(_addr, _name) _DEFREG(_addr, _name, 0) argument 71 #define DEFVOIDx(_addr, _name, _smin, _smax) \ argument 73 #define DEFVOIDfmt(_addr, _name, _fmt) \ argument 75 #define DEFBASIC(_addr, _name) _DEFREG(_addr, _name, DUMP_BASIC) argument 76 #define DEFBASICfmt(_addr, _name, _fmt) \ argument 78 #define DEFBASICx(_addr, _name, _smin, _smax) \ argument 80 #define DEFBB(_addr, _name) _DEFREG(_addr, _name, DUMP_BASEBAND) argument [all …]
|
/freebsd-src/sys/arm64/freescale/imx/ |
H A D | imx_ccm_clk.h |
|
/freebsd-src/sys/dev/clk/starfive/ |
H A D | jh7110_clk.h | 39 #define JH7110_CLK(_idx, _name, _pn, _d_max, _flags) \ argument 50 #define JH7110_GATE(_idx, _name, _pn) \ argument 52 #define JH7110_MUX(_idx, _name, _pn) \ argument 54 #define JH7110_DIV(_idx, _name, _pn, _d_max) \ argument 56 #define JH7110_GATEMUX(_idx, _name, _pn) \ argument 59 #define JH7110_GATEDIV(_idx, _name, _pn, _d_max) \ argument 62 #define JH7110_INV(_idx, _name, _pn) \ argument
|
/freebsd-src/sys/dev/clk/rockchip/ |
H A D | rk_cru.h | 47 #define PLIST(_name) static const char *_name[] argument 60 #define FRATE(_id, _name, _freq) \ argument 74 #define FFACT(_id, _name, _pname, _mult, _div) \ argument 89 #define LINK(_name) \ argument 102 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 124 #define FRACT(_id, _name, _pname, _f, _o) \ argument 139 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 158 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument 175 #define MUXRAW(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 191 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument [all …]
|
H A D | rk3568_pmucru.c | 55 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
|
H A D | rk3288_cru.c | 490 #define PLL(_id, _name, _base, _shift) \ argument 506 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument
|
H A D | rk3399_cru.c | 683 #define PLL(_id, _name, _base) \ argument
|
H A D | rk3568_cru.c | 66 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | pm.h | 69 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ argument 74 #define DEFINE_SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ argument 82 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ argument 85 #define DEFINE_SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ argument
|
H A D | sysfs.h | 53 #define __ATTR(_name, _mode, _show, _store) { \ argument 57 #define __ATTR_RO(_name) { \ argument 61 #define __ATTR_WO(_name) __ATTR(_name, 0200, NULL, _name##_store) argument 62 #define __ATTR_RW(_name) __ATTR(_name, 0644, _name##_show, _name##_store) argument 65 #define ATTRIBUTE_GROUPS(_name) \ argument
|
H A D | tracepoint.h | 37 #define TRACE_EVENT(_name, _proto, _args, _struct, _assign, _printk) \ argument 43 #define DEFINE_EVENT(_x, _name, _proto, _args) \ argument
|
H A D | average.h | 55 #define DECLARE_EWMA(_name, _p, _d) \ argument
|
H A D | device.h | 147 struct class_attribute class_attr_##_name = \ argument 160 struct device_attribute dev_attr_##_name = \ argument 163 struct device_attribute dev_attr_##_name = __ATTR_RO(_name) argument 165 DEVICE_ATTR_WO(_name) global() argument 167 DEVICE_ATTR_RW(_name) global() argument 186 _CLASS_ATTR_STRING(_name,_mode,_str) global() argument 188 CLASS_ATTR_STRING(_name,_mode,_str) global() argument [all...] |
H A D | kfifo.h | 39 #define DECLARE_KFIFO_PTR(_name, _type) \ argument
|
/freebsd-src/sys/dev/clk/allwinner/ |
H A D | aw_clk.h | 195 #define NKMP_CLK(_clkname, _id, _name, _pnames, \ argument 235 _id, _name, _pnames, \ argument 277 _id, _name, _pnames, \ argument 318 #define FRAC_CLK(_clkname, _id, _name, _pnames, \ argument 354 #define M_CLK(_clkname, _id, _name, _pnames, \ argument 378 #define NM_CLK(_clkname, _id, _name, _pnames, \ argument 407 #define NMM_CLK(_clkname, _id, _name, _pnames, \ argument 441 #define NP_CLK(_clkname, _id, _name, _pnames, \ argument 470 #define PREDIV_CLK(_clkname, _id, _name, _pnames, \ argument 499 #define PREDIV_CLK_WITH_MASK(_clkname, _id, _name, _pnames, \ argument [all …]
|
/freebsd-src/sys/dev/sfxge/common/ |
H A D | efsys.h | 223 #define EFSYS_PROBE(_name) argument 225 #define EFSYS_PROBE1(_name, _type1, _arg1) argument 227 #define EFSYS_PROBE2(_name, _type1, _arg1, _type2, _arg2) argument 229 #define EFSYS_PROBE3(_name, _type1, _arg1, _type2, _arg2, \ argument 232 #define EFSYS_PROBE4(_name, _type1, _arg1, _type2, _arg2, \ argument 235 #define EFSYS_PROBE5(_name, _type1, _arg1, _type2, _arg2, \ argument 238 #define EFSYS_PROBE6(_name, _type1, _arg1, _type2, _arg2, \ argument 242 #define EFSYS_PROBE7(_name, _type1, _arg1, _type2, _arg2, \ argument 248 #define EFSYS_PROBE(_name) \ argument 251 #define EFSYS_PROBE1(_name, _type1, _arg1) \ argument [all …]
|
/freebsd-src/sys/ddb/ |
H A D | ddb.h | 145 #define _DB_SET(_table, _name, _func, _flag, _more) \ argument 182 DB_TABLE_COMMAND_FLAGS(_table,_name,_func,_flag) global() argument 188 DB_TABLE_COMMAND(_table,_name,_func) global() argument 192 DB_TABLE_ALIAS_FLAGS(_table,_name,_func,_flag) global() argument 194 DB_TABLE_ALIAS(_table,_name,_func) global() argument [all...] |
/freebsd-src/sys/netlink/ |
H A D | netlink_message_parser.h | 126 #define NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, _pp) \ argument 137 #define NL_DECLARE_PARSER(_name, _t, _fp, _np) \ argument 140 #define NL_DECLARE_STRICT_PARSER(_name, _t, _sp, _fp, _np) \ argument 143 #define NL_DECLARE_ARR_PARSER(_name, _t, _o, _fp, _np) \ argument 153 #define NL_DECLARE_ATTR_PARSER_EXT(_name, _np, _pp) \ argument 160 NL_DECLARE_ATTR_PARSER(_name,_np) global() argument [all...] |
/freebsd-src/sys/arm/mv/clk/ |
H A D | periph.h | 59 #define CLK_FULL_DD(_name, _id, _gate_shift, _tbg_mux_shift, \ argument 101 #define CLK_FULL(_name, _id, _gate_shift, _tbg_mux_shift, \ argument 135 #define CLK_CPU(_name, _id, _tbg_mux_shift, _clk_mux_shift, _div1_reg, \ argument 161 #define CLK_GATE(_name, _id, _gate_shift, _pname) \ argument 177 #define CLK_MDD(_name, _id, _tbg_mux_shift, _clk_mux_shift, _div1_reg, \ argument 212 #define CLK_MUX_GATE(_name, _id, _gate_shift, _mux_shift, _pname, \ argument 234 #define CLK_MUX_GATE_FIXED(_name, _id, _gate_shift, _mux_shift, \ argument 256 #define CLK_FIXED(_name, _id, _gate_shift, _mux_shift, _mux_name, \ argument
|
/freebsd-src/sys/ofed/include/rdma/ |
H A D | uverbs_named_ioctl.h | 102 #define ADD_UVERBS_METHODS(_name, _object_id, ...) \ argument 114 #define ADD_UVERBS_ATTRIBUTES_SIMPLE(_name, _object_id, _method_id, ...) \ argument
|
/freebsd-src/sys/net80211/ |
H A D | ieee80211_freebsd.h | 63 #define IEEE80211_LOCK_INIT(_ic, _name) do { \ argument 87 IEEE80211_TX_LOCK_INIT(_ic,_name) global() argument 108 IEEE80211_FF_LOCK_INIT(_ic,_name) global() argument 127 IEEE80211_NODE_LOCK_INIT(_nt,_name) global() argument 148 IEEE80211_PSQ_INIT(_psq,_name) global() argument 173 IEEE80211_AGEQ_INIT(_aq,_name) global() argument 183 ACL_LOCK_INIT(_as,_name) global() argument 195 IEEE80211_SCAN_TABLE_LOCK_INIT(_st,_name) global() argument 202 IEEE80211_SCAN_ITER_LOCK_INIT(_st,_name) global() argument 212 MESH_RT_ENTRY_LOCK_INIT(_rt,_name) global() argument 505 IEEE80211_IOCTL_GET(_name,_get) global() argument 510 IEEE80211_IOCTL_SET(_name,_set) global() argument [all...] |
/freebsd-src/contrib/kyua/utils/cmdline/ |
H A D | base_command.hpp | 55 const std::string _name; member in utils::cmdline::command_proto
|
/freebsd-src/sbin/newfs_msdos/ |
H A D | mkfs_msdos.h | 62 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
/freebsd-src/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pci_hwdata.c | 64 #define BHNDB_HW_MATCH(_name, _vers, ...) { \ argument
|
/freebsd-src/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 521 _IWL_DEV_INFO(_device,_subdevice,_mac_type,_mac_step,_rf_type,_rf_id,_rf_step,_no_160,_cores,_cdb,_cfg,_name) global() argument 527 IWL_DEV_INFO(_device,_subdevice,_cfg,_name) global() argument
|