/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh71x0.h | 32 #define JH71X0_GATE(_idx, _name, _flags, _parent) \ argument 40 #define JH71X0__DIV(_idx, _name, _max, _parent) \ argument 48 #define JH71X0_GDIV(_idx, _name, _flags, _max, _parent) \ argument 56 #define JH71X0_FDIV(_idx, _name, _parent) \ argument 64 #define JH71X0__MUX(_idx, _name, _flags, _nparents, ...) \ argument 72 #define JH71X0_GMUX(_idx, _name, _flags, _nparents, ...) \ argument 81 #define JH71X0_MDIV(_idx, _name, _max, _nparents, ...) \ argument 89 #define JH71X0__GMD(_idx, _name, _flags, _max, _nparents, ...) \ argument 98 #define JH71X0__INV(_idx, _name, _parent) \ argument
|
/linux/include/linux/ |
H A D | generic-radix-tree.h | 182 #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 D | min_heap.h | 306 #define min_heap_sift_up_inline(_heap, _idx, _func, _args) \ argument 413 #define min_heap_del_inline(_heap, _idx, _func, _args) \ argument 443 #define min_heap_sift_up(_heap, _idx, _func, _args) \ argument 454 #define min_heap_del(_heap, _idx, _func, _args) \ argument
|
H A D | linear_range.h | 37 #define LINEAR_RANGE_IDX(_idx, _min, _min_sel, _max_sel, _step) \ argument
|
/linux/drivers/clk/renesas/ |
H A D | rcar-gen4-cpg.h | 49 #define DEF_GEN4_PLL_F8_25(_name, _idx, _id, _parent) \ argument 52 #define DEF_GEN4_PLL_V8_25(_name, _idx, _id, _parent) \ argument 55 #define DEF_GEN4_PLL_F9_24(_name, _idx, _id, _parent) \ argument 58 #define DEF_GEN4_PLL_V9_24(_name, _idx, _id, _parent) \ argument
|
H A D | r9a06g032-clocks.c | 165 #define D_GATE(_idx, _n, _src, ...) { \ argument 172 #define D_MODULE(_idx, _n, _src, ...) { \ argument 180 #define D_ROOT(_idx, _n, _mul, _div) { \ argument 187 #define D_FFC(_idx, _n, _src, _div) { \ argument 195 #define D_DIV(_idx, _n, _src, _reg, _min, _max, ...) { \ argument 205 #define D_UGATE(_idx, _n, _src, _g, _g1, _r1, _g2, _r2) { \ argument
|
/linux/tools/perf/tests/ |
H A D | fdarray.c | 102 #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 D | common-init.c | 21 #define CHAN2G(_freq, _idx) { \ argument 28 #define CHAN5G(_freq, _idx) { \ argument
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | init.c | 465 #define CHAN2G(_idx, _freq) { \ argument 489 #define CCK_RATE(_idx, _rate) { \ argument 496 #define OFDM_RATE(_idx, _rate) { \ argument
|
H A D | regs.h | 592 #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 D | clk-uniphier.h | 69 #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 D | clk-uniphier-mio.c | 21 #define UNIPHIER_MIO_CLK_SD(_idx, ch) \ argument
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | pmu.h | 44 #define FIXED_PMC_GLOBAL_CTRL_ENABLE(_idx) BIT_ULL((32 + (_idx))) argument 51 #define FIXED_PMC_CTRL(_idx, _val) ((_val) << ((_idx) * FIXED_PMC_NR_BITS)) argument
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 189 #define LPC32XX_CLK_DEFINE(_idx, _name, _flags, ...) \ argument 1083 #define LPC32XX_DEFINE_FIXED(_idx, _rate) \ argument 1093 #define LPC32XX_DEFINE_PLL(_idx, _name, _reg, _enable) \ argument 1109 #define LPC32XX_DEFINE_MUX(_idx, _reg, _shift, _mask, _table, _flags) \ argument 1130 #define LPC32XX_DEFINE_DIV(_idx, _reg, _shift, _width, _table, _flags) \ argument 1149 #define LPC32XX_DEFINE_GATE(_idx, _reg, _bit, _flags) \ argument 1166 #define LPC32XX_DEFINE_CLK(_idx, _reg, _e, _em, _d, _dm, _b, _bm, _ops) \ argument 1187 #define LPC32XX_DEFINE_USB(_idx, _ce, _cd, _cm, _e, _b, _ops) \ argument 1206 #define LPC32XX_DEFINE_COMPOSITE(_idx, _mux, _div, _gate) \ argument
|
/linux/include/xen/interface/io/ |
H A D | ring.h | 193 #define RING_GET_REQUEST(_r, _idx) \ argument 196 #define RING_GET_RESPONSE(_r, _idx) \ argument
|
/linux/include/rdma/ |
H A D | uverbs_ioctl.h | 956 #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/fs/bcachefs/ |
H A D | vstructs.h | 60 #define vstruct_idx(_s, _idx) \ argument
|
/linux/tools/perf/ui/ |
H A D | hist.c | 508 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ argument 522 #define HPP__COLOR_ACC_PRINT_FNS(_name, _fn, _idx) \ argument 536 #define HPP__PRINT_FNS(_name, _fn, _idx) \ argument
|
/linux/drivers/iio/adc/ |
H A D | lpc18xx_adc.c | 50 #define LPC18XX_ADC_CHAN(_idx) { \ argument
|
H A D | aspeed_adc.c | 124 #define ASPEED_CHAN(_idx, _data_reg_addr) { \ argument 154 #define ASPEED_BAT_CHAN(_idx, _data_reg_addr) { \ argument
|
/linux/drivers/iommu/intel/ |
H A D | perfmon.c | 99 #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 D | pxa27x_udc.h | 263 #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/drivers/perf/ |
H A D | apple_m1_cpu_pmu.c | 212 #define PMU_READ_COUNTER(_idx) \ argument 215 #define PMU_WRITE_COUNTER(_val, _idx) \ argument
|
/linux/fs/adfs/ |
H A D | dir_f.c | 58 #define bufoff(_bh,_idx) \ argument
|
/linux/include/linux/gpio/ |
H A D | machine.h | 89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument
|