Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi-hisi-sfc-v3xx.c153 int max_byte_count; in hisi_sfc_v3xx_adjust_op_size() local
157 max_byte_count = host->max_cmd_dword * 4; in hisi_sfc_v3xx_adjust_op_size()
161 else if (op->data.nbytes > max_byte_count) in hisi_sfc_v3xx_adjust_op_size()
162 op->data.nbytes = max_byte_count; in hisi_sfc_v3xx_adjust_op_size()

Completed in 4 milliseconds