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