OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DCFG_DEVADDR
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.h
108
#define
DCFG_DEVADDR
(x) (((x) & 0x7F) << 3)
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.h
389
#define
DCFG_DEVADDR
(x) (((x) << DCFG_DEVADDR_SHIFT) & DCFG_DEVADDR_MASK)
Completed in 355 milliseconds