|
@@ -336,7 +336,7 @@
|
|
|
|
|
|
#define TRF7970A_NFC_TARGET_LEVEL_RFDET(v) ((v) & 0x07)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_RFDET(v) ((v) & 0x07)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_HI_RF BIT(3)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_HI_RF BIT(3)
|
|
-#define TRF7970A_NFC_TARGET_LEVEL_SDD_EN BIT(3)
|
|
|
|
|
|
+#define TRF7970A_NFC_TARGET_LEVEL_SDD_EN BIT(5)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_LD_S_4BYTES (0x0 << 6)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_LD_S_4BYTES (0x0 << 6)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_LD_S_7BYTES (0x1 << 6)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_LD_S_7BYTES (0x1 << 6)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_LD_S_10BYTES (0x2 << 6)
|
|
#define TRF7970A_NFC_TARGET_LEVEL_LD_S_10BYTES (0x2 << 6)
|