Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Datmel-i2c.h22 #define CRC_SIZE 2 macro
23 #define CMD_OVERHEAD_SIZE (COUNT_SIZE + CRC_SIZE)
/linux/drivers/usb/host/
H A Dfhci-tds.c348 pkt->len > td_length - CRC_SIZE) { in fhci_td_transaction_confirm()
353 pkt->len = td_length - CRC_SIZE; in fhci_td_transaction_confirm()
454 out_be16(&td->length, pkt->len + CRC_SIZE); in fhci_host_transaction()