Searched refs:cell_index (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/powerpc/sysdev/
H A Dppc4xx_ocm.c111 const unsigned int *cell_index; ocm_init_node() local
120 cell_index = of_get_property(node, "cell-index", &len); ocm_init_node()
121 if (!cell_index) { ocm_init_node()
125 ocm->index = *cell_index; ocm_init_node()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
H A Dtah.c84 * zmii ? if yes, then we'll add a cell_index tah_dump_regs()
H A Dcore.c113 * cell_index.
148 0, SDR0_MFR_ECS >> dev->cell_index); emac_rx_clk_tx()
157 SDR0_MFR_ECS >> dev->cell_index, 0); emac_rx_clk_default()
370 0, SDR0_ETH_CFG_ECS << dev->cell_index); emac_reset()
374 SDR0_ETH_CFG_ECS << dev->cell_index, 0); emac_reset()
389 SDR0_ETH_CFG_ECS << dev->cell_index, 0); emac_reset()
2112 hdr->index = dev->cell_index; emac_dump_regs()
2206 dev->cell_index, dev->ofdev->dev.of_node->full_name); emac_ethtool_get_drvinfo()
2452 dev->phy.address = dev->cell_index; emac_init_phy()
2535 if (emac_read_uint_prop(np, "cell-index", &dev->cell_index, 1)) emac_init_config()
2885 ndev->name, dev->cell_index, np->full_name, ndev->dev_addr); emac_probe()
H A Drgmii.c227 * rgmii ? if yes, then we'll add a cell_index rgmii_dump_regs()
H A Dzmii.c228 * zmii ? if yes, then we'll add a cell_index zmii_dump_regs()
H A Dcore.h225 u32 cell_index; member in struct:emac_instance
/linux-4.1.27/drivers/spi/
H A Dspi-orion.c428 u32 cell_index; orion_spi_probe() local
431 &cell_index)) orion_spi_probe()
432 master->bus_num = cell_index; orion_spi_probe()

Completed in 198 milliseconds