Searched refs:ehci_rev (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/ti/usb/
H A Domap_ehci.c122 uint32_t ehci_rev; member in struct:omap_ehci_softc
375 isc->ehci_rev = omap_uhh_read_4(isc, OMAP_USBHOST_UHH_REVISION);
376 device_printf(isc->sc_dev, "UHH revision 0x%08x\n", isc->ehci_rev);
379 if (isc->ehci_rev == OMAP_EHCI_REV1) {
416 } else if (isc->ehci_rev == OMAP_EHCI_REV2) {
423 if (isc->ehci_rev == OMAP_EHCI_REV2) {
444 if (isc->ehci_rev == OMAP_EHCI_REV1) {
452 } else if (isc->ehci_rev == OMAP_EHCI_REV2) {
469 if (isc->ehci_rev == OMAP_EHCI_REV1) {
485 } else if (isc->ehci_rev
[all...]

Completed in 62 milliseconds