Lines Matching refs:port_conf
126 u32 port_conf; member
230 ines_write32(port, PORT_CONF, port_conf); in ines_clock_init()
336 u32 cm_one_step = 0, port_conf, ts_stat_rx, ts_stat_tx; in ines_hwtstamp() local
381 port_conf = ines_read32(port, port_conf); in ines_hwtstamp()
382 port_conf &= ~CM_ONE_STEP; in ines_hwtstamp()
383 port_conf |= cm_one_step; in ines_hwtstamp()
385 ines_write32(port, port_conf, port_conf); in ines_hwtstamp()
401 u32 port_conf, speed_conf; in ines_link_state() local
420 port_conf = ines_read32(port, port_conf); in ines_link_state()
421 port_conf &= ~(0x3 << PHY_SPEED_SHIFT); in ines_link_state()
422 port_conf |= speed_conf; in ines_link_state()
424 ines_write32(port, port_conf, port_conf); in ines_link_state()
599 u32 port_conf; in ines_txts_onestep() local
602 port_conf = ines_read32(port, port_conf); in ines_txts_onestep()
605 if (port_conf & CM_ONE_STEP) in ines_txts_onestep()