Home
last modified time | relevance | path

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

/linux/net/nfc/nci/
H A Dspi.c208 resp_hdr[1] + NCI_SPI_CRC_LEN; in __nci_spi_read()
250 ret = (crc_ccitt(CRC_INIT, skb->data, skb->len - NCI_SPI_CRC_LEN) in nci_spi_check_crc()
253 skb_trim(skb, skb->len - NCI_SPI_CRC_LEN); in nci_spi_check_crc()
/linux/include/net/nfc/
H A Dnci.h201 #define NCI_SPI_CRC_LEN 2 macro