Searched refs:bpw_len (Results 1 – 1 of 1) sorted by relevance
172 u32 bpw_len; member266 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local280 bpw_len = data->bpw_len; in pch_spi_handler_sub()291 if (tx_index < bpw_len) in pch_spi_handler_sub()296 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { in pch_spi_handler_sub()313 if ((tx_index == bpw_len) && (rx_index == tx_index)) { in pch_spi_handler_sub()575 data->bpw_len = data->cur_trans->len / (*bpw / 8); in pch_spi_set_tx()608 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()612 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()618 n_writes = data->bpw_len; in pch_spi_set_tx()[all …]