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

/linux-4.4.14/drivers/mtd/nand/
H A Datmel_nand.c101 bool use_nfc_sram; member in struct:atmel_nfc
273 if (host->nfc && host->nfc->use_nfc_sram && host->nfc->data_in_sram) { atmel_read_buf8()
286 if (host->nfc && host->nfc->use_nfc_sram && host->nfc->data_in_sram) { atmel_read_buf16()
930 if (!host->nfc || !host->nfc->use_nfc_sram) atmel_nand_pmecc_read_page()
1901 if (host->nfc->use_nfc_sram) { nfc_nand_command()
2247 if (host->nfc && host->nfc->use_nfc_sram) { atmel_nand_probe()
2250 host->nfc->use_nfc_sram = false; atmel_nand_probe()
2347 nfc->use_nfc_sram = true; atmel_nand_nfc_probe()

Completed in 100 milliseconds