Home
last modified time | relevance | path

Searched refs:opreg (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/hexagon/
H A Dhexagon.c10 char* hex_get_cntl_reg(int opreg){ in hex_get_cntl_reg() argument
11 switch (opreg) { in hex_get_cntl_reg()
59 char* hex_get_sys_reg(int opreg) in hex_get_sys_reg() argument
62 switch (opreg) { in hex_get_sys_reg()
146 sprintf(tmp, "S%d", opreg); in hex_get_sys_reg()
151 char* hex_get_sub_reg(int opreg) in hex_get_sub_reg() argument
153 switch (opreg) { in hex_get_sub_reg()
191 char* hex_get_sub_regpair(int opreg) in hex_get_sub_regpair() argument
193 switch (opreg) { in hex_get_sub_regpair()
H A Dhexagon.h273 char* hex_get_cntl_reg(int opreg);
274 char* hex_get_sys_reg(int opreg);
275 char* hex_get_sub_reg(int opreg);
276 char* hex_get_sub_regpair(int opreg);
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/drivers/
H A Dusbohci.c155 OHCI_INST(controller)->opreg->HcControl = 0; in ohci_reset()
212 OHCI_INST (controller)->opreg->HcFmInterval = in ohci_init()
215 OHCI_INST (controller)->opreg->HcRhDescriptorA = in ohci_init()
220 OHCI_INST (controller)->opreg->HcControl = in ohci_init()
225 int interval = OHCI_INST (controller)->opreg->HcFmInterval; in ohci_init()
229 OHCI_INST (controller)->opreg->HcFmInterval = interval; in ohci_init()
248 OHCI_INST (controller)->opreg->HcInterruptEnable = __cpu_to_le32(1<<31); in ohci_init()
249 OHCI_INST (controller)->opreg->HcInterruptDisable = __cpu_to_le32(~(1<<31)); in ohci_init()
250 OHCI_INST (controller)->opreg->HcInterruptStatus = __cpu_to_le32(~0); in ohci_init()
251 OHCI_INST (controller)->opreg->HcPeriodicStart = in ohci_init()
[all …]
H A Dusbohci_rh.c61 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
81 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_enable_port()
91 OHCI_INST (dev->controller)->opreg->HcRhPortStatus[port] = in ohci_rh_disable_port()
121 OHCI_INST(dev->controller)->opreg->HcRhPortStatus[port] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_scanport()
145 ohcic->opreg->HcRhPortStatus[i] = __cpu_to_le32(ConnectStatusChange); in ohci_rh_report_port_changes()
174 ohcic->opreg->HcInterruptStatus = __cpu_to_le32(RootHubStatusChange); in ohci_rh_poll()
H A Dusbohci_private.h40 #define READ_OPREG(ohci, field) (__le32_to_cpu((ohci)->opreg->field))
262 opreg_t *opreg; member
/dports/emulators/tme/tme-0.8/libtme/host/x86/
H A Drc-x86-tlb.c89 tme_uint8_t opreg) in _tme_recode_x86_tlb_ref() argument
98 rex |= TME_RECODE_X86_REX_R(size, opreg); in _tme_recode_x86_tlb_ref()
113 TME_RECODE_X86_REG(opreg)); in _tme_recode_x86_tlb_ref()
174 unsigned int opreg; in _tme_recode_x86_tlb_busy() local
303 opreg in _tme_recode_x86_tlb_busy()
319 opreg); in _tme_recode_x86_tlb_busy()
323 opreg); in _tme_recode_x86_tlb_busy()
326 opreg, in _tme_recode_x86_tlb_busy()
327 opreg); in _tme_recode_x86_tlb_busy()
336 opreg = TME_RECODE_X86_OPCODE_GRP1_BINOP(TME_RECODE_X86_OPCODE_BINOP_CMP); in _tme_recode_x86_tlb_busy()
[all …]
H A Drecode-x86.c175 #define TME_RECODE_X86_MOD_OPREG_RM(mod_rm, opreg) ((mod_rm) + ((opreg) << 3)) argument
357 tme_uint8_t opreg) in _tme_recode_x86_emit_ic_modrm() argument
382 thunk_bytes[0] = TME_RECODE_X86_MOD_OPREG_RM(mod_rm, TME_RECODE_X86_REG(opreg)); in _tme_recode_x86_emit_ic_modrm()

123