Searched refs:n_writes (Results 1 – 1 of 1) sorted by relevance
547 u32 n_writes; in pch_spi_set_tx() local617 n_writes = data->bpw_len; in pch_spi_set_tx()618 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx()619 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx()626 for (j = 0; j < n_writes; j++) in pch_spi_set_tx()