5 #include "qemu/bitops.h"
6 #include "qom/object.h"
8 enum IMXUsbPhyRegisters
{
39 #define USBPHY_CTRL_SFTRST BIT(31)
41 #define TYPE_IMX_USBPHY "imx.usbphy"
42 OBJECT_DECLARE_SIMPLE_TYPE(IMXUSBPHYState
, IMX_USBPHY
)
44 struct IMXUSBPHYState
{
46 SysBusDevice parent_obj
;
51 uint32_t usbphy
[USBPHY_MAX
];
54 #endif /* IMX_USB_PHY_H */