Lines Matching full:tse
130 if (of_device_is_compatible(child_node, "altr,tse-mdio")) { in altera_tse_mdio_create()
378 /* DMA transfer from TSE starts with 2 additional bytes for in tse_rx()
884 /* Reset and configure TSE MAC and probe associated PHY */ in tse_open()
896 netdev_warn(dev, "TSE revision %x\n", priv->revision); in tse_open()
984 /* Stop TSE MAC interface and put the device in an inactive state
1130 /* Probe Altera TSE MAC device
1393 dev_err(&pdev->dev, "failed to register TSE net device\n"); in altera_tse_probe()
1402 dev_info(&pdev->dev, "Altera TSE MAC version %d.%d at 0x%08lx irq %d/%d\n", in altera_tse_probe()
1458 /* Remove Altera TSE MAC device
1513 { .compatible = "altr,tse-msgdma-1.0", .data = &altera_dtype_msgdma, },
1514 { .compatible = "altr,tse-1.0", .data = &altera_dtype_sgdma, },
1515 { .compatible = "ALTR,tse-1.0", .data = &altera_dtype_sgdma, },