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