Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-orion.c661 u32 cell_index; in orion_spi_probe()
664 &cell_index)) in orion_spi_probe()
665 host->bus_num = cell_index; in orion_spi_probe()
663 u32 cell_index; orion_spi_probe() local
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c106 * cell_index.
137 0, SDR0_MFR_ECS >> dev->cell_index); in emac_rx_clk_tx()
146 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()
396 SDR0_ETH_CFG_ECS << dev->cell_index, 0); in emac_reset()
2185 hdr->index = dev->cell_index; in emac_dump_regs()
2279 dev->cell_index, dev->ofdev->dev.of_node);
2718 dev->phy.address = dev->cell_index; in emac_init_phy()
2825 if (emac_read_uint_prop(np, "cell-index", &dev->cell_index, in emac_init_config()
[all...]
H A Dcore.h214 u32 cell_index; member
/linux/drivers/nvmem/
H A Dcore.c1419 int cell_index = 0; in of_nvmem_cell_get() local
1437 cell_index = cell_spec.args[0]; in of_nvmem_cell_get()
1477 cell = nvmem_create_cell(cell_entry, id, cell_index); in of_nvmem_cell_get()