Searched refs:ocelot_port_writel (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_io.c | 79 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()
|
H A D | ocelot.c | 1026 ocelot_port_writel(ocelot_port, DEV_PORT_MISC_HDX_FAST_DIS, in ocelot_phylink_mac_config() 1030 ocelot_port_writel(ocelot_port, PCS1G_MODE_CFG_SGMII_MODE_ENA, in ocelot_phylink_mac_config() 1032 ocelot_port_writel(ocelot_port, PCS1G_SD_CFG_SD_SEL, PCS1G_SD_CFG); in ocelot_phylink_mac_config() 1035 ocelot_port_writel(ocelot_port, PCS1G_CFG_PCS_ENA, PCS1G_CFG); in ocelot_phylink_mac_config() 1038 ocelot_port_writel(ocelot_port, 0, PCS1G_ANEG_CFG); in ocelot_phylink_mac_config() 1041 ocelot_port_writel(ocelot_port, 0, PCS1G_LB_CFG); in ocelot_phylink_mac_config() 1118 ocelot_port_writel(ocelot_port, mode, DEV_MAC_MODE_CFG); in ocelot_phylink_mac_link_up() 1123 ocelot_port_writel(ocelot_port, DEV_CLOCK_CFG_LINK_SPEED(mac_speed), in ocelot_phylink_mac_link_up() 1167 ocelot_port_writel(ocelot_port, DEV_MAC_ENA_CFG_RX_ENA | in ocelot_phylink_mac_link_up() 2639 ocelot_port_writel(ocelot_port, maxlen, DEV_MAC_MAXLEN_CFG); in ocelot_port_set_maxlen() [all …]
|
H A D | ocelot_mm.c | 152 ocelot_port_writel(ocelot_port, ack, DEV_MM_STATUS); in ocelot_mm_update_port_status()
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 963 void ocelot_port_writel(struct ocelot_port *port, u32 val, enum ocelot_reg reg);
|