Searched refs:rh (Results 1 - 8 of 8) sorted by relevance

/u-boot/drivers/bios_emulator/x86emu/
H A Dops2.c170 int mod, rl, rh; local
246 FETCH_DECODE_MODRM(mod, rh, rl);
294 int mod, rl, rh; local
300 FETCH_DECODE_MODRM(mod, rh, rl);
308 shiftreg = DECODE_RM_LONG_REGISTER(rh);
319 shiftreg = DECODE_RM_WORD_REGISTER(rh);
332 shiftreg = DECODE_RM_LONG_REGISTER(rh);
341 shiftreg = DECODE_RM_WORD_REGISTER(rh);
357 int mod, rl, rh; local
363 FETCH_DECODE_MODRM(mod, rh, r
428 int mod, rl, rh; local
518 int mod, rl, rh; local
591 int mod, rl, rh; local
662 int mod, rl, rh; local
723 int mod, rl, rh; local
815 int mod, rh, rl; local
844 int mod, rl, rh; local
916 int mod, rh, rl; local
945 int mod, rh, rl; local
974 int mod, rl, rh; local
1037 int mod, rl, rh; local
1072 int mod, rl, rh; local
1208 int mod, rl, rh; local
1280 int mod, rl, rh; local
1341 int mod, rl, rh; local
1402 int mod, rl, rh; local
1465 int mod, rl, rh; local
[all...]
H A Dops.c207 int mod, rl, rh; local
217 FETCH_DECODE_MODRM(mod, rh, rl);
222 srcreg = DECODE_RM_BYTE_REGISTER(rh);
232 srcreg = DECODE_RM_BYTE_REGISTER(rh);
247 int mod, rl, rh; local
255 FETCH_DECODE_MODRM(mod, rh, rl);
265 srcreg = DECODE_RM_LONG_REGISTER(rh);
276 srcreg = DECODE_RM_WORD_REGISTER(rh);
288 srcreg = DECODE_RM_LONG_REGISTER(rh);
297 srcreg = DECODE_RM_WORD_REGISTER(rh);
313 int mod, rl, rh; local
349 int mod, rl, rh; local
952 int mod, rl, rh; local
1076 int mod, rl, rh; local
1272 int mod, rl, rh; local
1353 int mod, rl, rh; local
1465 int mod, rl, rh; local
1544 int mod, rl, rh; local
1651 int mod, rl, rh; local
1685 int mod, rl, rh; local
1745 int mod, rl, rh; local
1785 int mod, rl, rh; local
1856 int mod, rl, rh; local
1888 int mod, rl, rh; local
1944 int mod, rl, rh; local
1978 int mod, rl, rh; local
2039 int mod, rl, rh; local
2073 int mod, rl, rh; local
2105 int mod, rl, rh; local
2145 int mod, rl, rh; local
3074 int mod, rl, rh; local
3151 int mod, rl, rh; local
3287 int mod, rh, rl; local
3315 int mod, rh, rl; local
3342 int mod, rl, rh; local
3378 int mod, rl, rh; local
3622 int mod, rl, rh; local
3695 int mod, rl, rh; local
3794 int mod, rl, rh; local
3869 int mod, rl, rh; local
4423 int mod, rl, rh; local
4539 int mod, rl, rh; local
4855 int mod, rh, rl; local
4919 int mod, rh, rl; local
[all...]
/u-boot/include/linux/
H A Dmath64.h197 } rl, rm, rn, rh, a0, b0; local
206 rh.ll = mul_u32_u32(a0.l.high, b0.l.high);
214 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low;
215 rh.l.high = (c >> 32) + rh.l.high;
218 * The 128-bit result of the multiplication is in rl.ll and rh.ll,
224 return (rl.ll >> shift) | (rh.ll << (64 - shift));
225 return rh.ll >> (shift & 63);
243 } u, rl, rh; local
[all...]
/u-boot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl)
/u-boot/drivers/usb/host/
H A Dusb-uclass.c179 struct udevice *rh; local
197 device_find_first_child(bus, &rh);
198 if (rh) {
203 ret = device_unbind(rh);
H A Dohci.h397 struct virt_root_hub rh; member in struct:ohci
H A Dohci-hcd.c1235 cmd, "SUB(rh)", usb_pipein(pipe));
1327 ohci->rh.devnum = wValue;
1433 transfer_len, cmd, "RET(rh)", 0/*usb_pipein(pipe)*/);
1725 if (((pipe >> 8) & 0x7f) == ohci->rh.devnum) {
1726 ohci->rh.dev = dev;
1868 ohci->rh.devnum = 0;
/u-boot/disk/
H A Dpart_dos.c331 static void lba_to_chs(lbaint_t lba, unsigned char *rc, unsigned char *rh, argument
350 *rh = h;

Completed in 171 milliseconds