Home
last modified time | relevance | path

Searched refs:OMAP_USBHS_REV1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-omap.c39 case OMAP_USBHS_REV1: in omap_uhh_reset()
217 if (rev == OMAP_USBHS_REV1) { in omap_ehci_hcd_init()
/openbmc/linux/drivers/mfd/
H A Domap-usb-host.c74 #define OMAP_USBHS_REV1 0x00000010 /* OMAP3 */ macro
77 #define is_omap_usbhs_rev1(x) (x->usbhs_rev == OMAP_USBHS_REV1)
453 case OMAP_USBHS_REV1: in omap_usbhs_init()
600 case OMAP_USBHS_REV1: in usbhs_omap_probe()
642 if (omap->usbhs_rev == OMAP_USBHS_REV1) { in usbhs_omap_probe()
/openbmc/u-boot/arch/arm/include/asm/
H A Dehci-omap.h28 #define OMAP_USBHS_REV1 0x00000010 /* OMAP3 */ macro