Lines Matching full:tsu
576 .tsu = 1,
627 .tsu = 1,
971 .tsu = 1,
1011 .tsu = 1,
1053 .tsu = 1,
1099 .tsu = 1,
2176 if (cd->tsu) { in __sh_eth_get_regs()
2776 if (!mdp->cd->tsu) in sh_eth_tsu_add_entry()
2805 if (!mdp->cd->tsu) in sh_eth_tsu_del_entry()
2828 if (!mdp->cd->tsu) in sh_eth_tsu_purge_all()
2851 if (!mdp->cd->tsu) in sh_eth_tsu_purge_mcast()
2874 if (mdp->cd->tsu) in sh_eth_set_rx_mode()
2890 } else if (mdp->cd->tsu) { in sh_eth_set_rx_mode()
2959 if (unlikely(!mdp->cd->tsu)) in sh_eth_vlan_rx_add_vid()
2989 if (unlikely(!mdp->cd->tsu)) in sh_eth_vlan_rx_kill_vid()
3002 /* SuperH's TSU register init function */
3279 if (mdp->cd->tsu) in sh_eth_drv_probe()
3297 if (mdp->cd->tsu) { in sh_eth_drv_probe()
3303 dev_err(&pdev->dev, "no TSU resource\n"); in sh_eth_drv_probe()
3307 /* We can only request the TSU region for the first port in sh_eth_drv_probe()
3308 * of the two sharing this TSU for the probe to succeed... in sh_eth_drv_probe()
3314 dev_err(&pdev->dev, "can't request TSU resource.\n"); in sh_eth_drv_probe()
3318 /* ioremap the TSU registers */ in sh_eth_drv_probe()
3322 dev_err(&pdev->dev, "TSU region ioremap() failed.\n"); in sh_eth_drv_probe()
3329 /* Need to init only the first port of the two sharing a TSU */ in sh_eth_drv_probe()
3334 /* TSU init (Init only)*/ in sh_eth_drv_probe()