Searched refs:rn (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/w1/
H A Dw1-uclass.c103 u64 last_rn, rn = w1->search_id, tmp64; local
114 last_rn = rn;
115 rn = 0;
155 rn |= (tmp64 << i);
163 w1->search_id = rn;
168 bus->name, rn, (u8)(rn & 0xff));
171 w1_register_new_device(rn, bus);
/u-boot/include/linux/
H A Dmath64.h197 } rl, rm, rn, rh, a0, b0; local
205 rn.ll = mul_u32_u32(a0.l.high, b0.l.low);
213 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low;
214 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low;
/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1105 #define mfdcr(rn) ({unsigned int rval; \
1106 asm volatile("mfdcr %0," stringify(rn) \
1108 #define mtdcr(rn, v) asm volatile("mtdcr " stringify(rn) ",%0" : : "r" (v))
1114 #define mfspr(rn) ({unsigned int rval; \
1115 asm volatile("mfspr %0," stringify(rn) \
1117 #define mtspr(rn, v) asm volatile("mtspr " stringify(rn) ",%0" : : "r" (v))

Completed in 46 milliseconds