OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEVNTCOUNT
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c
69
#define GET_EVENTBUF_COUNT() (GEVNTCOUNT_EVNTCOUNT (MmioRead32 (
GEVNTCOUNT
(0))))
70
#define UPDATE_EVENTBUF_COUNT(x) (MmioWrite32 (
GEVNTCOUNT
(0), GEVNTCOUNT_EVNTCOUNT (x)))
73
MmioOr32 (
GEVNTCOUNT
(0), 0); \
586
MmioWrite32 (
GEVNTCOUNT
(0), 0);
609
Data = MmioRead32 (
GEVNTCOUNT
(0));
610
MmioWrite32 (
GEVNTCOUNT
(0), Data);
[
all
...]
DwUsb3Dxe.h
60
#define
GEVNTCOUNT
(x) (DW_USB3_BASE + 0xC40C + (((x) & 0x1F) << 2))
Completed in 108 milliseconds