OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GINTMSK
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c
627
WRITE_REG32 (
GINTMSK
, data);
637
WRITE_REG32 (
GINTMSK
, ~0);
DwUsbDxe.h
233
#define
GINTMSK
(0x018)
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwcHw.h
42
#define
GINTMSK
HSOTG_REG(0x018)
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c
299
mmio_write_32(
GINTMSK
, data);
310
mmio_write_32(
GINTMSK
, ~0);
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
145
#define
GINTMSK
(DWC_OTG_BASE + 0x018)
[
all
...]
Completed in 439 milliseconds