Home
last modified time | relevance | path

Searched refs:cell_index (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/freescale/fman/
Dmac.c31 u8 cell_index; member
232 data.mac_hw_id = priv->cell_index; in dpaa_eth_add_device()
369 priv->cell_index = (u8)val; in mac_probe()
447 params.mac_id = priv->cell_index; in mac_probe()
479 priv->cell_index); in mac_probe()
/Linux-v6.1/drivers/spi/
Dspi-orion.c664 u32 cell_index; in orion_spi_probe() local
667 &cell_index)) in orion_spi_probe()
668 master->bus_num = cell_index; in orion_spi_probe()
/Linux-v6.1/drivers/net/ethernet/ibm/emac/
Dcore.c144 0, SDR0_MFR_ECS >> dev->cell_index); in emac_rx_clk_tx()
153 SDR0_MFR_ECS >> dev->cell_index, 0); in emac_rx_clk_default()
377 0, SDR0_ETH_CFG_ECS << dev->cell_index); in emac_reset()
381 SDR0_ETH_CFG_ECS << dev->cell_index, 0); in emac_reset()
403 SDR0_ETH_CFG_ECS << dev->cell_index, 0); in emac_reset()
2196 hdr->index = dev->cell_index; in emac_dump_regs()
2290 dev->cell_index, dev->ofdev->dev.of_node); in emac_ethtool_get_drvinfo()
2756 dev->phy.address = dev->cell_index; in emac_init_phy()
2863 if (emac_read_uint_prop(np, "cell-index", &dev->cell_index, 1)) in emac_init_config()
3207 ndev->name, dev->cell_index, np, ndev->dev_addr); in emac_probe()
Dcore.h219 u32 cell_index; member