Searched refs:bpw_len (Results 1 – 1 of 1) sorted by relevance
183 u32 bpw_len; member277 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local291 bpw_len = data->bpw_len; in pch_spi_handler_sub()302 if (tx_index < bpw_len) in pch_spi_handler_sub()307 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { in pch_spi_handler_sub()324 if ((tx_index == bpw_len) && (rx_index == tx_index)) { in pch_spi_handler_sub()643 data->bpw_len = data->cur_trans->len / (*bpw / 8); in pch_spi_set_tx()675 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()679 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()685 n_writes = data->bpw_len; in pch_spi_set_tx()[all …]