OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HCINT
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.c
74
UINT32
Hcint
, Hctsiz;
77
Ret = Wait4Bit (DwHc->DwUsbBase +
HCINT
(DWC2_HC_CHANNEL), DWC2_HCINT_CHHLTD, 1);
82
Hcint
= MmioRead32 (DwHc->DwUsbBase +
HCINT
(DWC2_HC_CHANNEL));
83
if (
Hcint
& (DWC2_HCINT_NAK | DWC2_HCINT_FRMOVRUN)) {
89
Hcint
&= ~DWC2_HCINT_ACK;
93
if (
Hcint
!= HcintCompHltAck) {
94
DEBUG ((EFI_D_ERROR, "Wait4Chhltd:
HCINT
Error 0x%x\n",
Hcint
));
122
MmioWrite32 (DwHc->DwUsbBase +
HCINT
(HcNum), 0x3FFF)
[
all
...]
DwcHw.h
22
#define
HCINT
(_ch) HSOTG_REG(0x0508 + 0x20 * (_ch))
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.h
281
#define
HCINT
(x) (0x508 + 0x20 * (x))
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
usb.h
231
#define
HCINT
(x) (DWC_OTG_BASE + 0x508 + 0x20 * (x))
[
all
...]
Completed in 385 milliseconds