HomeSort by relevance Sort by last modified time
    Searched defs:PortId (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/common_lib/cros/cfm/usb/
usb_port_manager.py 5 PortId = collections.namedtuple('PortId', ['bus', 'port_number'])
12 PortId(bus=1, port_number=2): 218, # Front left USB 2
13 PortId(bus=2, port_number=1): 218, # Front left USB 3
14 PortId(bus=1, port_number=3): 219, # Front right USB 2
15 PortId(bus=2, port_number=2): 219, # Front right USB 3
17 PortId(bus=1, port_number=5): 209, # Back upper USB 2
18 PortId(bus=2, port_number=3): 209, # Back upper USB 3
19 PortId(bus=1, port_number=6): 209, # Back lower USB 2
20 PortId(bus=2, port_number=4): 209, # Back lower USB
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/
PchAccess.h 431 #define PchMsgBusRead32(PortId, Register, Dbuff, ReadOpCode, WriteOpCode) \
434 MmioWrite32 ((UINTN) (PatchPcdGet64 (PcdPciExpressBaseAddress) + MC_MCR ), (UINT32) ((ReadOpCode << 24) | (PortId << 16) | ((Register & MSGBUS_MASKLO) << 8) | MESSAGE_DWORD_EN)); \
438 #define PchMsgBusAnd32(PortId, Register, Dbuff, AndData, ReadOpCode, WriteOpCode) \
441 MmioWrite32 ((UINTN) (PatchPcdGet64 (PcdPciExpressBaseAddress) + MC_MCR ), (UINT32) ((ReadOpCode << 24) | (PortId << 16) | ((Register & MSGBUS_MASKLO) << 8) | MESSAGE_DWORD_EN)); \
445 MmioWrite32 ((UINTN) (PatchPcdGet64 (PcdPciExpressBaseAddress) + MC_MCR ), (UINT32) ((WriteOpCode << 24) | (PortId << 16) | ((Register & MSGBUS_MASKLO) << 8) | MESSAGE_DWORD_EN)); \
448 #define PchMsgBusOr32(PortId, Register, Dbuff, OrData, ReadOpCode, WriteOpCode) \
451 MmioWrite32 ((UINTN) (PatchPcdGet64 (PcdPciExpressBaseAddress) + MC_MCR ), (UINT32) ((ReadOpCode << 24) | (PortId << 16) | ((Register & MSGBUS_MASKLO) << 8) | MESSAGE_DWORD_EN)); \
455 MmioWrite32 ((UINTN) (PatchPcdGet64 (PcdPciExpressBaseAddress) + MC_MCR ), (UINT32) ((WriteOpCode << 24) | (PortId << 16) | ((Register & MSGBUS_MASKLO) << 8) | MESSAGE_DWORD_EN)); \
458 #define PchMsgBusAndThenOr32(PortId, Register, Dbuff, AndData, OrData, ReadOpCode, WriteOpCode) \
461 MmioWrite32 ((UINTN) (PatchPcdGet64 (PcdPciExpressBaseAddress) + MC_MCR ), (UINT32) ((ReadOpCode << 24) | (PortId << 16) | ((Register & MSGBUS_MASKLO) << 8) | MESSAGE_DWORD_EN)); \
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Mvpp2Lib.c 169 IN UINT32 PortId,
176 Pe->Tcam.Byte[EnableOff] &= ~(1 << PortId);
178 Pe->Tcam.Byte[EnableOff] |= 1 << PortId;
618 IN INT32 PortId,
625 /* Entry exist - update PortId only */
647 /* Update PortId Mask */
648 Mvpp2PrsTcamPortSet (&Pe, PortId, Add);
657 IN INT32 PortId,
692 Mvpp2PrsTcamPortSet (&Pe, PortId, Add);
701 IN INT32 PortId,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 290 LUID PortId;
    [all...]
ksmedia.h     [all...]
ntddndis.h     [all...]

Completed in 1044 milliseconds