Home
last modified time | relevance | path

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

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