Lines Matching refs:port_conf
126 u32 port_conf; member
230 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init()
334 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp() local
383 port_conf = ines_read32(port, port_conf); in ines_hwtstamp()
384 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp()
385 port_conf |= cm_one_step; in ines_hwtstamp()
387 ines_write32(port, port_conf, port_conf); in ines_hwtstamp()
403 u32 port_conf, speed_conf; in ines_link_state() local
422 port_conf = ines_read32(port, port_conf); in ines_link_state()
423 port_conf &= ~(0x3 << PHY_SPEED_SHIFT); in ines_link_state()
424 port_conf |= speed_conf; in ines_link_state()
426 ines_write32(port, port_conf, port_conf); in ines_link_state()
605 u32 port_conf; in ines_txts_onestep() local
608 port_conf = ines_read32(port, port_conf); in ines_txts_onestep()
611 if (port_conf & CM_ONE_STEP) in ines_txts_onestep()