Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-mx5/
Dehci.c92 v = __raw_readl(usbother_base + MXC_USBCTRL_OFFSET); in mx51_initialize_usb_hw()
101 __raw_writel(v, usbother_base + MXC_USBCTRL_OFFSET); in mx51_initialize_usb_hw()
106 v = __raw_readl(usbother_base + MXC_USBCTRL_OFFSET); in mx51_initialize_usb_hw()
119 __raw_writel(v, usbother_base + MXC_USBCTRL_OFFSET); in mx51_initialize_usb_hw()
/linux-2.6.39/arch/arm/plat-mxc/include/mach/
Dmxc_ehci.h31 #define MXC_USBCTRL_OFFSET 0 macro