Home
last modified time | relevance | path

Searched refs:rh (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops2.c169 int mod, rl, rh; in x86emuOp2_set_byte() local
245 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_set_byte()
293 int mod, rl, rh; in x86emuOp2_bt_R() local
299 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_bt_R()
307 shiftreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp2_bt_R()
318 shiftreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp2_bt_R()
331 shiftreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp2_bt_R()
340 shiftreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp2_bt_R()
356 int mod, rl, rh; in x86emuOp2_shld_IMM() local
362 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp2_shld_IMM()
[all …]
H A Dops.c206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
216 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp_genop_byte_RM_R()
221 srcreg = DECODE_RM_BYTE_REGISTER(rh); in x86emuOp_genop_byte_RM_R()
231 srcreg = DECODE_RM_BYTE_REGISTER(rh); in x86emuOp_genop_byte_RM_R()
246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
254 FETCH_DECODE_MODRM(mod, rh, rl); in x86emuOp_genop_word_RM_R()
264 srcreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp_genop_word_RM_R()
275 srcreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_genop_word_RM_R()
287 srcreg = DECODE_RM_LONG_REGISTER(rh); in x86emuOp_genop_word_RM_R()
296 srcreg = DECODE_RM_WORD_REGISTER(rh); in x86emuOp_genop_word_RM_R()
[all …]
/rk3399_rockchip-uboot/include/linux/
H A Dmath64.h194 } rl, rm, rn, rh, a0, b0; in mul_u64_u64_shr() local
203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); in mul_u64_u64_shr()
211 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
212 rh.l.high = (c >> 32) + rh.l.high; in mul_u64_u64_shr()
221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
222 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
240 } u, rl, rh; in mul_u64_u32_div() local
244 rh.ll = mul_u32_u32(u.l.high, mul) + rl.l.high; in mul_u64_u32_div()
247 rl.l.high = do_div(rh.ll, divisor); in mul_u64_u32_div()
252 rl.l.high = rh.l.low; in mul_u64_u32_div()
/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Ddecode.h46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c168 struct udevice *rh; in usb_stop() local
186 device_find_first_child(bus, &rh); in usb_stop()
187 if (rh) { in usb_stop()
192 ret = device_unbind(rh); in usb_stop()
H A Dohci.h404 struct virt_root_hub rh; member
H A Dohci-hcd.c1354 ohci->rh.devnum = wValue; in ohci_submit_rh_msg()
1752 if (((pipe >> 8) & 0x7f) == ohci->rh.devnum) { in _ohci_submit_control_msg()
1753 ohci->rh.dev = dev; in _ohci_submit_control_msg()
1895 ohci->rh.devnum = 0; in hc_start()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c990 case RH_SET_ADDRESS: gohci.rh.devnum = wValue; OK(0); in ohci_submit_rh_msg()
1173 usb_hub_port_connect_change(gohci.rh.dev, timeout - 1); in submit_common_msg()
1223 if (((pipe >> 8) & 0x7f) == gohci.rh.devnum) { in submit_control_msg()
1224 gohci.rh.dev = dev; in submit_control_msg()
1340 ohci->rh.devnum = 0; in hc_start()
H A Dau1x00_usb_ohci.h366 struct virt_root_hub rh; member
/rk3399_rockchip-uboot/doc/
H A DREADME.arm-relocation116 GNU gdb Red Hat Linux (6.7-2rh)