Lines Matching full:tsu
576 .tsu = 1,
627 .tsu = 1,
971 .tsu = 1,
1011 .tsu = 1,
1053 .tsu = 1,
1099 .tsu = 1,
2174 if (cd->tsu) { in __sh_eth_get_regs()
2778 if (!mdp->cd->tsu) in sh_eth_tsu_add_entry()
2807 if (!mdp->cd->tsu) in sh_eth_tsu_del_entry()
2830 if (!mdp->cd->tsu) in sh_eth_tsu_purge_all()
2853 if (!mdp->cd->tsu) in sh_eth_tsu_purge_mcast()
2876 if (mdp->cd->tsu) in sh_eth_set_rx_mode()
2892 } else if (mdp->cd->tsu) { in sh_eth_set_rx_mode()
2961 if (unlikely(!mdp->cd->tsu)) in sh_eth_vlan_rx_add_vid()
2991 if (unlikely(!mdp->cd->tsu)) in sh_eth_vlan_rx_kill_vid()
3004 /* SuperH's TSU register init function */
3301 if (mdp->cd->tsu) in sh_eth_drv_probe()
3319 if (mdp->cd->tsu) { in sh_eth_drv_probe()
3325 dev_err(&pdev->dev, "no TSU resource\n"); in sh_eth_drv_probe()
3329 /* We can only request the TSU region for the first port in sh_eth_drv_probe()
3330 * of the two sharing this TSU for the probe to succeed... in sh_eth_drv_probe()
3336 dev_err(&pdev->dev, "can't request TSU resource.\n"); in sh_eth_drv_probe()
3340 /* ioremap the TSU registers */ in sh_eth_drv_probe()
3344 dev_err(&pdev->dev, "TSU region ioremap() failed.\n"); in sh_eth_drv_probe()
3351 /* Need to init only the first port of the two sharing a TSU */ in sh_eth_drv_probe()
3356 /* TSU init (Init only)*/ in sh_eth_drv_probe()