Home
last modified time | relevance | path

Searched refs:USB_BASE (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
Dcpu.h17 #define USB_BASE 0x31020000 /* USB registers base */ macro
Dconfig.h75 #define CONFIG_SYS_USB_OHCI_REGS_BASE USB_BASE
/external/u-boot/drivers/usb/host/
Dohci-lpc32xx.c82 static struct otg_regs *otg = (struct otg_regs *)USB_BASE;
/external/u-boot/drivers/i2c/
Dlpc32xx_i2c.c48 (struct lpc32xx_i2c_base *)(USB_BASE + 0x300)
/external/u-boot/arch/arm/include/asm/arch-ep93xx/
Dep93xx.h245 #define USB_BASE (EP93XX_AHB_BASE | USB_OFFSET) macro