Home
last modified time | relevance | path

Searched refs:n_writes (Results 1 – 1 of 1) sorted by relevance

/drivers/spi/
Dspi-topcliff-pch.c547 u32 n_writes; in pch_spi_set_tx() local
617 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()