Home
last modified time | relevance | path

Searched refs:op_regs (Results 1 – 25 of 85) sorted by relevance

1234

/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dusb_ohci.cc521 (BX_OHCI_THIS hub.op_regs.HcInterruptStatus & BX_OHCI_THIS hub.op_regs.HcInterruptEnable)) { in update_irq()
587 val = BX_OHCI_THIS hub.op_regs.HcHCCA; in read_handler()
1036 BX_OHCI_THIS hub.op_regs.HcFmRemainingToggle = BX_OHCI_THIS hub.op_regs.HcFmInterval.fit; in usb_frame_timer()
1041 BX_OHCI_THIS hub.op_regs.HcFmNumber++; in usb_frame_timer()
1045 …if ((BX_OHCI_THIS hub.op_regs.HcFmNumber == 0x8000) || (BX_OHCI_THIS hub.op_regs.HcFmNumber == 0x0… in usb_frame_timer()
1057 if (BX_OHCI_THIS hub.op_regs.HcInterruptStatus & BX_OHCI_THIS hub.op_regs.HcInterruptEnable) in usb_frame_timer()
1074 … address = BX_OHCI_THIS hub.op_regs.HcHCCA + ((BX_OHCI_THIS hub.op_regs.HcFmNumber & 0x1F) * 4); in usb_frame_timer()
1102 …if (!BX_OHCI_THIS hub.op_regs.HcControlCurrentED && BX_OHCI_THIS hub.op_regs.HcCommandStatus.clf) { in process_lists()
1103 BX_OHCI_THIS hub.op_regs.HcControlCurrentED = BX_OHCI_THIS hub.op_regs.HcControlHeadED; in process_lists()
1124 if (!BX_OHCI_THIS hub.op_regs.HcBulkCurrentED && BX_OHCI_THIS hub.op_regs.HcCommandStatus.blf) { in process_lists()
[all …]
H A Dusb_xhci.cc527 BX_XHCI_THIS hub.op_regs.HcCrcr.crc = 0; in reset_hc()
528 BX_XHCI_THIS hub.op_regs.HcCrcr.RsvdP = 0; in reset_hc()
540 BX_XHCI_THIS hub.op_regs.HcConfig.u3e = 0; in reset_hc()
541 BX_XHCI_THIS hub.op_regs.HcConfig.cie = 0; in reset_hc()
1503 …BX_XHCI_THIS hub.op_regs.HcStatus.sre = (value & (1 << 10)) ? 0 : BX_XHCI_THIS hub.op_regs.HcS… in write_handler()
1504 …BX_XHCI_THIS hub.op_regs.HcStatus.pcd = (value & (1 << 4)) ? 0 : BX_XHCI_THIS hub.op_regs.HcS… in write_handler()
1505 …BX_XHCI_THIS hub.op_regs.HcStatus.eint = (value & (1 << 3)) ? 0 : BX_XHCI_THIS hub.op_regs.HcS… in write_handler()
1506 …BX_XHCI_THIS hub.op_regs.HcStatus.hse = (value & (1 << 2)) ? 0 : BX_XHCI_THIS hub.op_regs.HcS… in write_handler()
1569 if (BX_XHCI_THIS hub.op_regs.HcCrcr.ca || BX_XHCI_THIS hub.op_regs.HcCrcr.cs) in write_handler()
2240 if (!BX_XHCI_THIS hub.op_regs.HcCrcr.crr)
[all …]
H A Dusb_ehci.cc398 BXRS_HEX_PARAM_FIELD(op_regs, UsbIntr, BX_EHCI_THIS hub.op_regs.UsbIntr); in register_state()
399 BXRS_HEX_PARAM_FIELD(op_regs, FrIndex, BX_EHCI_THIS hub.op_regs.FrIndex); in register_state()
400 BXRS_HEX_PARAM_FIELD(op_regs, CtrlDsSegment, BX_EHCI_THIS hub.op_regs.CtrlDsSegment); in register_state()
401 BXRS_HEX_PARAM_FIELD(op_regs, PeriodicListBase, BX_EHCI_THIS hub.op_regs.PeriodicListBase); in register_state()
402 BXRS_HEX_PARAM_FIELD(op_regs, AsyncListAddr, BX_EHCI_THIS hub.op_regs.AsyncListAddr); in register_state()
403 BXRS_HEX_PARAM_FIELD(op_regs, ConfigFlag, BX_EHCI_THIS hub.op_regs.ConfigFlag); in register_state()
897 if ((BX_EHCI_THIS hub.op_regs.UsbSts.inti & BX_EHCI_THIS hub.op_regs.UsbIntr) > 0) { in update_irq()
985 return (BX_EHCI_THIS hub.op_regs.UsbCmd.rs && BX_EHCI_THIS hub.op_regs.UsbCmd.ase); in async_enabled()
990 return (BX_EHCI_THIS hub.op_regs.UsbCmd.rs && BX_EHCI_THIS hub.op_regs.UsbCmd.pse); in periodic_enabled()
2081 if (!(BX_EHCI_THIS hub.op_regs.FrIndex & 7) && BX_EHCI_THIS hub.op_regs.UsbCmd.pse) { in advance_periodic_state()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libusb/
H A Dusb-ehci.c33 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
36 op_regs = ehcd->op_regs; in dump_ehci_regs()
67 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
71 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
73 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
104 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
108 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
164 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
187 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
307 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-ehci.c32 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
35 op_regs = ehcd->op_regs; in dump_ehci_regs()
66 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
70 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
72 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
103 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
107 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
163 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
186 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
306 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libusb/
H A Dusb-ehci.c33 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
36 op_regs = ehcd->op_regs; in dump_ehci_regs()
67 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
71 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
73 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
104 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
108 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
164 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
187 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
307 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libusb/
H A Dusb-ehci.c32 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
35 op_regs = ehcd->op_regs; in dump_ehci_regs()
66 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
70 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
72 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
103 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
107 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
163 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
186 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
306 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libusb/
H A Dusb-ehci.c32 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
35 op_regs = ehcd->op_regs; in dump_ehci_regs()
66 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
70 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
72 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
103 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
107 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
163 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
186 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
306 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-ehci.c32 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
35 op_regs = ehcd->op_regs; in dump_ehci_regs()
66 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
70 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
72 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
103 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
107 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
163 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
186 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
306 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libusb/
H A Dusb-ehci.c32 struct ehci_op_regs *op_regs; in dump_ehci_regs() local
35 op_regs = ehcd->op_regs; in dump_ehci_regs()
66 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
70 portsc = read_reg32(&ehcd->op_regs->portsc[i]); in ehci_hub_check_ports()
72 write_reg32(&ehcd->op_regs->portsc[i], portsc); in ehci_hub_check_ports()
103 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
107 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_init()
163 write_reg32(&ehcd->op_regs->configflag, 1); in ehci_hcd_init()
186 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_hcd_exit()
306 usbcmd = read_reg32(&ehcd->op_regs->usbcmd); in ehci_handshake()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_udc_core.c294 if (readl(&udc->op_regs->usbcmd) in queue_dtd()
972 tmp = readl(&udc->op_regs->usbintr); in udc_stop()
980 tmp = readl(&udc->op_regs->usbcmd); in udc_stop()
982 writel(tmp, &udc->op_regs->usbcmd); in udc_stop()
1007 tmp = readl(&udc->op_regs->usbcmd); in udc_reset()
1009 writel(tmp, &udc->op_regs->usbcmd); in udc_reset()
1039 &udc->op_regs->eplistaddr); in udc_reset()
1729 &udc->op_regs->deviceaddr); in ep0_req_complete()
1883 readl(&udc->op_regs->epprime)); in irq_process_reset()
1900 readl(&udc->op_regs->portsc)); in irq_process_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_udc_core.c294 if (readl(&udc->op_regs->usbcmd) in queue_dtd()
972 tmp = readl(&udc->op_regs->usbintr); in udc_stop()
980 tmp = readl(&udc->op_regs->usbcmd); in udc_stop()
982 writel(tmp, &udc->op_regs->usbcmd); in udc_stop()
1007 tmp = readl(&udc->op_regs->usbcmd); in udc_reset()
1009 writel(tmp, &udc->op_regs->usbcmd); in udc_reset()
1039 &udc->op_regs->eplistaddr); in udc_reset()
1729 &udc->op_regs->deviceaddr); in ep0_req_complete()
1883 readl(&udc->op_regs->epprime)); in irq_process_reset()
1900 readl(&udc->op_regs->portsc)); in irq_process_reset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dmv_udc_core.c294 if (readl(&udc->op_regs->usbcmd) in queue_dtd()
972 tmp = readl(&udc->op_regs->usbintr); in udc_stop()
980 tmp = readl(&udc->op_regs->usbcmd); in udc_stop()
982 writel(tmp, &udc->op_regs->usbcmd); in udc_stop()
1007 tmp = readl(&udc->op_regs->usbcmd); in udc_reset()
1009 writel(tmp, &udc->op_regs->usbcmd); in udc_reset()
1039 &udc->op_regs->eplistaddr); in udc_reset()
1729 &udc->op_regs->deviceaddr); in ep0_req_complete()
1883 readl(&udc->op_regs->epprime)); in irq_process_reset()
1900 readl(&udc->op_regs->portsc)); in irq_process_reset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-mv-usb.c143 tmp = readl(&mvotg->op_regs->usbcmd); in mv_otg_reset()
145 writel(tmp, &mvotg->op_regs->usbcmd); in mv_otg_reset()
158 writel(0x0, &mvotg->op_regs->usbintr); in mv_otg_reset()
159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset()
160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
186 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_init_irq()
188 writel(otgsc, &mvotg->op_regs->otgsc); in mv_otg_init_irq()
293 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_update_inputs()
482 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_irq()
483 writel(otgsc, &mvotg->op_regs->otgsc); in mv_otg_irq()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-mv-usb.c143 tmp = readl(&mvotg->op_regs->usbcmd); in mv_otg_reset()
145 writel(tmp, &mvotg->op_regs->usbcmd); in mv_otg_reset()
158 writel(0x0, &mvotg->op_regs->usbintr); in mv_otg_reset()
159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset()
160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
186 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_init_irq()
188 writel(otgsc, &mvotg->op_regs->otgsc); in mv_otg_init_irq()
293 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_update_inputs()
482 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_irq()
483 writel(otgsc, &mvotg->op_regs->otgsc); in mv_otg_irq()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-mv-usb.c143 tmp = readl(&mvotg->op_regs->usbcmd); in mv_otg_reset()
145 writel(tmp, &mvotg->op_regs->usbcmd); in mv_otg_reset()
158 writel(0x0, &mvotg->op_regs->usbintr); in mv_otg_reset()
159 tmp = readl(&mvotg->op_regs->usbsts); in mv_otg_reset()
160 writel(tmp, &mvotg->op_regs->usbsts); in mv_otg_reset()
186 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_init_irq()
188 writel(otgsc, &mvotg->op_regs->otgsc); in mv_otg_init_irq()
293 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_update_inputs()
482 otgsc = readl(&mvotg->op_regs->otgsc); in mv_otg_irq()
483 writel(otgsc, &mvotg->op_regs->otgsc); in mv_otg_irq()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dxhci.c97 cmd = readl(&xhci->op_regs->command); in xhci_quiesce()
99 writel(cmd, &xhci->op_regs->command); in xhci_quiesce()
135 temp = readl(&xhci->op_regs->command); in xhci_start()
139 writel(temp, &xhci->op_regs->command); in xhci_start()
252 val = readl(&xhci->op_regs->command); in xhci_zero_64b_regs()
254 writel(val, &xhci->op_regs->command); in xhci_zero_64b_regs()
257 val = readl(&xhci->op_regs->status); in xhci_zero_64b_regs()
259 writel(val, &xhci->op_regs->status); in xhci_zero_64b_regs()
763 readl(&xhci->op_regs->status)); in xhci_stop()
794 readl(&xhci->op_regs->status)); in xhci_shutdown()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dxhci.c97 cmd = readl(&xhci->op_regs->command); in xhci_quiesce()
99 writel(cmd, &xhci->op_regs->command); in xhci_quiesce()
135 temp = readl(&xhci->op_regs->command); in xhci_start()
139 writel(temp, &xhci->op_regs->command); in xhci_start()
252 val = readl(&xhci->op_regs->command); in xhci_zero_64b_regs()
254 writel(val, &xhci->op_regs->command); in xhci_zero_64b_regs()
257 val = readl(&xhci->op_regs->status); in xhci_zero_64b_regs()
259 writel(val, &xhci->op_regs->status); in xhci_zero_64b_regs()
763 readl(&xhci->op_regs->status)); in xhci_stop()
794 readl(&xhci->op_regs->status)); in xhci_shutdown()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dxhci.c97 cmd = readl(&xhci->op_regs->command); in xhci_quiesce()
99 writel(cmd, &xhci->op_regs->command); in xhci_quiesce()
135 temp = readl(&xhci->op_regs->command); in xhci_start()
139 writel(temp, &xhci->op_regs->command); in xhci_start()
252 val = readl(&xhci->op_regs->command); in xhci_zero_64b_regs()
254 writel(val, &xhci->op_regs->command); in xhci_zero_64b_regs()
257 val = readl(&xhci->op_regs->status); in xhci_zero_64b_regs()
259 writel(val, &xhci->op_regs->status); in xhci_zero_64b_regs()
763 readl(&xhci->op_regs->status)); in xhci_stop()
794 readl(&xhci->op_regs->status)); in xhci_shutdown()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-gadget.c183 cmd = readl(&pdev->op_regs->command); in cdnsp_quiesce()
185 writel(cmd, &pdev->op_regs->command); in cdnsp_quiesce()
236 temp = readl(&pdev->op_regs->command); in cdnsp_start()
238 writel(temp, &pdev->op_regs->command); in cdnsp_start()
270 temp = readl(&pdev->op_regs->status); in cdnsp_reset()
282 command = readl(&pdev->op_regs->command); in cdnsp_reset()
284 writel(command, &pdev->op_regs->command); in cdnsp_reset()
1301 temp = readl(&pdev->op_regs->command); in cdnsp_run()
1303 writel(temp, &pdev->op_regs->command); in cdnsp_run()
1446 temp = readl(&pdev->op_regs->status); in cdnsp_stop()
[all …]
H A Dhost.c101 value = readl(&xhci->op_regs->command); in xhci_cdns3_suspend_quirk()
103 writel(value, &xhci->op_regs->command); in xhci_cdns3_suspend_quirk()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-gadget.c183 cmd = readl(&pdev->op_regs->command); in cdnsp_quiesce()
185 writel(cmd, &pdev->op_regs->command); in cdnsp_quiesce()
236 temp = readl(&pdev->op_regs->command); in cdnsp_start()
238 writel(temp, &pdev->op_regs->command); in cdnsp_start()
270 temp = readl(&pdev->op_regs->status); in cdnsp_reset()
282 command = readl(&pdev->op_regs->command); in cdnsp_reset()
284 writel(command, &pdev->op_regs->command); in cdnsp_reset()
1301 temp = readl(&pdev->op_regs->command); in cdnsp_run()
1303 writel(temp, &pdev->op_regs->command); in cdnsp_run()
1446 temp = readl(&pdev->op_regs->status); in cdnsp_stop()
[all …]
H A Dhost.c101 value = readl(&xhci->op_regs->command); in xhci_cdns3_suspend_quirk()
103 writel(value, &xhci->op_regs->command); in xhci_cdns3_suspend_quirk()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-gadget.c183 cmd = readl(&pdev->op_regs->command); in cdnsp_quiesce()
185 writel(cmd, &pdev->op_regs->command); in cdnsp_quiesce()
236 temp = readl(&pdev->op_regs->command); in cdnsp_start()
238 writel(temp, &pdev->op_regs->command); in cdnsp_start()
270 temp = readl(&pdev->op_regs->status); in cdnsp_reset()
282 command = readl(&pdev->op_regs->command); in cdnsp_reset()
284 writel(command, &pdev->op_regs->command); in cdnsp_reset()
1301 temp = readl(&pdev->op_regs->command); in cdnsp_run()
1303 writel(temp, &pdev->op_regs->command); in cdnsp_run()
1446 temp = readl(&pdev->op_regs->status); in cdnsp_stop()
[all …]
H A Dhost.c101 value = readl(&xhci->op_regs->command); in xhci_cdns3_suspend_quirk()
103 writel(value, &xhci->op_regs->command); in xhci_cdns3_suspend_quirk()

1234