Lines Matching defs:config1
670 uint16_t config1;
675 config1 = readw(NFC_V1_V2_CONFIG1);
678 config1 |= NFC_V1_V2_CONFIG1_ECC_EN;
680 config1 &= ~NFC_V1_V2_CONFIG1_ECC_EN;
682 writew(config1, NFC_V1_V2_CONFIG1);
1118 uint16_t config1 = 0;
1122 config1 |= NFC_V1_V2_CONFIG1_ECC_EN;
1125 config1 |= NFC_V1_V2_CONFIG1_INT_MSK;
1129 writew(config1, NFC_V1_V2_CONFIG1);
1150 u16 config1;
1156 config1 = readw(NFC_V1_V2_CONFIG1);
1169 config1 |= NFC_V2_CONFIG1_ONE_CYCLE;
1174 config1 &= ~NFC_V2_CONFIG1_ONE_CYCLE;
1208 writew(config1, NFC_V1_V2_CONFIG1);
1211 config1 & NFC_V2_CONFIG1_ONE_CYCLE ? "One cycle (EDO)" :
1221 uint16_t config1 = 0;
1223 config1 |= NFC_V2_CONFIG1_FP_INT;
1226 config1 |= NFC_V1_V2_CONFIG1_INT_MSK;
1232 config1 |= NFC_V1_V2_CONFIG1_ECC_EN;
1236 config1 |= NFC_V2_CONFIG1_ECC_MODE_4;
1238 config1 |= NFC_V2_CONFIG1_PPB(ffs(pages_per_block) - 6);
1243 writew(config1, NFC_V1_V2_CONFIG1);