Searched refs:ocelot_port_writel (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mscc/ |
D | ocelot_io.c | 76 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg) in ocelot_port_writel() function 85 EXPORT_SYMBOL_GPL(ocelot_port_writel); 91 ocelot_port_writel(port, (cur & (~mask)) | val, reg); in ocelot_port_rmwl()
|
D | ocelot.h | 89 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|
D | ocelot.c | 850 ocelot_port_writel(ocelot_port, mode, DEV_MAC_MODE_CFG); in ocelot_phylink_mac_link_up() 855 ocelot_port_writel(ocelot_port, DEV_CLOCK_CFG_LINK_SPEED(mac_speed), in ocelot_phylink_mac_link_up() 901 ocelot_port_writel(ocelot_port, DEV_MAC_ENA_CFG_RX_ENA | in ocelot_phylink_mac_link_up() 2293 ocelot_port_writel(ocelot_port, maxlen, DEV_MAC_MAXLEN_CFG); in ocelot_port_set_maxlen() 2615 ocelot_port_writel(ocelot_port, DEV_MAC_IFG_CFG_TX_IFG(5), in ocelot_init_port() 2619 ocelot_port_writel(ocelot_port, DEV_MAC_HDX_CFG_LATE_COL_POS(67) | in ocelot_init_port() 2623 ocelot_port_writel(ocelot_port, DEV_MAC_HDX_CFG_LATE_COL_POS(67), in ocelot_init_port() 2628 ocelot_port_writel(ocelot_port, DEV_MAC_TAGS_CFG_TAG_ID(ETH_P_8021AD) | in ocelot_init_port() 2635 ocelot_port_writel(ocelot_port, 0, DEV_MAC_FC_MAC_HIGH_CFG); in ocelot_init_port() 2636 ocelot_port_writel(ocelot_port, 0, DEV_MAC_FC_MAC_LOW_CFG); in ocelot_init_port()
|
D | ocelot_net.c | 1691 ocelot_port_writel(ocelot_port, DEV_PORT_MISC_HDX_FAST_DIS, in vsc7514_phylink_mac_config() 1695 ocelot_port_writel(ocelot_port, PCS1G_MODE_CFG_SGMII_MODE_ENA, in vsc7514_phylink_mac_config() 1697 ocelot_port_writel(ocelot_port, PCS1G_SD_CFG_SD_SEL, PCS1G_SD_CFG); in vsc7514_phylink_mac_config() 1700 ocelot_port_writel(ocelot_port, PCS1G_CFG_PCS_ENA, PCS1G_CFG); in vsc7514_phylink_mac_config() 1703 ocelot_port_writel(ocelot_port, 0, PCS1G_ANEG_CFG); in vsc7514_phylink_mac_config() 1706 ocelot_port_writel(ocelot_port, 0, PCS1G_LB_CFG); in vsc7514_phylink_mac_config()
|
/Linux-v6.1/include/soc/mscc/ |
D | ocelot.h | 1110 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|