OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRXFSIZ
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c
586
WRITE_REG32 (
GRXFSIZ
, RX_SIZE);
DwUsbDxe.h
236
#define
GRXFSIZ
(0x024)
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwcHw.h
45
#define
GRXFSIZ
HSOTG_REG(0x024)
[
all
...]
DwUsbHostDxe.c
881
MmioWrite32 (DwHc->DwUsbBase +
GRXFSIZ
, DWC2_HOST_RX_FIFO_SIZE);
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
181
#define
GRXFSIZ
(DWC_OTG_BASE + 0x024)
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c
250
mmio_write_32(
GRXFSIZ
, RX_SIZE);
[
all
...]
Completed in 87 milliseconds