| /freebsd-14-stable/sys/arm64/freescale/imx/ |
| HD | imx_ccm_clk.h | 64 #define LINK(_id, _name) \ argument 68 .clkdef.id = _id, \ 77 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 81 .clkdef.id = _id, \ 94 #define FIXED(_id, _name, _freq) \ argument 98 .clkdef.id = _id, \ 106 #define FFACT(_id, _name, _pname, _mult, _div) \ argument 110 .clkdef.id = _id, \ 121 #define GATE(_id, _name, _pname, _o, _shift) \ argument 125 .clkdef.id = _id, \ [all …]
|
| /freebsd-14-stable/sys/arm64/rockchip/clk/ |
| HD | rk_cru.h | 60 #define FRATE(_id, _name, _freq) \ argument 64 .clkdef.id = _id, \ 74 #define FFACT(_id, _name, _pname, _mult, _div) \ argument 78 .clkdef.id = _id, \ 102 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 106 .clkdef.id = _id, \ 124 #define FRACT(_id, _name, _pname, _f, _o) \ argument 128 .clkdef.id = _id, \ 139 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 143 .clkdef.id = _id, \ [all …]
|
| HD | rk3568_pmucru.c | 55 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument 59 .clkdef.id = _id, \
|
| /freebsd-14-stable/sys/ofed/include/rdma/ |
| HD | uverbs_std_types.h | 46 #define _uobj_check_id(_id) ({ CTASSERT(sizeof(_id) == sizeof(u32)); (_id); }) argument 51 #define uobj_get_read(_type, _id, _attrs) \ argument 53 _uobj_check_id(_id), UVERBS_LOOKUP_READ, \ 69 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 71 uobj_get_read(_type, _id, _attrs))) 73 #define uobj_get_write(_type, _id, _attrs) \ argument 75 _uobj_check_id(_id), UVERBS_LOOKUP_WRITE, \ 80 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 82 _uobj_check_id(_id), _attrs) 87 #define uobj_get_destroy(_type, _id, _attrs) \ argument [all …]
|
| /freebsd-14-stable/sys/arm/allwinner/clkng/ |
| HD | aw_clk.h | 195 #define NKMP_CLK(_clkname, _id, _name, _pnames, \ argument 206 .id = _id, \ 235 _id, _name, _pnames, \ argument 246 .id = _id, \ 277 _id, _name, _pnames, \ argument 289 .id = _id, \ 318 #define FRAC_CLK(_clkname, _id, _name, _pnames, \ argument 327 .id = _id, \ 354 #define M_CLK(_clkname, _id, _name, _pnames, \ argument 362 .id = _id, \ [all …]
|
| /freebsd-14-stable/sys/arm64/nvidia/tegra210/ |
| HD | tegra210_car.c | 66 #define MUX(_id, cname, plists, o, s, w) \ argument 68 .clkdef.id = _id, \ 79 #define DIV7_1(_id, cname, plist, o, s) \ argument 81 .clkdef.id = _id, \ 94 #define DIV(_id, cname, plist, o, s, w, f) \ argument 96 .clkdef.id = _id, \ 108 #define GATE_PLL(_id, cname, plist, o, s) \ argument 110 .clkdef.id = _id, \ 123 #define GATE(_id, cname, plist, o, s) \ argument 125 .clkdef.id = _id, \ [all …]
|
| HD | tegra210_clk_pll.c | 145 #define PLL(_id, cname, pname) \ argument 146 .clkdef.id = _id, \ 153 #define MUX(_id, cname, plists, o, s, w) \ argument 155 .clkdef.id = _id, \ 166 #define DIV7_1(_id, cname, plist, o, s) \ argument 168 .clkdef.id = _id, \ 181 #define DIV5_E(_id, cname, plist, o, s) \ argument 183 .clkdef.id = _id, \ 194 #define DIV_TB(_id, cname, plist, o, s, n, table) \ argument 196 .clkdef.id = _id, \ [all …]
|
| HD | tegra210_clk_super.c | 50 #define SM(_id, cn, pl, r) \ argument 52 .clkdef.id = _id, \
|
| /freebsd-14-stable/sys/arm/nvidia/tegra124/ |
| HD | tegra124_car.c | 65 #define MUX(_id, cname, plists, o, s, w) \ argument 67 .clkdef.id = _id, \ 78 #define DIV7_1(_id, cname, plist, o, s) \ argument 80 .clkdef.id = _id, \ 93 #define DIV(_id, cname, plist, o, s, w, f) \ argument 95 .clkdef.id = _id, \ 107 #define GATE_PLL(_id, cname, plist, o, s) \ argument 109 .clkdef.id = _id, \ 122 #define GATE(_id, cname, plist, o, s) \ argument 124 .clkdef.id = _id, \ [all …]
|
| /freebsd-14-stable/sys/dev/qcom_gcc/ |
| HD | qcom_gcc_ipq4018_clock.c | 67 #define F_RATE(_id, cname, _freq) \ argument 69 .clkdef.id = _id, \ 78 #define F_LINK(_id, _cname) \ argument 80 .clkdef.id = _id, \ 89 #define F_FEPLL(_id, _cname, _parent, _reg, _fs, _fw, _rs, _rw) \ argument 91 .clkdef.id = _id, \ 104 #define F_FDIV(_id, _cname, _parent, _divisor) \ argument 106 .clkdef.id = _id, \ 115 #define F_APSSDIV(_id, _cname, _parent, _doffset, _dshift, _dwidth, \ argument 118 .clkdef.id = _id, \ [all …]
|
| /freebsd-14-stable/sys/contrib/ncsw/Peripherals/FM/ |
| HD | fm.h | 120 #define GET_FM_MODULE_EVENT(_mod, _id, _intrType, _event) … argument 123 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 127 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 131 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 135 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 139 … if (_id >= FM_MAX_NUM_OF_10G_MACS) _event = e_FM_EV_DUMMY_LAST; \ 140 …nt = (_intrType == e_FM_INTR_TYPE_ERR) ? (e_FM_EV_ERR_10G_MAC0 + _id) : (e_FM_EV_10G_MAC0 + _id); \ 143 … if (_id >= FM_MAX_NUM_OF_1G_MACS) _event = e_FM_EV_DUMMY_LAST; \ 144 …vent = (_intrType == e_FM_INTR_TYPE_ERR) ? (e_FM_EV_ERR_1G_MAC0 + _id) : (e_FM_EV_1G_MAC0 + _id); \ 147 … switch (_id){ \ [all …]
|
| /freebsd-14-stable/sys/arm/mv/clk/ |
| HD | periph.h | 59 #define CLK_FULL_DD(_name, _id, _gate_shift, _tbg_mux_shift, \ argument 65 .common_def.device_id = _id, \ 101 #define CLK_FULL(_name, _id, _gate_shift, _tbg_mux_shift, \ argument 107 .common_def.device_id = _id, \ 135 #define CLK_CPU(_name, _id, _tbg_mux_shift, _clk_mux_shift, _div1_reg, \ argument 140 .common_def.device_id = _id, \ 161 #define CLK_GATE(_name, _id, _gate_shift, _pname) \ argument 165 .common_def.device_id = _id, \ 177 #define CLK_MDD(_name, _id, _tbg_mux_shift, _clk_mux_shift, _div1_reg, \ argument 183 .common_def.device_id = _id, \ [all …]
|
| /freebsd-14-stable/crypto/openssh/regress/ |
| HD | match-subsystem.sh | 9 _id=$1 12 ${SSHD} -tf $OBJ/sshd_proxy || fatal "$_id: bad config" 15 trace "$_id subsystem $_subsystem" 17 fail "$_id: subsystem $_subsystem exit $_exit expected $_expect"
|
| HD | agent-restrict.sh | 113 _id="$1" 116 _host="host_$_id" 122 diff $OBJ/ssh_output $OBJ/expect_${_id} || 128 _id="$1" 132 _host="host_$_id" 155 _id="$1" 159 _host="host_$_id"
|
| /freebsd-14-stable/sys/dev/rtwn/ |
| HD | if_rtwnvar.h | 446 #define rtwn_tx_start(_sc, _ni, _m, _desc, _type, _id) \ argument 447 (((_sc)->sc_tx_start)((_sc), (_ni), (_m), (_desc), (_type), (_id))) 466 #define rtwn_beacon_unload(_sc, _id) \ argument 467 (((_sc)->sc_beacon_unload)((_sc), (_id))) 529 #define rtwn_fill_tx_desc_null(_sc, _buf, _11b, _qos, _id) \ argument 531 (_buf), (_11b), (_qos), (_id))) 557 #define rtwn_beacon_init(_sc, _buf, _id) \ argument 558 (((_sc)->sc_beacon_init)((_sc), (_buf), (_id))) 559 #define rtwn_beacon_enable(_sc, _id, _enable) \ argument 560 (((_sc)->sc_beacon_enable)((_sc), (_id), (_enable))) [all …]
|
| /freebsd-14-stable/contrib/ncurses/panel/ |
| HD | p_new.c | 57 if (!name ## _id) \ 58 name ## _id = strdup(#name); \ 59 pan->user = name ## _id; \
|
| /freebsd-14-stable/sys/dev/qcom_tlmm/ |
| HD | qcom_tlmm_var.h | 115 #define GDEF(_id, ...) \ argument 117 .id = _id, \ 118 .name = "gpio" #_id, \
|
| /freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/api/ |
| HD | context.h | 26 #define FW_CMD_ID_AND_COLOR(_id, _color) (((_id) << FW_CTXT_ID_POS) |\ argument
|
| /freebsd-14-stable/sys/dev/bhnd/ |
| HD | bhnd_match.h | 132 #define BHND_MATCH_CORE_ID(_id) _BHND_SET_MATCH_FIELD(core_id, _id) argument 142 #define BHND_MATCH_CORE(_vendor, _id) \ argument 144 BHND_MATCH_CORE_ID(_id)
|
| /freebsd-14-stable/sys/dev/rtwn/rtl8192c/ |
| HD | r92c_var.h | 77 #define rtwn_r92c_tx_setup_macid(_sc, _buf, _id) \ argument 78 ((R92C_SOFTC(_sc)->rs_tx_setup_macid)((_buf), (_id)))
|
| /freebsd-14-stable/lib/libutil/ |
| HD | libutil.h | 206 int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id); 207 int quota_write_limits(struct quotafile *_qf, struct dqblk *_dqb, int _id); 208 int quota_write_usage(struct quotafile *_qf, struct dqblk *_dqb, int _id);
|
| /freebsd-14-stable/sys/riscv/sifive/ |
| HD | sifive_prci.c | 112 #define PLL(_id, _name, _base) \ argument 114 .id = (_id), \ 129 #define DIV(_id, _name, _parent_name, _base, _bias) \ argument 131 .id = (_id), \ 147 #define GATE(_id, _name, _parent_name, _base) \ argument 149 .id = (_id), \
|
| /freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| HD | eeprom.c | 52 #define GROUP_5G(_id) \ in mt76x2_apply_cal_free_data() argument 53 MT_EE_TX_POWER_0_START_5G + MT_TX_POWER_GROUP_SIZE_5G * (_id), \ in mt76x2_apply_cal_free_data() 54 MT_EE_TX_POWER_0_START_5G + MT_TX_POWER_GROUP_SIZE_5G * (_id) + 1, \ in mt76x2_apply_cal_free_data() 55 MT_EE_TX_POWER_1_START_5G + MT_TX_POWER_GROUP_SIZE_5G * (_id), \ in mt76x2_apply_cal_free_data() 56 MT_EE_TX_POWER_1_START_5G + MT_TX_POWER_GROUP_SIZE_5G * (_id) + 1 in mt76x2_apply_cal_free_data()
|
| /freebsd-14-stable/sys/contrib/dev/rtw88/ |
| HD | sdio.h | 134 #define RTW_SDIO_ADDR_RX_RX0FF_GEN(_id) (0x0e000 | ((_id) & 0x3)) argument
|
| /freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/soc/mediatek/ |
| HD | mtk_wed.h | 40 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) (-ENODEV) argument
|