Searched refs:bpw_len (Results 1 – 1 of 1) sorted by relevance
179 u32 bpw_len; member273 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local287 bpw_len = data->bpw_len; in pch_spi_handler_sub()298 if (tx_index < bpw_len) in pch_spi_handler_sub()303 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { in pch_spi_handler_sub()320 if ((tx_index == bpw_len) && (rx_index == tx_index)) { in pch_spi_handler_sub()583 data->bpw_len = data->cur_trans->len / (*bpw / 8); in pch_spi_set_tx()615 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()619 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()625 n_writes = data->bpw_len; in pch_spi_set_tx()[all …]