| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_sprom.c | 70 #define BHND_POWER_NVAR(_idx) \ argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericOptional.cpp | 93 ValueObjectSP GenericOptionalFrontend::GetChildAtIndex(uint32_t _idx) { in GetChildAtIndex()
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | ring.h | 231 #define RING_GET_REQUEST(_r, _idx) \ argument 234 #define RING_GET_RESPONSE(_r, _idx) \ argument
|
| /freebsd/sys/net/route/ |
| H A D | nhop_utils.c | 100 _bitmask_init_idx(void *_idx, uint32_t items) in _bitmask_init_idx()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | aplic.c | 96 #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 D | rk3288_cru.c | 78 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument
|
| H A D | rk_cru.h | 50 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument
|
| /freebsd/sys/dev/vmware/vmci/ |
| H A D | vmci_doorbell.c | 21 #define VMCI_DOORBELL_HASH(_idx) \ argument
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76x02_regs.h | 668 #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 D | mac80211.c | 15 #define CHAN2G(_idx, _freq) { \ argument 22 #define CHAN5G(_idx, _freq) { \ argument 29 #define CHAN6G(_idx, _freq) { \ argument
|
| H A D | mt76x02_util.c | 10 #define MT76x02_CCK_RATE(_idx, _rate) { \ argument
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_gpio.c | 392 #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 D | if_mgb.h | 179 #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 D | uverbs_ioctl.h | 937 #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 D | testmode.c | 29 #define REG_BAND_IDX(_list, _reg, _idx) \ argument
|
| /freebsd/sys/arm/nvidia/tegra124/ |
| H A D | tegra124_clk_per.c | 76 #define GATE(_id, cname, plist, _idx) \ argument
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_match.h | 136 #define BHND_MATCH_CORE_IDX(_idx) _BHND_SET_MATCH_FIELD(core_idx, _idx) argument
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac_be.c | 315 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ argument 323 #define SET_QUOTA(_x, _module, _idx) \ argument
|
| H A D | fw.c | 848 #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 D | mac.c | 2111 #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 D | tegra210_clk_per.c | 71 #define GATE(_id, cname, plist, _idx) \ argument
|
| /freebsd/sys/dev/virtio/ |
| H A D | virtqueue.c | 121 #define VQ_RING_ASSERT_VALID_IDX(_vq, _idx) \ argument
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | regs.h | 722 #define MT_ADIE_CHIP_ID(_idx) (0x0f00002c + ((_idx) << 28)) argument
|
| /freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300reg.h | 2536 #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 D | debugfs_htt_stats.h | 19 #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
|