Searched refs:ocelot_port_writel (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/mscc/ |
| D | ocelot.c | 384 ocelot_port_writel(port, DEV_MAC_MODE_CFG_FDX_ENA | in ocelot_port_adjust_link() 391 ocelot_port_writel(port, DEV_MAC_IFG_CFG_TX_IFG(5), DEV_MAC_IFG_CFG); in ocelot_port_adjust_link() 394 ocelot_port_writel(port, DEV_MAC_HDX_CFG_LATE_COL_POS(67) | in ocelot_port_adjust_link() 398 ocelot_port_writel(port, DEV_MAC_HDX_CFG_LATE_COL_POS(67), in ocelot_port_adjust_link() 402 ocelot_port_writel(port, DEV_PORT_MISC_HDX_FAST_DIS, DEV_PORT_MISC); in ocelot_port_adjust_link() 405 ocelot_port_writel(port, PCS1G_MODE_CFG_SGMII_MODE_ENA, PCS1G_MODE_CFG); in ocelot_port_adjust_link() 406 ocelot_port_writel(port, PCS1G_SD_CFG_SD_SEL, PCS1G_SD_CFG); in ocelot_port_adjust_link() 409 ocelot_port_writel(port, PCS1G_CFG_PCS_ENA, PCS1G_CFG); in ocelot_port_adjust_link() 412 ocelot_port_writel(port, 0, PCS1G_ANEG_CFG); in ocelot_port_adjust_link() 415 ocelot_port_writel(port, 0, PCS1G_LB_CFG); in ocelot_port_adjust_link() [all …]
|
| D | ocelot_io.c | 56 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg) in ocelot_port_writel() function 60 EXPORT_SYMBOL(ocelot_port_writel);
|
| D | ocelot.h | 552 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|