Home
last modified time | relevance | path

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

/drivers/nfc/st21nfca/
Dst21nfca.h67 #define ST21NFCA_NUM_DEVICES 256 macro
Dcore.c84 static DECLARE_BITMAP(dev_mask, ST21NFCA_NUM_DEVICES);
988 dev_num = find_first_zero_bit(dev_mask, ST21NFCA_NUM_DEVICES); in st21nfca_hci_probe()
989 if (dev_num >= ST21NFCA_NUM_DEVICES) in st21nfca_hci_probe()