/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 51 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 55 .flags = _flags, \ 62 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 66 .flags = _flags, \ 71 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument 72 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags) 74 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument 75 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, 0, _flags) 97 _table, _gate, _flags) \ argument 107 _flags), \ [all …]
|
D | ccu_mp.h | 46 _gate, _postdiv, _flags) \ argument 59 _flags), \ 67 _gate, _flags) \ argument 78 _flags), \ 86 _flags) \ argument 91 0, _flags) 112 _flags) \ argument 125 _flags), \
|
D | ccu_nm.h | 50 _gate, _lock, _flags) \ argument 64 _flags), \ 73 _gate, _lock, _flags) \ argument 88 _flags), \ 98 _gate, _lock, _flags) \ argument 114 _flags), \ 121 _gate, _lock, _flags) \ argument 132 _flags), \
|
D | ccu_mux.h | 52 _flags) \ argument 61 _flags), \ 66 _shift, _width, _gate, _flags) \ argument 69 _flags) 72 _flags) \ argument 74 _reg, _shift, _width, 0, _flags)
|
D | ccu_nkm.h | 47 _gate, _lock, _flags) \ argument 60 _flags), \ 68 _gate, _lock, _flags) \ argument 80 _flags), \
|
D | ccu_phase.h | 28 #define SUNXI_CCU_PHASE(_struct, _name, _parent, _reg, _shift, _width, _flags) \ argument 37 _flags), \
|
D | ccu_gate.h | 27 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument 35 _flags), \
|
D | ccu_nk.h | 45 _flags) \ argument 58 _flags), \
|
D | ccu_nkmp.h | 47 _gate, _lock, _flags) \ argument 60 _flags), \
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-composite.h | 38 _mux, _gate, _div, _flags) \ argument 48 _flags), \ 53 _gate, _div, _flags) \ argument 62 _flags), \ 67 _mux, _gate, _factor, _flags) \ argument 77 _flags), \ 82 _gate, _mul, _div, _flags) \ argument 93 _flags), \ 98 _mux, _gate, _flags) \ argument 107 _flags), \
|
D | owl-gate.h | 35 _bit_idx, _gate_flags, _flags) \ argument 43 _flags), \ 48 _bit_idx, _gate_flags, _flags) \ argument 55 _flags), \
|
D | owl-pll.h | 52 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 62 _flags), \ 67 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 76 _flags), \
|
D | owl-fixed-factor.h | 16 #define OWL_FIX_FACT(_struct, _name, _parent, _mul, _div, _flags) \ argument 23 _flags), \
|
D | owl-mux.h | 35 _shift, _width, _flags) \ argument 43 _flags), \
|
/Linux-v4.19/include/linux/ |
D | timer.h | 64 #define __TIMER_INITIALIZER(_function, _flags) { \ argument 67 .flags = (_flags), \ 100 #define __init_timer(_timer, _fn, _flags) \ argument 103 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 106 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 109 init_timer_on_stack_key((_timer), (_fn), (_flags), \ 113 #define __init_timer(_timer, _fn, _flags) \ argument 114 init_timer_key((_timer), (_fn), (_flags), NULL, NULL) 115 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 116 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
|
D | sh_clk.h | 117 #define SH_CLK_MSTP(_parent, _enable_reg, _enable_bit, _status_reg, _flags) \ argument 123 .flags = _flags, \ 151 #define SH_CLK_DIV4(_parent, _reg, _shift, _div_bitmap, _flags) \ argument 158 .flags = _flags, \ 175 #define SH_CLK_DIV6_EXT(_reg, _flags, _parents, \ argument 180 .flags = _flags | CLK_MASK_DIV_ON_DISABLE, \ 188 #define SH_CLK_DIV6(_parent, _reg, _flags) \ argument 194 .flags = _flags | CLK_MASK_DIV_ON_DISABLE, \
|
D | irqflags.h | 161 unsigned long _flags; \ 162 raw_local_save_flags(_flags); \ 163 raw_irqs_disabled_flags(_flags); \
|
/Linux-v4.19/drivers/clk/sprd/ |
D | gate.h | 22 _enable_mask, _flags, _gate_flags, _ops) \ argument 33 _flags), \ 38 _enable_mask, _flags, _gate_flags) \ argument 40 _enable_mask, _flags, _gate_flags, \ 44 _enable_mask, _flags, _gate_flags) \ argument 46 _enable_mask, _flags, _gate_flags, \
|
D | composite.h | 22 _mshift, _mwidth, _dshift, _dwidth, _flags) \ argument 32 _flags), \ 37 _mwidth, _dshift, _dwidth, _flags) \ argument 40 _dshift, _dwidth, _flags)
|
D | mux.h | 41 _flags) \ argument 50 _flags), \ 55 _shift, _width, _flags) \ argument 57 _reg, _shift, _width, _flags)
|
D | div.h | 39 _shift, _width, _flags) \ argument 48 _flags), \
|
/Linux-v4.19/include/linux/gpio/ |
D | machine.h | 62 #define GPIO_LOOKUP(_chip_label, _chip_hwnum, _con_id, _flags) \ argument 63 GPIO_LOOKUP_IDX(_chip_label, _chip_hwnum, _con_id, 0, _flags) 70 #define GPIO_LOOKUP_IDX(_chip_label, _chip_hwnum, _con_id, _idx, _flags) \ argument 76 .flags = _flags, \
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 112 #define AR5K_REG_SM(_val, _flags) \ argument 113 (((_val) << _flags##_S) & (_flags)) 116 #define AR5K_REG_MS(_val, _flags) \ argument 117 (((_val) & (_flags)) >> _flags##_S) 124 #define AR5K_REG_WRITE_BITS(ah, _reg, _flags, _val) \ argument 125 ath5k_hw_reg_write(ah, (ath5k_hw_reg_read(ah, _reg) & ~(_flags)) | \ 126 (((_val) << _flags##_S) & (_flags)), _reg) 128 #define AR5K_REG_MASKED_BITS(ah, _reg, _flags, _mask) \ argument 130 (_mask)) | (_flags), _reg) 132 #define AR5K_REG_ENABLE_BITS(ah, _reg, _flags) \ argument [all …]
|
/Linux-v4.19/drivers/clk/ |
D | clk-stm32mp1.c | 1092 #define GATE(_id, _name, _parent, _flags, _offset, _bit_idx, _gate_flags)\ argument 1097 .flags = _flags,\ 1106 #define FIXED_FACTOR(_id, _name, _parent, _flags, _mult, _div)\ argument 1111 .flags = _flags,\ 1119 #define DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\ argument 1125 .flags = _flags,\ 1136 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ argument 1137 DIV_TABLE(_id, _name, _parent, _flags, _offset, _shift, _width,\ 1140 #define MUX(_id, _name, _parents, _flags, _offset, _shift, _width, _mux_flags)\ argument 1146 .flags = _flags,\ [all …]
|
/Linux-v4.19/include/drm/ |
D | drm_ioctl.h | 158 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument 162 .flags = _flags, \
|