Home
last modified time | relevance | path

Searched defs:_idx (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_sprom.c70 #define BHND_POWER_NVAR(_idx) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericOptional.cpp93 ValueObjectSP GenericOptionalFrontend::GetChildAtIndex(uint32_t _idx) { in GetChildAtIndex()
/freebsd/sys/contrib/xen/io/
H A Dring.h231 #define RING_GET_REQUEST(_r, _idx) \ argument
234 #define RING_GET_RESPONSE(_r, _idx) \ argument
/freebsd/sys/net/route/
H A Dnhop_utils.c100 _bitmask_init_idx(void *_idx, uint32_t items) in _bitmask_init_idx()
/freebsd/sys/riscv/riscv/
H A Daplic.c96 #define APLIC_SRC_CFG(_idx) (0x0004 + (((_idx) - 1) * 4)) argument
97 #define APLIC_TARGET(_idx) (0x3004 + (((_idx) - 1) * 4)) argument
/freebsd/sys/dev/clk/rockchip/
H A Drk3288_cru.c78 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument
H A Drk_cru.h50 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_doorbell.c21 #define VMCI_DOORBELL_HASH(_idx) \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_regs.h668 #define MT_SKEY_0(_bss, _idx) (MT_SKEY_BASE_0 + (4 * (_bss) + (_idx)) * 32) argument
669 #define MT_SKEY_1(_bss, _idx) (MT_SKEY_BASE_1 + (4 * ((_bss) & 7) + (_idx)) * 32) argument
670 #define MT_SKEY(_bss, _idx) (((_bss) & 8) ? MT_SKEY_1(_bss, _idx) : MT_SKEY_0(_bss, _idx)) argument
678 #define MT_SKEY_MODE_SHIFT(_bss, _idx) (4 * ((_idx) + 4 * ((_bss) & 1))) argument
H A Dmac80211.c15 #define CHAN2G(_idx, _freq) { \ argument
22 #define CHAN5G(_idx, _freq) { \ argument
29 #define CHAN6G(_idx, _freq) { \ argument
H A Dmt76x02_util.c10 #define MT76x02_CCK_RATE(_idx, _rate) { \ argument
/freebsd/sys/arm/allwinner/
H A Daw_gpio.c392 #define AW_GPIO_GP_CFG(_sc, _bank, _idx) \ argument
396 #define AW_GPIO_GP_DRV(_sc, _bank, _idx) \ argument
398 #define AW_GPIO_GP_PUL(_sc, _bank, _idx) \ argument
/freebsd/sys/dev/mgb/
H A Dif_mgb.h179 #define MGB_NEXT_RING_IDX(_idx) (((_idx) == MGB_DMA_RING_SIZE - 1) ? 0 : ((_idx) + 1)) argument
180 #define MGB_PREV_RING_IDX(_idx) (((_idx) == 0) ? (MGB_DMA_RING_SIZE - 1) : ((_idx) - 1)) argument
/freebsd/sys/ofed/include/rdma/
H A Duverbs_ioctl.h937 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument
947 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c29 #define REG_BAND_IDX(_list, _reg, _idx) \ argument
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c76 #define GATE(_id, cname, plist, _idx) \ argument
/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h136 #define BHND_MATCH_CORE_IDX(_idx) _BHND_SET_MATCH_FIELD(core_idx, _idx) argument
/freebsd/sys/contrib/dev/rtw89/
H A Dmac_be.c315 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
323 #define SET_QUOTA(_x, _module, _idx) \ argument
H A Dfw.c848 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument
856 #define __S_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument
866 #define __G_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _grp) \ argument
877 #define __DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat, _type) \ argument
H A Dmac.c2111 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument
2119 #define SET_QUOTA(_x, _module, _idx) \ argument
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_clk_per.c71 #define GATE(_id, cname, plist, _idx) \ argument
/freebsd/sys/dev/virtio/
H A Dvirtqueue.c121 #define VQ_RING_ASSERT_VALID_IDX(_vq, _idx) \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h722 #define MT_ADIE_CHIP_ID(_idx) (0x0f00002c + ((_idx) << 28)) argument
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h2536 #define AR_RC0(_idx) (AR_RC0_0+(_idx)) argument
2538 #define AR_RC1(_idx) (AR_RC1_0+(_idx)) argument
2541 #define AR_CVCACHE(_idx) (AR_CVCACHE_0+(_idx)) argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs_htt_stats.h19 #define ATH12K_HTT_STATS_RESET_BITMAP32_OFFSET(_idx) ((_idx) & 0x1f) argument
20 #define ATH12K_HTT_STATS_RESET_BITMAP64_OFFSET(_idx) ((_idx) & 0x3f) argument
21 #define ATH12K_HTT_STATS_RESET_BITMAP32_BIT(_idx) (1 << \ argument
23 #define ATH12K_HTT_STATS_RESET_BITMAP64_BIT(_idx) (1 << \ argument

12