Home
last modified time | relevance | path

Searched refs:NFC_DIGITAL_POLL_MODE_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/nfc/
H A Ddigital.h172 #define NFC_DIGITAL_POLL_MODE_COUNT_MAX 6 /* 106A, 212F, and 424F in & tg */ macro
204 struct digital_poll_tech poll_techs[NFC_DIGITAL_POLL_MODE_COUNT_MAX];
/openbmc/linux/net/nfc/
H A Ddigital_core.c455 if (ddev->poll_tech_count >= NFC_DIGITAL_POLL_MODE_COUNT_MAX) in digital_add_poll_tech()