/openbmc/u-boot/include/linux/ |
H A D | bitfield.h | 51 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 72 #define FIELD_FIT(_mask, _val) \ argument 86 #define FIELD_PREP(_mask, _val) \ argument
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_vio.h | 121 #define vio_stb(_dev, _addr, _val) \ argument 123 #define vio_sth(_dev, _addr, _val) \ argument 125 #define vio_stl(_dev, _addr, _val) \ argument 127 #define vio_stq(_dev, _addr, _val) \ argument
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | sandbox.c | 16 #define MODE(_id, _val, _name) [_id] = { \ argument
|
H A D | s2mps11_regulator.c | 16 #define MODE(_id, _val, _name) { \ argument
|
H A D | pfuze100.c | 212 #define MODE(_id, _val, _name) { \ argument
|
H A D | stpmu1.c | 26 #define STPMU1_MODE(_id, _val, _name) { \ argument
|
H A D | max77686.c | 18 #define MODE(_id, _val, _name) { \ argument
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | cpu_sh7757.h | 180 #define prr_mask(_val) ((_val >> 4) & 0xff) argument 184 #define is_sh7757_b0(_val) \ argument
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | atomic.h | 123 qatomic_rcu_read_internal(ptr,_val) global() argument
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 123 qatomic_rcu_read_internal(ptr,_val) global() argument
|
/openbmc/qemu/include/qemu/ |
H A D | atomic.h | 111 #define qatomic_rcu_read_internal(ptr, _val) \ argument
|
/openbmc/qemu/target/arm/ |
H A D | cpregs.h | 1168 #define A32_BANKED_REG_SET(_env, _regname, _secure, _val) \ argument 1187 #define A32_BANKED_CURRENT_REG_SET(_env, _regname, _val) \ argument
|
/openbmc/u-boot/drivers/qe/ |
H A D | uec.h | 540 #define BD_STATUS_SET(_bd, _val) (((p_bd_t)(_bd))->status = _val) argument 542 #define BD_LENGTH_SET(_bd, _val) (((p_bd_t)(_bd))->len = _val) argument
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1565 #define GET_FEATURE_REG_EQU(_reg, _start, _length, _val, _hwcap) \ argument
|