aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pcs-altera-tse.h
AgeCommit message (Collapse)AuthorFilesLines
2022-09-05net: pcs: add new PCS driver for altera TSE PCSGravatar Maxime Chevallier 1-0/+17
The Altera Triple Speed Ethernet has a SGMII/1000BaseC PCS that can be integrated in several ways. It can either be part of the TSE MAC's address space, accessed through 32 bits accesses on the mapped mdio device 0, or through a dedicated 16 bits register set. This driver allows using the TSE PCS outside of altera TSE's driver, since it can be used standalone by other MACs. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>