Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci-spear.c24 periph1_rst |= PERIPH_USBH1 | PERIPH_USBH2; in spear6xx_usbh_stop()
28 periph1_rst &= ~(PERIPH_USBH1 | PERIPH_USBH2); in spear6xx_usbh_stop()
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
Dcpu.c50 periph1_clken |= PERIPH_USBH1 | PERIPH_USBH2; in arch_cpu_init()
/external/u-boot/arch/arm/include/asm/arch-spear/
Dspr_misc.h214 #define PERIPH_USBH2 0x04000000 macro