Searched refs:tx_lane_map (Results 1 – 2 of 2) sorted by relevance
2388 spi->tx_lane_map[idx] = map[idx]; in of_spi_parse_dt() 2391 max_num_data_lanes = ARRAY_SIZE(spi->tx_lane_map); in of_spi_parse_dt() 2393 spi->tx_lane_map[idx] = idx; in of_spi_parse_dt() 2465 if (spi->tx_lane_map[idx] >= spi->controller->num_data_lanes) { in of_spi_parse_dt() 2468 spi->tx_lane_map[idx], in of_spi_parse_dt()
176 * @tx_lane_map: Map of peripheral lanes (index) to controller lanes (value).248 u8 tx_lane_map[SPI_DEVICE_DATA_LANE_CNT_MAX]; member