Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sunplus-sp7021.c93 unsigned int tx_cur_len; member
174 writel(pspim->tx_buf[pspim->tx_cur_len], in sp7021_spi_master_wb()
176 pspim->tx_cur_len++; in sp7021_spi_master_wb()
204 tx_cnt = min(tx_len - pspim->tx_cur_len, pspim->data_unit - tx_cnt); in sp7021_spi_master_irq()
217 if (fd_status & SP7021_FINISH_FLAG || tx_len == pspim->tx_cur_len) { in sp7021_spi_master_irq()
245 pspim->tx_cur_len = 0; in sp7021_prep_transfer()
324 if (pspim->tx_cur_len < xfer_len) { in sp7021_spi_master_transfer_one()