Home
last modified time | relevance | path

Searched refs:PCIAHB_WIN_PREFETCH (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dehci-rmobile.c92 writel((CONFIG_SYS_SDRAM_BASE & 0xf0000000) | PCIAHB_WIN_PREFETCH, in ehci_hcd_init()
94 writel(0xf0000000 | PCIAHB_WIN_PREFETCH, in ehci_hcd_init()
/external/u-boot/arch/arm/mach-rmobile/include/mach/
Dehci-rmobile.h31 #define PCIAHB_WIN_PREFETCH ((1 << 1)|(1 << 0)) macro