Home
last modified time | relevance | path

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

12

/linux/drivers/dpll/zl3073x/
H A Dregs.h47 #define ZL_REG_IDX(_idx, _page, _offset, _size, _items, _stride) \ argument
85 #define ZL_REG_REF_MON_STATUS(_idx) \ argument
89 #define ZL_REG_DPLL_MON_STATUS(_idx) \ argument
97 #define ZL_REG_DPLL_REFSEL_STATUS(_idx) \ argument
103 #define ZL_REG_REF_FREQ(_idx) \ argument
129 #define ZL_REG_REF_PHASE(_idx) \ argument
136 #define ZL_REG_DPLL_MODE_REFSEL(_idx) \ argument
155 #define ZL_REG_DPLL_PHASE_ERR_DATA(_idx) \ argument
162 #define ZL_REG_SYNTH_CTRL(_idx) \ argument
172 #define ZL_REG_OUTPUT_CTRL(_idx) \ argument
[all …]
/linux/include/linux/
H A Dgeneric-radix-tree.h182 #define __genradix_idx_to_offset(_radix, _idx) \ argument
204 #define genradix_ptr_inlined(_radix, _idx) \ argument
218 #define genradix_ptr(_radix, _idx) \ argument
226 #define genradix_ptr_alloc_inlined(_radix, _idx, _gfp) \ argument
234 #define genradix_ptr_alloc_preallocated_inlined(_radix, _idx, _new_node, _gfp)\ argument
251 #define genradix_ptr_alloc(_radix, _idx, _gfp) \ argument
257 #define genradix_ptr_alloc_preallocated(_radix, _idx, _new_node, _gfp)\ argument
273 #define genradix_iter_init(_radix, _idx) \ argument
H A Dlinear_range.h37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h194 #define GLTSYN_AUX_OUT(_chan, _idx) (GLTSYN_AUX_OUT_0(_idx) + ((_chan) * 8)) argument
195 #define GLTSYN_AUX_IN(_chan, _idx) (GLTSYN_AUX_IN_0(_idx) + ((_chan) * 8)) argument
196 #define GLTSYN_CLKO(_chan, _idx) (GLTSYN_CLKO_0(_idx) + ((_chan) * 8)) argument
197 #define GLTSYN_TGT_L(_chan, _idx) (GLTSYN_TGT_L_0(_idx) + ((_chan) * 16)) argument
198 #define GLTSYN_TGT_H(_chan, _idx) (GLTSYN_TGT_H_0(_idx) + ((_chan) * 16)) argument
199 #define GLTSYN_EVNT_L(_chan, _idx) (GLTSYN_EVNT_L_0(_idx) + ((_chan) * 16)) argument
200 #define GLTSYN_EVNT_H(_chan, _idx) (GLTSYN_EVNT_H_0(_idx) + ((_chan) * 16)) argument
/linux/tools/perf/tests/
H A Dfdarray.c102 #define FDA_CHECK(_idx, _fd, _revents) \ in test__fdarray__add() argument
114 #define FDA_ADD(_idx, _fd, _revents, _nr) \ in test__fdarray__add() argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c22 #define CHAN2G(_freq, _idx) { \ argument
29 #define CHAN5G(_freq, _idx) { \ argument
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dinit.c465 #define CHAN2G(_idx, _freq) { \ argument
489 #define CCK_RATE(_idx, _rate) { \ argument
496 #define OFDM_RATE(_idx, _rate) { \ argument
H A Dregs.h592 #define MT_SKEY_0(_bss, _idx) \ argument
594 #define MT_SKEY_1(_bss, _idx) \ argument
596 #define MT_SKEY(_bss, _idx) \ argument
608 #define MT_SKEY_MODE_SHIFT(_bss, _idx) (4 * ((_idx) + 4 * (_bss & 1))) argument
/linux/drivers/clk/uniphier/
H A Dclk-uniphier.h69 #define UNIPHIER_CLK_CPUGEAR(_name, _idx, _regbase, _mask, \ argument
83 #define UNIPHIER_CLK_FACTOR(_name, _idx, _parent, _mult, _div) \ argument
95 #define UNIPHIER_CLK_GATE(_name, _idx, _parent, _reg, _bit) \ argument
H A Dclk-uniphier-mio.c21 #define UNIPHIER_MIO_CLK_SD(_idx, ch) \ argument
/linux/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h47 #define FIXED_PMC_GLOBAL_CTRL_ENABLE(_idx) BIT_ULL((32 + (_idx))) argument
54 #define FIXED_PMC_CTRL(_idx, _val) ((_val) << ((_idx) * FIXED_PMC_NR_BITS)) argument
/linux/drivers/clk/renesas/
H A Dr9a06g032-clocks.c174 #define D_GATE(_idx, _n, _src, ...) { \ argument
181 #define D_MODULE(_idx, _n, _src, ...) { \ argument
189 #define D_ROOT(_idx, _n, _mul, _div) { \ argument
196 #define D_FFC(_idx, _n, _src, _div) { \ argument
204 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) { \ argument
214 #define D_UGATE(_idx, _n, _src, _g, _g1, _r1, _g2, _r2) { \ argument
/linux/include/xen/interface/io/
H A Dring.h193 #define RING_GET_REQUEST(_r, _idx) \ argument
196 #define RING_GET_RESPONSE(_r, _idx) \ argument
/linux/include/rdma/
H A Duverbs_ioctl.h956 #define uverbs_get_const_signed(_to, _attrs_bundle, _idx) \ argument
967 #define uverbs_get_const_unsigned(_to, _attrs_bundle, _idx) \ argument
977 #define uverbs_get_const_default_signed(_to, _attrs_bundle, _idx, _default) \ argument
989 #define uverbs_get_const_default_unsigned(_to, _attrs_bundle, _idx, _default) \ argument
1000 #define uverbs_get_const(_to, _attrs_bundle, _idx) \ argument
1005 #define uverbs_get_const_default(_to, _attrs_bundle, _idx, _default) \ argument
/linux/drivers/iio/adc/
H A Dlpc18xx_adc.c50 #define LPC18XX_ADC_CHAN(_idx) { \ argument
H A Dmt6370-adc.c262 #define MT6370_ADC_CHAN(_idx, _type, _addr, _extra_info) { \ argument
H A Dmt6360-adc.c227 #define MT6360_ADC_CHAN(_idx, _type) { \ argument
/linux/drivers/iommu/intel/
H A Dperfmon.c99 #define iommu_pmu_set_filter(_name, _config, _filter, _idx, _econfig) \ argument
109 #define iommu_pmu_clear_filter(_filter, _idx) \ argument
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
272 #define PXA_EP_BULK(_idx, addr, dir, config, iface, alt) \ argument
275 #define PXA_EP_ISO(_idx, addr, dir, config, iface, alt) \ argument
278 #define PXA_EP_INT(_idx, addr, dir, config, iface, alt) \ argument
/linux/tools/perf/ui/
H A Dhist.c694 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ argument
708 #define HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) \ argument
722 #define HPP__PRINT_FNS(_name, _fn, _idx) \ argument
/linux/fs/adfs/
H A Ddir_f.c58 #define bufoff(_bh,_idx) \ argument
/linux/include/linux/gpio/
H A Dmachine.h89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c27 #define VMCI_DOORBELL_HASH(_idx) hash_32(_idx, VMCI_DOORBELL_INDEX_BITS) argument
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c36 #define CHAN2G(_freq, _idx) { \ argument
43 #define CHAN5G(_freq, _idx, _phy_val) { \ argument
/linux/drivers/phy/mscc/
H A Dphy-ocelot-serdes.c345 #define SERDES_MUX(_idx, _port, _mode, _submode, _mask, _mux) { \ argument

12