Searched defs:_val (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/linux/ |
A D | bitfield.h | 52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 73 #define FIELD_FIT(_mask, _val) \ argument 87 #define FIELD_PREP(_mask, _val) \ argument
|
/u-boot/arch/mips/mach-ath79/qca956x/ |
A D | clk.c | 186 static inline void set_val(u32 _reg, u32 _mask, u32 _val) in set_val() 193 #define cpu_pll_set(_mask, _val) \ argument 196 #define ddr_pll_set(_mask, _val) \ argument 199 #define cpu_ddr_control_set(_mask, _val) \ argument
|
/u-boot/drivers/power/regulator/ |
A D | sandbox.c | 16 #define MODE(_id, _val, _name) [_id] = { \ argument
|
A D | s2mps11_regulator.c | 17 #define MODE(_id, _val, _name) { \ argument
|
A D | pfuze100.c | 213 #define MODE(_id, _val, _name) { \ argument
|
A D | max77686.c | 18 #define MODE(_id, _val, _name) { \ argument
|
A D | stpmic1.c | 27 #define STPMIC1_MODE(_id, _val, _name) { \ argument
|
/u-boot/arch/sh/include/asm/ |
A D | cpu_sh7757.h | 180 #define prr_mask(_val) ((_val >> 4) & 0xff) argument 184 #define is_sh7757_b0(_val) \ argument
|
Completed in 11 milliseconds