Searched refs:new_value (Results 1 – 4 of 4) sorted by relevance
/arch/mips/mti-sead3/ |
D | sead3-setup.c | 74 uint64_t new_value; in parse_memsize_param() local 80 new_value = be64_to_cpu(*prop_value); in parse_memsize_param() 81 new_value = (new_value & ~0xffffffffllu) | memsize; in parse_memsize_param() 82 fdt_setprop_inplace_u64(__dtb_start, offset, "reg", new_value); in parse_memsize_param()
|
/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 129 u64 new_value; in store_throttle() local 137 new_value = temp_to_reg(temp); in store_throttle() 144 reg_value |= new_value << pos; in store_throttle()
|
/arch/powerpc/include/asm/ |
D | rtas.h | 350 extern int rtas_set_indicator(int indicator, int index, int new_value); 351 extern int rtas_set_indicator_fast(int indicator, int index, int new_value);
|
/arch/powerpc/kernel/ |
D | rtas.c | 631 int rtas_set_indicator(int indicator, int index, int new_value) in rtas_set_indicator() argument 640 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator() 652 int rtas_set_indicator_fast(int indicator, int index, int new_value) in rtas_set_indicator_fast() argument 660 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value); in rtas_set_indicator_fast()
|