Searched refs:cell_index (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/freescale/fman/ |
D | mac.c | 31 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/ |
D | spi-orion.c | 664 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/ |
D | core.c | 144 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()
|
D | core.h | 219 u32 cell_index; member
|