Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-mtk-snfi.c217 #define SNF_GPRAM_SIZE 0xa0 macro
1244 if (hl >= SNF_GPRAM_SIZE) in mtk_snand_adjust_op_size()
1246 if (op->data.nbytes > SNF_GPRAM_SIZE - hl) in mtk_snand_adjust_op_size()
1247 op->data.nbytes = SNF_GPRAM_SIZE - hl; in mtk_snand_adjust_op_size()