Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2703 static struct platform_device *port_platdev[3]; variable
2711 if (!port_platdev[n]) in mv643xx_eth_shared_of_remove()
2713 pd = dev_get_platdata(&port_platdev[n]->dev); in mv643xx_eth_shared_of_remove()
2716 platform_device_del(port_platdev[n]); in mv643xx_eth_shared_of_remove()
2717 port_platdev[n] = NULL; in mv643xx_eth_shared_of_remove()
2749 while (dev_num < 3 && port_platdev[dev_num]) in mv643xx_eth_shared_of_add_port()
2797 port_platdev[dev_num] = ppdev; in mv643xx_eth_shared_of_add_port()