/openbmc/linux/drivers/clk/sprd/ |
H A D | gate.h | 32 _sc_offset, _enable_mask, _flags, \ argument 43 _ops, _flags), \ 48 _sc_offset, _enable_mask, _flags, \ argument 51 _sc_offset, _enable_mask, _flags, \ 55 _enable_mask, _flags, _gate_flags, _ops) \ argument 57 _sc_offset, _enable_mask, _flags, \ 61 _enable_mask, _flags, _gate_flags) \ argument 63 _enable_mask, _flags, _gate_flags, \ 67 _enable_mask, _flags, _gate_flags) \ argument 69 _enable_mask, _flags, _gate_flags, \ [all …]
|
H A D | composite.h | 23 _flags, _fn) \ argument 31 &sprd_comp_ops, _flags), \ 36 _mshift, _mwidth, _dshift, _dwidth, _flags) \ argument 39 _flags, CLK_HW_INIT_PARENTS) 42 _mwidth, _dshift, _dwidth, _flags) \ argument 44 _mshift, _mwidth, _dshift, _dwidth, _flags) 48 _dwidth, _flags) \ argument 51 _flags, CLK_HW_INIT_PARENTS_DATA) 54 _mwidth, _dshift, _dwidth, _flags) \ argument 57 _flags)
|
H A D | mux.h | 40 _reg, _shift, _width, _flags, _fn) \ argument 47 &sprd_mux_ops, _flags), \ 52 _reg, _shift, _width, _flags) \ argument 54 _reg, _shift, _width, _flags, \ 58 _shift, _width, _flags) \ argument 60 _reg, _shift, _width, _flags) 63 _reg, _shift, _width, _flags) \ argument 65 _reg, _shift, _width, _flags, \ 69 _shift, _width, _flags) \ argument 71 _reg, _shift, _width, _flags)
|
H A D | div.h | 39 _shift, _width, _flags, _fn) \ argument 46 &sprd_div_ops, _flags), \ 51 _shift, _width, _flags) \ argument 53 _shift, _width, _flags, CLK_HW_INIT) 56 _shift, _width, _flags) \ argument 58 _shift, _width, _flags, CLK_HW_INIT_HW)
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_div.h | 43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 47 .flags = _flags, \ 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 58 .flags = _flags, \ 63 #define _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, _max, _flags) \ argument 64 _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, 1, _max, _flags) 66 #define _SUNXI_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument 67 _SUNXI_CCU_DIV_MAX_FLAGS(_shift, _width, 0, _flags) 89 _table, _gate, _flags) \ argument 99 _flags), \ [all …]
|
H A D | ccu_gate.h | 19 #define SUNXI_CCU_GATE(_struct, _name, _parent, _reg, _gate, _flags) \ argument 27 _flags), \ 31 #define SUNXI_CCU_GATE_HW(_struct, _name, _parent, _reg, _gate, _flags) \ argument 39 _flags), \ 43 #define SUNXI_CCU_GATE_FW(_struct, _name, _parent, _reg, _gate, _flags) \ argument 51 _flags), \ 59 #define SUNXI_CCU_GATE_HWS(_struct, _name, _parent, _reg, _gate, _flags) \ argument 67 _flags), \ 72 _gate, _prediv, _flags) \ argument 82 _flags), \ [all …]
|
H A D | ccu_mux.h | 51 _flags, _features) \ argument 60 _flags), \ 67 _width, _gate, _flags) \ argument 70 _width, _gate, _flags, \ 75 _flags) \ argument 78 _width, _gate, _flags, 0) 81 _shift, _width, _gate, _flags) \ argument 84 _flags) 87 _flags) \ argument 89 _reg, _shift, _width, 0, _flags) [all …]
|
H A D | ccu_mp.h | 38 _gate, _postdiv, _flags) \ argument 51 _flags), \ 59 _gate, _flags) \ argument 70 _flags), \ 78 _flags) \ argument 83 0, _flags) 89 _gate, _flags) \ argument 100 _flags), \ 108 _flags) \ argument 113 0, _flags) [all …]
|
H A D | ccu_nm.h | 43 _gate, _lock, _flags) \ argument 57 _flags), \ 66 _gate, _lock, _flags) \ argument 81 _flags), \ 91 _gate, _lock, _flags) \ argument 107 _flags), \ 119 _gate, _lock, _flags, \ argument 137 _flags), \ 149 _gate, _lock, _flags) \ argument 158 _gate, _lock, _flags, \ [all …]
|
/openbmc/linux/drivers/clk/actions/ |
H A 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), \
|
H A D | owl-pll.h | 56 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 66 _flags), \ 71 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 80 _flags), \ 86 _flags) \ argument 95 _flags), \
|
H A D | owl-gate.h | 35 _bit_idx, _gate_flags, _flags) \ argument 43 _flags), \ 48 _bit_idx, _gate_flags, _flags) \ argument 55 _flags), \
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fru_identity.cpp | 56 pel >> _type >> _size >> _flags; in FRUIdentity() 76 size_t size = sizeof(_type) + sizeof(_size) + sizeof(_flags); in flattenedSize() 100 _flags = hardwareFRU; in FRUIdentity() 112 _flags = maintenanceProc; in FRUIdentity() 123 _flags = (trustedLocationCode) ? symbolicFRUTrustedLocCode : symbolicFRU; in FRUIdentity() 190 pel << _type << _size << _flags; in flatten() 210 _flags |= pnSupplied; in setPartNumber() 211 _flags &= ~maintProcSupplied; in setPartNumber() 229 _flags |= ccinSupplied; in setCCIN() 236 _flags |= snSupplied; in setSerialNumber() [all …]
|
H A D | mru.cpp | 32 pel >> _type >> _size >> _flags >> _reserved4B; in MRU() 34 size_t numMRUs = _flags & 0xF; in MRU() 45 sizeof(_type) + sizeof(_size) + sizeof(_flags) + sizeof(_reserved4B) + in MRU() 73 _size = sizeof(_type) + sizeof(_size) + sizeof(_flags) + in MRU() 75 _flags = _mrus.size(); in MRU() 81 pel << _type << _size << _flags << _reserved4B; in flatten()
|
H A D | fru_identity.hpp | 179 return static_cast<FailingComponentType>(_flags & 0xF0); in failingComponentType() 225 return _flags & pnSupplied; in hasPN() 235 return _flags & ccinSupplied; in hasCCIN() 247 return _flags & maintProcSupplied; in hasMP() 257 return _flags & snSupplied; in hasSN() 322 uint8_t _flags; member in openpower::pels::src::FRUIdentity
|
H A D | callout.cpp | 33 pel >> _size >> _flags >> _priority >> _locationCodeSize; in Callout() 93 _flags = calloutType | fruIdentIncluded; in Callout() 104 _flags |= mruIncluded; in Callout() 114 _flags = calloutType | fruIdentIncluded; in Callout() 129 _flags = calloutType | fruIdentIncluded; in Callout() 174 size_t size = sizeof(_size) + sizeof(_flags) + sizeof(_priority) + in flattenedSize() 186 pel << _size << _flags << _priority << _locationCodeSize; in flatten()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_pm.h | 62 #define __AMDGPU_DEVICE_ATTR(_name, _mode, _show, _store, _flags, ...) \ argument 64 .flags = _flags, \ 67 #define AMDGPU_DEVICE_ATTR(_name, _mode, _flags, ...) \ argument 70 _flags, ##__VA_ARGS__) 72 #define AMDGPU_DEVICE_ATTR_RW(_name, _flags, ...) \ argument 74 _flags, ##__VA_ARGS__) 76 #define AMDGPU_DEVICE_ATTR_RO(_name, _flags, ...) \ argument 79 _flags, ##__VA_ARGS__)
|
/openbmc/linux/drivers/staging/media/atomisp/include/media/ |
H A D | lm3554.h | 29 _default_value, _flags) \ argument 38 .flags = (_flags),\ 41 _default_value, _flags) \ argument 50 .flags = (_flags),\ 55 _default_value, _flags, \ argument 60 _default_value, _flags), \ 66 _default_value, _flags, \ argument 70 _default_value, _flags), \
|
/openbmc/linux/include/linux/ |
H A D | timer.h | 76 #define __TIMER_INITIALIZER(_function, _flags) { \ argument 79 .flags = (_flags), \ 112 #define __init_timer(_timer, _fn, _flags) \ argument 115 init_timer_key((_timer), (_fn), (_flags), #_timer, &__key);\ 118 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 121 init_timer_on_stack_key((_timer), (_fn), (_flags), \ 125 #define __init_timer(_timer, _fn, _flags) \ argument 126 init_timer_key((_timer), (_fn), (_flags), NULL, NULL) 127 #define __init_timer_on_stack(_timer, _fn, _flags) \ argument 128 init_timer_on_stack_key((_timer), (_fn), (_flags), NULL, NULL)
|
H A D | irqflags.h | 103 # define lockdep_irq_work_enter(_flags) \ argument 105 if (!((_flags) & IRQ_WORK_HARD_IRQ)) \ 108 # define lockdep_irq_work_exit(_flags) \ argument 110 if (!((_flags) & IRQ_WORK_HARD_IRQ)) \ 261 unsigned long _flags; \ 262 raw_local_save_flags(_flags); \ 263 raw_irqs_disabled_flags(_flags); \
|
H A 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, \
|
/openbmc/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_hci.h | 39 #define FUN_ADMIN_REQ_COMMON_INIT(_op, _len8, _flags, _suboff8, _cid) \ argument 41 .op = (_op), .len8 = (_len8), .flags = cpu_to_be16(_flags), \ 157 #define FUN_ADMIN_SIMPLE_SUBOP_INIT(_subop, _flags, _data) \ argument 159 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 254 _subop, _flags, _id, _epsqid, _entry_size_log2, _nentries, _address, \ argument 259 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 274 #define FUN_ADMIN_EPCQ_MODIFY_REQ_INIT(_subop, _flags, _id, _headroom) \ argument 276 .subop = (_subop), .flags = cpu_to_be16(_flags), \ 329 _subop, _flags, _id, _epcqid, _entry_size_log2, _nentries, _address, \ argument 334 .subop = (_subop), .flags = cpu_to_be16(_flags), \ [all …]
|
/openbmc/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh71x0.h | 32 #define JH71X0_GATE(_idx, _name, _flags, _parent) \ argument 35 .flags = CLK_SET_RATE_PARENT | (_flags), \ 48 #define JH71X0_GDIV(_idx, _name, _flags, _max, _parent) \ argument 51 .flags = _flags, \ 72 #define JH71X0_GMUX(_idx, _name, _flags, _nparents, ...) \ argument 75 .flags = _flags, \ 89 #define JH71X0__GMD(_idx, _name, _flags, _max, _nparents, ...) \ argument 92 .flags = _flags, \
|
/openbmc/linux/include/linux/gpio/ |
H A D | machine.h | 69 #define GPIO_LOOKUP_SINGLE(_name, _dev_id, _key, _chip_hwnum, _con_id, _flags) \ argument 73 GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags), \ 81 #define GPIO_LOOKUP(_key, _chip_hwnum, _con_id, _flags) \ argument 82 GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, 0, _flags) 89 #define GPIO_LOOKUP_IDX(_key, _chip_hwnum, _con_id, _idx, _flags) \ argument 95 .flags = _flags, \
|
/openbmc/linux/lib/ |
H A D | test_dynamic_debug.c | 42 #define DD_SYS_WRAP(_model, _flags) \ argument 44 static struct ddebug_class_param _flags##_model = { \ 46 .flags = #_flags, \ 49 module_param_cb(_flags##_##_model, ¶m_ops_dyndbg_classes, &_flags##_model, 0600)
|