Searched refs:bpw_len (Results 1 – 1 of 1) sorted by relevance
167 u32 bpw_len; member261 u32 n_read, tx_index, rx_index, bpw_len; in pch_spi_handler_sub() local275 bpw_len = data->bpw_len; in pch_spi_handler_sub()286 if (tx_index < bpw_len) in pch_spi_handler_sub()291 if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { in pch_spi_handler_sub()308 if ((tx_index == bpw_len) && (rx_index == tx_index)) { in pch_spi_handler_sub()570 data->bpw_len = data->cur_trans->len / (*bpw / 8); in pch_spi_set_tx()601 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()605 for (j = 0; j < data->bpw_len; j++) in pch_spi_set_tx()611 n_writes = data->bpw_len; in pch_spi_set_tx()[all …]