Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_io.c79 void ocelot_port_writel(struct ocelot_port *port, u32 val, enum ocelot_reg reg) in ocelot_port_writel() function
88 EXPORT_SYMBOL_GPL(ocelot_port_writel);
95 ocelot_port_writel(port, (cur & (~mask)) | val, reg); in ocelot_port_rmwl()
Docelot.c860 ocelot_port_writel(ocelot_port, DEV_PORT_MISC_HDX_FAST_DIS, in ocelot_phylink_mac_config()
864 ocelot_port_writel(ocelot_port, PCS1G_MODE_CFG_SGMII_MODE_ENA, in ocelot_phylink_mac_config()
866 ocelot_port_writel(ocelot_port, PCS1G_SD_CFG_SD_SEL, PCS1G_SD_CFG); in ocelot_phylink_mac_config()
869 ocelot_port_writel(ocelot_port, PCS1G_CFG_PCS_ENA, PCS1G_CFG); in ocelot_phylink_mac_config()
872 ocelot_port_writel(ocelot_port, 0, PCS1G_ANEG_CFG); in ocelot_phylink_mac_config()
875 ocelot_port_writel(ocelot_port, 0, PCS1G_LB_CFG); in ocelot_phylink_mac_config()
952 ocelot_port_writel(ocelot_port, mode, DEV_MAC_MODE_CFG); in ocelot_phylink_mac_link_up()
957 ocelot_port_writel(ocelot_port, DEV_CLOCK_CFG_LINK_SPEED(mac_speed), in ocelot_phylink_mac_link_up()
1001 ocelot_port_writel(ocelot_port, DEV_MAC_ENA_CFG_RX_ENA | in ocelot_phylink_mac_link_up()
2398 ocelot_port_writel(ocelot_port, maxlen, DEV_MAC_MAXLEN_CFG); in ocelot_port_set_maxlen()
[all …]
Docelot_mm.c152 ocelot_port_writel(ocelot_port, ack, DEV_MM_STATUS); in ocelot_mm_update_port_status()
/linux-6.6.21/include/soc/mscc/
Docelot.h953 void ocelot_port_writel(struct ocelot_port *port, u32 val, enum ocelot_reg reg);