Lines Matching full:tsu
574 .tsu = 1,
625 .tsu = 1,
969 .tsu = 1,
1009 .tsu = 1,
1051 .tsu = 1,
1097 .tsu = 1,
2170 if (cd->tsu) { in __sh_eth_get_regs()
2774 if (!mdp->cd->tsu) in sh_eth_tsu_add_entry()
2803 if (!mdp->cd->tsu) in sh_eth_tsu_del_entry()
2826 if (!mdp->cd->tsu) in sh_eth_tsu_purge_all()
2849 if (!mdp->cd->tsu) in sh_eth_tsu_purge_mcast()
2872 if (mdp->cd->tsu) in sh_eth_set_rx_mode()
2888 } else if (mdp->cd->tsu) { in sh_eth_set_rx_mode()
2957 if (unlikely(!mdp->cd->tsu)) in sh_eth_vlan_rx_add_vid()
2987 if (unlikely(!mdp->cd->tsu)) in sh_eth_vlan_rx_kill_vid()
3000 /* SuperH's TSU register init function */
3332 if (mdp->cd->tsu) in sh_eth_drv_probe()
3350 if (mdp->cd->tsu) { in sh_eth_drv_probe()
3356 dev_err(&pdev->dev, "no TSU resource\n"); in sh_eth_drv_probe()
3360 /* We can only request the TSU region for the first port in sh_eth_drv_probe()
3361 * of the two sharing this TSU for the probe to succeed... in sh_eth_drv_probe()
3367 dev_err(&pdev->dev, "can't request TSU resource.\n"); in sh_eth_drv_probe()
3371 /* ioremap the TSU registers */ in sh_eth_drv_probe()
3375 dev_err(&pdev->dev, "TSU region ioremap() failed.\n"); in sh_eth_drv_probe()
3382 /* Need to init only the first port of the two sharing a TSU */ in sh_eth_drv_probe()
3387 /* TSU init (Init only)*/ in sh_eth_drv_probe()