Lines Matching refs:left
177 size_t left; in bcm53xxspi_transfer_one() local
181 left = t->len; in bcm53xxspi_transfer_one()
182 while (left) { in bcm53xxspi_transfer_one()
183 size_t to_write = min_t(size_t, 16, left); in bcm53xxspi_transfer_one()
184 bool cont = left - to_write > 0; in bcm53xxspi_transfer_one()
187 left -= to_write; in bcm53xxspi_transfer_one()
194 left = t->len; in bcm53xxspi_transfer_one()
195 while (left) { in bcm53xxspi_transfer_one()
197 left); in bcm53xxspi_transfer_one()
198 bool cont = left - to_read > 0; in bcm53xxspi_transfer_one()
201 left -= to_read; in bcm53xxspi_transfer_one()