Home
last modified time | relevance | path

Searched refs:NFC_SRAM_SIZE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dsunxi_nand.c156 #define NFC_SRAM_SIZE 1024 macro
458 cnt = min(len - offs, NFC_SRAM_SIZE); in sunxi_nfc_read_buf()
496 cnt = min(len - offs, NFC_SRAM_SIZE); in sunxi_nfc_write_buf()
1808 cnt = min_t(u32, remaining, NFC_SRAM_SIZE); in sunxi_nfc_exec_subop()
H A Drockchip-nand-controller.c74 #define NFC_SRAM_SIZE (0x400) macro
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dsunxi_nand.c156 #define NFC_SRAM_SIZE 1024 macro
448 cnt = min(len - offs, NFC_SRAM_SIZE); in sunxi_nfc_read_buf()
486 cnt = min(len - offs, NFC_SRAM_SIZE); in sunxi_nfc_write_buf()
1818 cnt = min_t(u32, remaining, NFC_SRAM_SIZE); in sunxi_nfc_exec_subop()

Completed in 9 milliseconds