OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNPTXFSIZ
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c
587
WRITE_REG32 (
GNPTXFSIZ
, ENDPOINT_TX_SIZE);
DwUsbDxe.h
237
#define
GNPTXFSIZ
(0x028)
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwcHw.h
46
#define
GNPTXFSIZ
HSOTG_REG(0x028)
[
all
...]
DwUsbHostDxe.c
885
MmioWrite32 (DwHc->DwUsbBase +
GNPTXFSIZ
, NpTxFifoSz);
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
182
#define
GNPTXFSIZ
(DWC_OTG_BASE + 0x028)
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c
251
mmio_write_32(
GNPTXFSIZ
, ENDPOINT_TX_SIZE);
[
all
...]
Completed in 325 milliseconds