Home
last modified time | relevance | path

Searched refs:altera_tse_pcs (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/pcs/
Dpcs-altera-tse.c33 struct altera_tse_pcs { struct
39 static struct altera_tse_pcs *phylink_pcs_to_tse_pcs(struct phylink_pcs *pcs) in phylink_pcs_to_tse_pcs() argument
41 return container_of(pcs, struct altera_tse_pcs, pcs); in phylink_pcs_to_tse_pcs()
44 static u16 tse_pcs_read(struct altera_tse_pcs *tse_pcs, int regnum) in tse_pcs_read()
52 static void tse_pcs_write(struct altera_tse_pcs *tse_pcs, int regnum, in tse_pcs_write()
61 static int tse_pcs_reset(struct altera_tse_pcs *tse_pcs) in tse_pcs_reset()
96 struct altera_tse_pcs *tse_pcs = phylink_pcs_to_tse_pcs(pcs); in alt_tse_pcs_config()
124 struct altera_tse_pcs *tse_pcs = phylink_pcs_to_tse_pcs(pcs); in alt_tse_pcs_get_state()
135 struct altera_tse_pcs *tse_pcs = phylink_pcs_to_tse_pcs(pcs); in alt_tse_pcs_an_restart()
156 struct altera_tse_pcs *tse_pcs; in alt_tse_pcs_create()