Searched refs:NFC_SRAM_SIZE (Results 1 – 2 of 2) sorted by relevance
157 #define NFC_SRAM_SIZE 1024 macro459 cnt = min(len - offs, NFC_SRAM_SIZE); in sunxi_nfc_read_buf()497 cnt = min(len - offs, NFC_SRAM_SIZE); in sunxi_nfc_write_buf()1841 cnt = min_t(u32, remaining, NFC_SRAM_SIZE); in sunxi_nfc_exec_subop()
75 #define NFC_SRAM_SIZE (0x400) macro