Searched refs:cell_index (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/sysdev/ |
D | ppc4xx_ocm.c | 111 const unsigned int *cell_index; in ocm_init_node() local 120 cell_index = of_get_property(node, "cell-index", &len); in ocm_init_node() 121 if (!cell_index) { in ocm_init_node() 125 ocm->index = *cell_index; in ocm_init_node()
|
/linux-4.4.14/drivers/spi/ |
D | spi-orion.c | 517 u32 cell_index; in orion_spi_probe() local 520 &cell_index)) in orion_spi_probe() 521 master->bus_num = cell_index; in orion_spi_probe()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 148 0, SDR0_MFR_ECS >> dev->cell_index); in emac_rx_clk_tx() 157 SDR0_MFR_ECS >> dev->cell_index, 0); in emac_rx_clk_default() 370 0, SDR0_ETH_CFG_ECS << dev->cell_index); in emac_reset() 374 SDR0_ETH_CFG_ECS << dev->cell_index, 0); in emac_reset() 389 SDR0_ETH_CFG_ECS << dev->cell_index, 0); in emac_reset() 2112 hdr->index = dev->cell_index; in emac_dump_regs() 2206 dev->cell_index, dev->ofdev->dev.of_node->full_name); in emac_ethtool_get_drvinfo() 2451 dev->phy.address = dev->cell_index; in emac_init_phy() 2534 if (emac_read_uint_prop(np, "cell-index", &dev->cell_index, 1)) in emac_init_config() 2884 ndev->name, dev->cell_index, np->full_name, ndev->dev_addr); in emac_probe()
|
D | core.h | 225 u32 cell_index; member
|