Home
last modified time | relevance | path

Searched refs:usbphy (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/usb/
H A Dimx-usb-phy.c24 VMSTATE_UINT32_ARRAY(usbphy, IMXUSBPHYState, USBPHY_MAX),
31 s->usbphy[USBPHY_PWD] = 0x001e1c00; in imx_usbphy_softreset()
32 s->usbphy[USBPHY_TX] = 0x10060607; in imx_usbphy_softreset()
33 s->usbphy[USBPHY_RX] = 0x00000000; in imx_usbphy_softreset()
34 s->usbphy[USBPHY_CTRL] = 0xc0200000; in imx_usbphy_softreset()
41 s->usbphy[USBPHY_STATUS] = 0x00000000; in imx_usbphy_reset()
42 s->usbphy[USBPHY_DEBUG] = 0x7f180000; in imx_usbphy_reset()
43 s->usbphy[USBPHY_DEBUG0_STATUS] = 0x00000000; in imx_usbphy_reset()
44 s->usbphy[USBPHY_DEBUG1] = 0x00001000; in imx_usbphy_reset()
45 s->usbphy[USBPHY_VERSION] = 0x04020000; in imx_usbphy_reset()
[all …]
/qemu/include/hw/usb/
H A Dimx-usb-phy.h51 uint32_t usbphy[USBPHY_MAX]; member
/qemu/hw/arm/
H A Dfsl-imx6.c89 object_initialize_child(obj, name, &s->usbphy[i], TYPE_IMX_USBPHY); in fsl_imx6_init()
340 sysbus_realize(SYS_BUS_DEVICE(&s->usbphy[i]), &error_abort); in fsl_imx6_realize()
341 sysbus_mmio_map(SYS_BUS_DEVICE(&s->usbphy[i]), 0, in fsl_imx6_realize()
H A Dfsl-imx6ul.c128 object_initialize_child(obj, name, &s->usbphy[i], TYPE_IMX_USBPHY); in fsl_imx6ul_init()
494 sysbus_realize(SYS_BUS_DEVICE(&s->usbphy[i]), &error_abort); in fsl_imx6ul_realize()
495 sysbus_mmio_map(SYS_BUS_DEVICE(&s->usbphy[i]), 0, in fsl_imx6ul_realize()
/qemu/include/hw/arm/
H A Dfsl-imx6ul.h85 IMXUSBPHYState usbphy[FSL_IMX6UL_NUM_USB_PHYS]; member
H A Dfsl-imx6.h73 IMXUSBPHYState usbphy[FSL_IMX6_NUM_USB_PHYS]; member