Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dcpu.h18 #define USB_BASE 0x31020000 /* USB registers base */ macro
H A Dconfig.h82 #define CONFIG_SYS_USB_OHCI_REGS_BASE USB_BASE
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-lpc32xx.c83 static struct otg_regs *otg = (struct otg_regs *)USB_BASE;
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c49 (struct lpc32xx_i2c_base *)(USB_BASE + 0x300)
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h246 #define USB_BASE (EP93XX_AHB_BASE | USB_OFFSET) macro