Lines Matching refs:port_conf
131 u32 port_conf; member
235 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init()
339 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp() local
392 port_conf = ines_read32(port, port_conf); in ines_hwtstamp()
393 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp()
394 port_conf |= cm_one_step; in ines_hwtstamp()
396 ines_write32(port, port_conf, port_conf); in ines_hwtstamp()
412 u32 port_conf, speed_conf; in ines_link_state() local
431 port_conf = ines_read32(port, port_conf); in ines_link_state()
432 port_conf &= ~(0x3 << PHY_SPEED_SHIFT); in ines_link_state()
433 port_conf |= speed_conf; in ines_link_state()
435 ines_write32(port, port_conf, port_conf); in ines_link_state()
614 u32 port_conf; in ines_txts_onestep() local
617 port_conf = ines_read32(port, port_conf); in ines_txts_onestep()
620 if (port_conf & CM_ONE_STEP) in ines_txts_onestep()