OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCSPLT
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.h
280
#define
HCSPLT
(x) (0x504 + 0x20 * (x))
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwcHw.h
21
#define
HCSPLT
(_ch) HSOTG_REG(0x0504 + 0x20 * (_ch))
[
all
...]
DwUsbHostDxe.c
126
MmioWrite32 (DwHc->DwUsbBase +
HCSPLT
(HcNum), 0);
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
230
#define
HCSPLT
(x) (DWC_OTG_BASE + 0x504 + 0x20 * (x))
[
all
...]
Completed in 369 milliseconds