/freebsd/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/sys/arm64/freescale/imx/ |
H A D | imx_ccm.h | 78 #define LINK(_id, _name) \ argument 91 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 108 #define FIXED(_id, _name, _freq) \ argument 120 #define FFACT(_id, _name, _pname, _mult, _div) \ argument 135 #define GATE(_id, _name, _pname, _o, _shift) \ argument 151 #define ROOT_GATE(_id, _name, _pname, _reg) \ argument 167 #define COMPOSITE(_id, _name, _pn, _o, _flags) \ argument 182 #define SSCG_PLL(_id, _name, _pn, _o) \ argument 196 #define FRAC_PLL(_id, _name, _pname, _o) \ argument 209 #define DIV(_id, _name, _pname, _o, _shift, _width) \ argument
|
/freebsd/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/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 | 146 #define CLASS_ATTR(_name, _mode, _show, _store) \ argument 159 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument 162 #define DEVICE_ATTR_RO(_name) \ argument 164 #define DEVICE_ATTR_WO(_name) \ argument 166 #define DEVICE_ATTR_RW(_name) \ argument 185 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 187 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument
|
H A D | kfifo.h | 39 #define DECLARE_KFIFO_PTR(_name, _type) \ argument
|
/freebsd/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/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/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/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 #define NL_DECLARE_ATTR_PARSER(_name, _np) \ argument
|
/freebsd/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/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/sys/net80211/ |
H A D | ieee80211_freebsd.h | 63 #define IEEE80211_LOCK_INIT(_ic, _name) do { \ argument 87 #define IEEE80211_TX_LOCK_INIT(_ic, _name) do { \ argument 108 #define IEEE80211_FF_LOCK_INIT(_ic, _name) do { \ argument 127 #define IEEE80211_NODE_LOCK_INIT(_nt, _name) do { \ argument 148 #define IEEE80211_PSQ_INIT(_psq, _name) \ argument 173 #define IEEE80211_AGEQ_INIT(_aq, _name) \ argument 183 #define ACL_LOCK_INIT(_as, _name) \ argument 195 #define IEEE80211_SCAN_TABLE_LOCK_INIT(_st, _name) \ argument 202 #define IEEE80211_SCAN_ITER_LOCK_INIT(_st, _name) \ argument 212 #define MESH_RT_ENTRY_LOCK_INIT(_rt, _name) \ argument [all …]
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | base_command.hpp | 55 const std::string _name; member in utils::cmdline::command_proto
|
/freebsd/sbin/newfs_msdos/ |
H A D | mkfs_msdos.h | 62 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pci_hwdata.c | 64 #define BHNDB_HW_MATCH(_name, _vers, ...) { \ argument
|
/freebsd/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
|
/freebsd/usr.sbin/makefs/ |
H A D | msdos.c | 76 #define AOPT(_opt, _type, _name, _min, _desc) { \ in msdos_prep_opts() argument
|