Lines Matching refs:num_lanes
317 int num_lanes; /* number of lanes */ member
959 rv = OF_getencprop(node, "nvidia,num-lanes", &port->num_lanes, in tegra_pcib_parse_port()
960 sizeof(port->num_lanes)); in tegra_pcib_parse_port()
961 if (rv != sizeof(port->num_lanes)) { in tegra_pcib_parse_port()
966 if (port->num_lanes > 4) { in tegra_pcib_parse_port()
968 port->num_lanes); in tegra_pcib_parse_port()
973 sc->lanes_cfg |= port->num_lanes << (4 * port->port_idx); in tegra_pcib_parse_port()
1195 port->port_idx, port->num_lanes, in tegra_pcib_port_enable()
1196 port->num_lanes > 1 ? "s": "", in tegra_pcib_port_enable()
1222 port->port_idx, port->num_lanes, in tegra_pcib_port_disable()
1223 port->num_lanes > 1 ? "s": ""); in tegra_pcib_port_disable()