Searched refs:ocelot_port_writel (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mscc/ |
| D | ocelot_io.c | 63 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg) in ocelot_port_writel() function 72 EXPORT_SYMBOL_GPL(ocelot_port_writel); 78 ocelot_port_writel(port, (cur & (~mask)) | val, reg); in ocelot_port_rmwl()
|
| D | ocelot.h | 104 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|
| D | ocelot.c | 515 ocelot_port_writel(ocelot_port, mode, DEV_MAC_MODE_CFG); in ocelot_phylink_mac_link_up() 520 ocelot_port_writel(ocelot_port, DEV_CLOCK_CFG_LINK_SPEED(mac_speed), in ocelot_phylink_mac_link_up() 563 ocelot_port_writel(ocelot_port, DEV_MAC_ENA_CFG_RX_ENA | in ocelot_phylink_mac_link_up() 1865 ocelot_port_writel(ocelot_port, maxlen, DEV_MAC_MAXLEN_CFG); in ocelot_port_set_maxlen() 1993 ocelot_port_writel(ocelot_port, DEV_MAC_IFG_CFG_TX_IFG(5), in ocelot_init_port() 1997 ocelot_port_writel(ocelot_port, DEV_MAC_HDX_CFG_LATE_COL_POS(67) | in ocelot_init_port() 2001 ocelot_port_writel(ocelot_port, DEV_MAC_HDX_CFG_LATE_COL_POS(67), in ocelot_init_port() 2006 ocelot_port_writel(ocelot_port, DEV_MAC_TAGS_CFG_TAG_ID(ETH_P_8021AD) | in ocelot_init_port() 2013 ocelot_port_writel(ocelot_port, 0, DEV_MAC_FC_MAC_HIGH_CFG); in ocelot_init_port() 2014 ocelot_port_writel(ocelot_port, 0, DEV_MAC_FC_MAC_LOW_CFG); in ocelot_init_port()
|
| D | ocelot_net.c | 1545 ocelot_port_writel(ocelot_port, DEV_PORT_MISC_HDX_FAST_DIS, in vsc7514_phylink_mac_config() 1549 ocelot_port_writel(ocelot_port, PCS1G_MODE_CFG_SGMII_MODE_ENA, in vsc7514_phylink_mac_config() 1551 ocelot_port_writel(ocelot_port, PCS1G_SD_CFG_SD_SEL, PCS1G_SD_CFG); in vsc7514_phylink_mac_config() 1554 ocelot_port_writel(ocelot_port, PCS1G_CFG_PCS_ENA, PCS1G_CFG); in vsc7514_phylink_mac_config() 1557 ocelot_port_writel(ocelot_port, 0, PCS1G_ANEG_CFG); in vsc7514_phylink_mac_config() 1560 ocelot_port_writel(ocelot_port, 0, PCS1G_LB_CFG); in vsc7514_phylink_mac_config()
|
| /Linux-v5.15/include/soc/mscc/ |
| D | ocelot.h | 729 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|