OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GINTSTS
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c
105
WRITE_REG32(
GINTSTS
, 0xFFFFFFFF);
401
UINT32 ints = READ_REG32(
GINTSTS
); // interrupt register
541
WRITE_REG32(
GINTSTS
, ints);
616
data = READ_REG32 (
GINTSTS
);
630
data = READ_REG32 (
GINTSTS
) & GINTSTS_ENUMDONE;
636
WRITE_REG32 (
GINTSTS
, ~0);
DwUsbDxe.h
199
#define
GINTSTS
(0x014)
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c
165
mmio_write_32(
GINTSTS
, ~0);
285
data = mmio_read_32(
GINTSTS
);
302
data = mmio_read_32(
GINTSTS
) & GINTSTS_ENUMDONE;
309
mmio_write_32(
GINTSTS
, ~0);
417
while (mmio_read_32(
GINTSTS
) & 0x40) {
469
"DIEPTSIZ(%d) is [0x%x]
GINTSTS
is [0x%x]\n",
474
mmio_read_32(
GINTSTS
));
501
if ((mmio_read_32(
GINTSTS
) & 0x40000) && epints) {
934
ints = mmio_read_32(
GINTSTS
); /* interrupt status */
1119
mmio_write_32(
GINTSTS
, ints)
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwcHw.h
41
#define
GINTSTS
HSOTG_REG(0x014)
[
all
...]
DwUsbHostDxe.c
916
if (MmioRead32 (DwHc->DwUsbBase +
GINTSTS
) & DWC2_GINTSTS_CURMODE_HOST) {
[
all
...]
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
144
#define
GINTSTS
(DWC_OTG_BASE + 0x014)
[
all
...]
Completed in 909 milliseconds