Home
last modified time | relevance | path

Searched refs:num_ports (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/net/
A Dbcm6368-eth.c135 uint8_t num_ports; member
223 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_adjust_link()
316 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_start()
325 for (i = ETH_RGMII_PORT0; i < priv->num_ports; i++) { in bcm6368_eth_start()
367 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_start()
414 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_stop()
461 for (i = 0; i < priv->num_ports; ++i) { in bcm6368_phy_is_external()
511 int num_ports, ret, i; in bcm6368_eth_probe() local
522 if (!num_ports || num_ports > ETH_MAX_PORT) in bcm6368_eth_probe()
579 priv->num_ports = num_ports; in bcm6368_eth_probe()
[all …]
A Dmvpp2.c925 u8 num_ports; member
4824 priv->num_ports++; in mvpp2_port_probe()
5374 priv->num_ports = 0; in mvpp2_probe()
5403 priv->num_ports--; in mvpp2_remove()
5405 if (priv->num_ports) in mvpp2_remove()
/u-boot/net/
A Ddsa-uclass.c20 int num_ports; member
342 pdata->num_ports = ofnode_get_child_count(node); in dsa_post_bind()
343 if (pdata->num_ports <= 0 || pdata->num_ports > DSA_MAX_PORTS) { in dsa_post_bind()
345 pdata->num_ports); in dsa_post_bind()
374 for (i = 0; i < pdata->num_ports; i++) { in dsa_post_bind()
441 priv->num_ports = pdata->num_ports; in dsa_pre_probe()
/u-boot/include/net/
A Ddsa.h111 int num_ports; member
/u-boot/drivers/pci/
A Dpci_tegra.c207 unsigned int num_ports; member
949 if (soc->num_ports > 2)
1042 .num_ports = 2,
1052 .num_ports = 3,
1064 .num_ports = 2,
1074 .num_ports = 2,
1085 .num_ports = 3,
/u-boot/drivers/ata/
A Ddwc_ahsata.c121 u32 tmp, cap_save, num_ports; in ahci_host_init() local
150 num_ports = (cap_save & SATA_HOST_CAP_NP_MASK) + 1; in ahci_host_init()
151 writel_with_flush((1 << num_ports) - 1, &host_mmio->pi); in ahci_host_init()
/u-boot/include/
A Dec_commands.h4094 uint8_t num_ports; member

Completed in 44 milliseconds