Searched refs:ports (Results 26 - 32 of 32) sorted by relevance

12

/u-boot/drivers/pci/
H A Dpci_tegra.c225 struct list_head ports;
287 list_for_each_entry(port, &pcie->ports, list) {
551 list_add_tail(&port->list, &pcie->ports);
746 list_for_each_entry(port, &pcie->ports, list)
1017 list_for_each_entry_safe(port, tmp, &pcie->ports, list) {
1098 INIT_LIST_HEAD(&pcie->ports);
226 struct list_head ports; member in struct:tegra_pcie
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c1643 * the ports, disable otg, setup buffers, and ATL, INT, ISO status.
2009 int ports;
2012 ports = isp1760_hcd_n_ports(priv->hcd);
2019 desc->bNbrPorts = ports;
2020 temp = 1 + (ports / 8);
2023 /* ports removable, and usb 1.0 legacy PortPwrCtrlMask */
2068 int ports;
2073 ports = isp1760_hcd_n_ports(hcd);
2133 if (!wIndex || wIndex > ports)
2194 if (!wIndex || wIndex > ports)
2010 int ports; local
2069 int ports; local
[all...]
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-helper-pki.c48 #include <mach/cvmx-pko-internal-ports-range.h>
518 * @param nports number of ports
H A Dcvmx-helper-cfg.c37 #include <mach/cvmx-pko-internal-ports-range.h>
466 /* Internal PKO ports are not present in PKO3 */
733 /* Some ports are not in sequence, the device tree does not
736 * Also clear any ports that are not defined in the device tree.
795 printf("ERROR: %s: failed to allocate internal ports forinterface=%d port=%d cnt=%d\n",
969 /* init ports, queues which are not initialized */
H A Dcvmx-helper-bgx.c38 #include <mach/cvmx-pko-internal-ports-range.h>
92 * Returns number of ports based on interface
94 * @return Number of ports based on xiface
337 * Probe a SGMII interface and determine the number of ports
343 * @return Number of ports on the interface. Zero to disable.
492 * @param num_ports Number of ports on the interface
2591 * @param port_mask Mask (4bits) of which ports on the interface to disable
/u-boot/drivers/net/phy/
H A Dmv88e61xx.c18 * between the ports. This driver uses a simple configuration that routes
22 * The configuration determines which PHY ports to activate using the
162 #error Define CONFIG_MV88E61XX_PHY_PORTS to indicate which physical ports \
186 int port_count; /* Number of switch ports */
244 * associated ports, or global configuration registers). The register address
533 /* Disable all ports */
1122 * other ports */
/u-boot/drivers/net/
H A Dmvpp2.c506 /* Maximum number of ports */
578 /* Maximum number of supported ports */
933 /* Index of the port from the "group of ports" complex point
1489 unsigned int ports) argument
1496 pe->tcam.byte[enable_off] |= ~ports & MVPP2_PRS_PORT_MASK;
1759 /* Non-promiscuous mode for all ports - DROP unknown packets */
1769 /* Mask all ports */
1807 /* Mask all ports */
1856 /* Mask all ports */
1896 /* Default flow entries initialization for all ports */
[all...]

Completed in 325 milliseconds

12