Searched refs:ahb_buf_size (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/spi/
H A Dfsl_qspi.c207 unsigned int ahb_buf_size; member in struct:fsl_qspi_devtype_data
215 .ahb_buf_size = SZ_1K,
223 .ahb_buf_size = SZ_1K,
231 .ahb_buf_size = SZ_1K,
240 .ahb_buf_size = SZ_1K,
249 .ahb_buf_size = SZ_128,
258 .ahb_buf_size = SZ_1K,
266 .ahb_buf_size = SZ_1K,
396 (op->data.nbytes > q->devtype_data->ahb_buf_size ||
529 return ALIGN(q->devtype_data->ahb_buf_size,
[all...]
H A Dnxp_fspi.c318 unsigned int ahb_buf_size; member in struct:nxp_fspi_devtype_data
326 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */
334 .ahb_buf_size = SZ_2K, /* (256 * 64 bits) */
435 (op->data.nbytes > f->devtype_data->ahb_buf_size ||
820 if (op->data.nbytes > f->devtype_data->ahb_buf_size)
821 op->data.nbytes = f->devtype_data->ahb_buf_size;
923 fspi_writel(f, (f->devtype_data->ahb_buf_size / 8 |

Completed in 52 milliseconds