HomeSort by relevance Sort by last modified time
    Searched defs:Port (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/libmojo/mojo/edk/system/ports/
port.cc 5 #include "mojo/edk/system/ports/port.h"
11 Port::Port(uint64_t next_sequence_num_to_send,
20 Port::~Port() {}
port.h 23 class Port : public base::RefCountedThreadSafe<Port> {
45 Port(uint64_t next_sequence_num_to_send,
49 friend class base::RefCountedThreadSafe<Port>;
51 ~Port();
53 DISALLOW_COPY_AND_ASSIGN(Port);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInit.c 21 extern VOID PcieRegWrite(UINT32 Port, UINTN Offset, UINT32 Value);
22 extern EFI_STATUS PciePortReset(UINT32 HostBridgeNum, UINT32 Port);
27 //Port 0
39 //Port 1
50 //Port 2
61 //Port 3
80 UINT32 Port;
86 for (Port = 0; Port < PCIE_MAX_PORT_NUM; Port++)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInit.c 23 extern VOID PcieRegWrite(UINT32 Port, UINTN Offset, UINT32 Value);
24 extern EFI_STATUS PciePortReset(UINT32 HostBridgeNum, UINT32 Port);
29 //Port 0
41 //Port 1
52 //Port 2
63 //Port 3
73 //Port 4
83 //Port 5
93 //Port 6
103 //Port 7
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
HwIoDebug.c 49 UINTN Port;
56 Port = AsciiStrHexToUintn (Argv[1]);
60 Data = IoRead8 (Port);
62 Data = IoRead16 (Port);
64 Data = IoRead32 (Port);
69 AsciiPrint ("0x%04x = 0x%x", Port, Data);
100 UINTN Port;
107 Port = AsciiStrHexToUintn (Argv[1]);
112 IoWrite8 (Port, (UINT8)Data);
114 IoWrite16 (Port, (UINT16)Data);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
I2CLibRuntime.c 32 UINTN GetI2cBase (UINT32 Socket, UINT8 Port)
34 if (gI2cBase[Socket][Port] == 0) {
35 gI2cBase[Socket][Port] = PlatformGetI2cBase(Socket, Port);
38 return gI2cBase[Socket][Port];
49 UINT8 Port;
54 for (Port = 0; Port < I2C_PORT_MAX; Port++) {
55 if (gI2cBase[Socket][Port] != 0) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
I2CLib.h 42 UINT32 Port;
50 I2CInit(UINT32 Socket, UINT32 Port, SPEED_MODE SpeedMode);
70 I2CSdaConfig(UINT32 Socket, UINT32 Port);
  /device/linaro/bootloader/edk2/Omap35xxPkg/Gpio/
Gpio.c 32 UINTN Port;
41 Port = GPIO_PORT(Gpio);
44 DataInRegister = GpioBase(Port) + GPIO_DATAIN;
62 UINTN Port;
68 Port = GPIO_PORT(Gpio);
71 OutputEnableRegister = GpioBase(Port) + GPIO_OE;
72 SetDataOutRegister = GpioBase(Port) + GPIO_SETDATAOUT;
73 ClearDataOutRegister = GpioBase(Port) + GPIO_CLEARDATAOUT;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
MarvellYukon.h 46 UINTN Port;
    [all...]
DriverBinding.c 117 UINTN Port;
136 // Get number of ports and MAC address for each port
148 for (Port = 0; Port < ScData->msk_num_port; Port++) {
158 if (ScData->msk_if[Port] == NULL) {
174 gBS->CopyMem (&YukonDriver->SnpMode.PermanentAddress, &(ScData->msk_if[Port])->MacAddress,
178 // Set Port number
180 YukonDriver->Port = Port;
    [all...]
  /external/tensorflow/tensorflow/core/grappler/
graph_view.h 31 struct Port {
35 bool operator==(const Port& other) const {
39 struct InputPort : public Port {};
40 struct OutputPort : public Port {};
43 std::size_t operator()(const Port& port) const {
44 return reinterpret_cast<std::size_t>(port.node) + port.port_id;
51 // Get the specified input port. Note that the special '-1' port_id can be
55 // Get the specified output port. Note that the special '-1' port_id can b
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDispatcher.c 105 AccessPoint->StationPort = NTOHS (Tcb->LocalEnd.Port);
109 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port);
183 AccessPoint->StationPort = NTOHS (Tcb->LocalEnd.Port);
184 AccessPoint->RemotePort = NTOHS (Tcb->RemoteEnd.Port);
220 is registered, else generate a random station port for this
226 @retval EFI_SUCCESS The check passed or the port is assigned.
227 @retval EFI_INVALID_PARAMETER The non-zero station port is already used.
228 @retval EFI_OUT_OF_RESOURCES No port can be allocated.
239 UINT16 *Port;
244 Port = &TcpAp->Tcp4Ap.StationPort;
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
AcpiTimerLib.c 65 // If the register offset to the BAR for the ACPI I/O Port Base Address is 0x0000, then
81 // Retrieve the PCD values for the PCI configuration space required to program the ACPI I/O Port Base Address
107 Internal function to retrieve the ACPI I/O Port Base Address.
109 Internal function to retrieve the ACPI I/O Port Base Address.
111 @return The 16-bit ACPI I/O Port Base Address.
119 UINT16 Port;
121 Port = PcdGet16 (PcdAcpiIoPortBaseAddress);
124 // If the register offset to the BAR for the ACPI I/O Port Base Address is not 0x0000, then
129 Port = PciRead16 (PCI_LIB_ADDRESS (
137 return (Port & PcdGet16 (PcdAcpiIoPortBaseAddressMask)) + PcdGet16 (PcdAcpiPm1TmrOffset);
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
Port.java 42 abstract class Port extends AsynchronousChannelGroupImpl {
45 * Implemented by clients registered with this port.
57 Port(AsynchronousChannelProvider provider, ThreadPool pool) {
77 * removed (currently only needed in the AIX-Port - see AixPollPort.java).
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.c 44 SATA_SI3132_PORT *Port;
50 Port = &(SataSiI3132Instance->Ports[Index]);
52 Port->Index = Index;
53 Port->RegBase = Index * 0x2000;
54 Port->Instance = SataSiI3132Instance;
55 InitializeListHead (&(Port->Devices));
76 Port->HostPRB = HostPRB;
77 Port->PhysAddrHostPRB = PhysAddrHostPRB;
78 Port->PciAllocMappingPRB = PciAllocMappingPRB;
130 IN SATA_SI3132_PORT *Port,
    [all...]
  /external/adhd/scripts/
ini_editor.py 25 class Port(object):
26 """Class for port definition in ini file.
30 index: an integer for port index.
31 definition: a string for the content after "=" in port definition line.
36 """Parses a port definition line in ini file and init a Port object.
39 line: A string possibly containing port definition line like
43 A Port object if input is a valid port definition line. Returns
44 None if input is not a valid port definition line
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iphlpapi.h 147 WCHAR Port[6];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 58 DT_PORT Port[ MAX_CONNECTIONS ];
138 // Allocate a port
144 ZeroMem ( &Port[ Index ], sizeof ( Port[ Index ]));
214 // Get the port number
318 pPortIpAddress4 = (struct sockaddr_in *)&Port[ Index ].IpAddress;
319 pPortIpAddress6 = (struct sockaddr_in6 *)&Port[ Index ].IpAddress;
600 ZeroMem ( &Port[ Index ], sizeof ( Port[ Index ]));
662 Port[ Index ].BytesTotal += BytesReceived;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 64 EfiPortMultiplier, /* Port Multiplier */
75 UINT16 Port;
132 UINT16 Port;
438 @param[in] Port The port number of the ATA device to send the command.
439 @param[in] PortMultiplierPort The port multiplier port number of the ATA device to send the command.
440 If there is no port multiplier, then specify 0xFFFF.
450 IN UINT16 Port,
460 @param[in] Port The port number of the ATA device to send the command.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.c 80 0, // Port
204 Port and PortMultiplierPort if the ATA device is identified as a valid one.
209 @param Port The port number of the ATA device.
210 @param PortMultiplierPort The port multiplier port number of the ATA device.
220 IN UINT16 Port,
241 Status = AtaPassThru->BuildDevicePath (AtaPassThru, Port, PortMultiplierPort, &NewDevicePathNode);
277 AtaDevice->Port = Port;
    [all...]
AtaBus.h 112 UINT16 Port;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.h 183 UINT16 Port;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 491 @param[in, out] SrcPort The pointer to the source port.
560 @param[in, out] SrcPort The pointer to the source port.
958 Check the received packet using the destination port.
962 @param[in, out] DestPort The pointer to the destination port.
977 UINT16 Port;
980 Port = ((EFI_UDP6_SESSION_DATA *) Session)->DestinationPort;
982 Port = ((EFI_UDP4_SESSION_DATA *) Session)->DestinationPort;
987 // Return the destination port in the received packet if accept any.
990 *DestPort = Port;
993 } else if (DestPort != NULL && *DestPort == Port) {
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url.go 112 // We add : because we include :port as part of host.
113 // We add [ ] because we include [ipv6]:port as part of host.
337 Host string // host or host:port
588 // information. That is, as host[:port].
599 return "", fmt.Errorf("invalid port %q after host", colonPort)
703 // validOptionalPort reports whether port is either an empty string
705 func validOptionalPort(port string) bool {
706 if port == "" {
709 if port[0] != ':' {
712 for _, b := range port[1:]
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 112 // We add : because we include :port as part of host.
113 // We add [ ] because we include [ipv6]:port as part of host.
337 Host string // host or host:port
588 // information. That is, as host[:port].
599 return "", fmt.Errorf("invalid port %q after host", colonPort)
703 // validOptionalPort reports whether port is either an empty string
705 func validOptionalPort(port string) bool {
706 if port == "" {
709 if port[0] != ':' {
712 for _, b := range port[1:]
    [all...]

Completed in 488 milliseconds

1 2 3