Searched refs:ocelot_port_writel (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A 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()
|
A D | ocelot.h | 89 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|
A D | ocelot.c | 854 ocelot_port_writel(ocelot_port, mode, DEV_MAC_MODE_CFG); in ocelot_phylink_mac_link_up() 859 ocelot_port_writel(ocelot_port, DEV_CLOCK_CFG_LINK_SPEED(mac_speed), in ocelot_phylink_mac_link_up() 903 ocelot_port_writel(ocelot_port, DEV_MAC_ENA_CFG_RX_ENA | in ocelot_phylink_mac_link_up() 2295 ocelot_port_writel(ocelot_port, maxlen, DEV_MAC_MAXLEN_CFG); in ocelot_port_set_maxlen() 2617 ocelot_port_writel(ocelot_port, DEV_MAC_IFG_CFG_TX_IFG(5), in ocelot_init_port() 2621 ocelot_port_writel(ocelot_port, DEV_MAC_HDX_CFG_LATE_COL_POS(67) | in ocelot_init_port() 2625 ocelot_port_writel(ocelot_port, DEV_MAC_HDX_CFG_LATE_COL_POS(67), in ocelot_init_port() 2630 ocelot_port_writel(ocelot_port, DEV_MAC_TAGS_CFG_TAG_ID(ETH_P_8021AD) | in ocelot_init_port() 2637 ocelot_port_writel(ocelot_port, 0, DEV_MAC_FC_MAC_HIGH_CFG); in ocelot_init_port() 2638 ocelot_port_writel(ocelot_port, 0, DEV_MAC_FC_MAC_LOW_CFG); in ocelot_init_port()
|
A D | ocelot_mm.c | 90 ocelot_port_writel(ocelot_port, val, DEV_MM_STATUS); in ocelot_port_mm_irq()
|
A D | ocelot_net.c | 1681 ocelot_port_writel(ocelot_port, DEV_PORT_MISC_HDX_FAST_DIS, in vsc7514_phylink_mac_config() 1685 ocelot_port_writel(ocelot_port, PCS1G_MODE_CFG_SGMII_MODE_ENA, in vsc7514_phylink_mac_config() 1687 ocelot_port_writel(ocelot_port, PCS1G_SD_CFG_SD_SEL, PCS1G_SD_CFG); in vsc7514_phylink_mac_config() 1690 ocelot_port_writel(ocelot_port, PCS1G_CFG_PCS_ENA, PCS1G_CFG); in vsc7514_phylink_mac_config() 1693 ocelot_port_writel(ocelot_port, 0, PCS1G_ANEG_CFG); in vsc7514_phylink_mac_config() 1696 ocelot_port_writel(ocelot_port, 0, PCS1G_LB_CFG); in vsc7514_phylink_mac_config()
|
/linux-6.3-rc2/include/soc/mscc/ |
A D | ocelot.h | 943 void ocelot_port_writel(struct ocelot_port *port, u32 val, u32 reg);
|
Completed in 22 milliseconds