Searched refs:usbphy_base (Results 1 – 1 of 1) sorted by relevance
19 uint32_t usbphy_base[] = USBPHY_STACK_BASE_ADDRS; in USB_EhciPhyGetBase() local21 uint32_t usbphy_base[] = USBPHY_BASE_ADDRS; in USB_EhciPhyGetBase() local47 if (controllerId < (sizeof(usbphy_base) / sizeof(usbphy_base[0]))) in USB_EhciPhyGetBase()49 temp = (uint32_t *)usbphy_base[controllerId]; in USB_EhciPhyGetBase()