Home
last modified time | relevance | path

Searched refs:NCI_VER_2_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/net/nfc/
Dnci.h29 #define NCI_VER_2_MASK 0x20 macro
/linux-6.6.21/net/nfc/nci/
Drsp.c128 if (!(ndev->nci_ver & NCI_VER_2_MASK)) in nci_core_init_rsp_packet()
Dcore.c518 if (ndev->nci_ver & NCI_VER_2_MASK) in nci_open_device()