NFC_CONFIG1
nfc_set(mtd, NFC_CONFIG1, NFC_INT_MASK);
nfc_clear(mtd, NFC_CONFIG1, NFC_INT_MASK);
nfc_clear(mtd, NFC_CONFIG1, NFC_CE);
nfc_set(mtd, NFC_CONFIG1, NFC_CE);
nfc_set(mtd, NFC_CONFIG1, NFC_RESET);
while (nfc_read(mtd, NFC_CONFIG1) & NFC_RESET) {
nfc_write(mtd, NFC_CONFIG1, NFC_BIG_ENDIAN | NFC_INT_MASK |
nfc_set(mtd, NFC_CONFIG1, NFC_PPB_32);
nfc_set(mtd, NFC_CONFIG1, NFC_PPB_64);
nfc_set(mtd, NFC_CONFIG1, NFC_PPB_128);
nfc_set(mtd, NFC_CONFIG1, NFC_PPB_256);