Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-sunxi.c21 #define BASE_DIST 0x8000 macro
24 #define BASE_DIST 0x1000 macro
58 priv->phy_index = ((uintptr_t)regs - (SUNXI_USB1_BASE + 0x400)) / BASE_DIST; in ohci_usb_probe()
H A Dehci-sunxi.c21 #define BASE_DIST 0x8000 macro
24 #define BASE_DIST 0x1000 macro
55 priv->phy_index = ((uintptr_t)hccr - SUNXI_USB1_BASE) / BASE_DIST; in ehci_usb_probe()