Lines Matching refs:config1
918 uint16_t config1 = 0; in preset_v1() local
921 config1 |= NFC_V1_V2_CONFIG1_ECC_EN; in preset_v1()
924 config1 |= NFC_V1_V2_CONFIG1_INT_MSK; in preset_v1()
928 writew(config1, NFC_V1_V2_CONFIG1); in preset_v1()
946 uint16_t config1 = 0; in preset_v2() local
948 config1 |= NFC_V2_CONFIG1_FP_INT; in preset_v2()
951 config1 |= NFC_V1_V2_CONFIG1_INT_MSK; in preset_v2()
957 config1 |= NFC_V1_V2_CONFIG1_ECC_EN; in preset_v2()
961 config1 |= NFC_V2_CONFIG1_ECC_MODE_4; in preset_v2()
963 config1 |= NFC_V2_CONFIG1_PPB(ffs(pages_per_block) - 6); in preset_v2()
968 writew(config1, NFC_V1_V2_CONFIG1); in preset_v2()