Searched refs:PKT_NO_CRC (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/host/ | ||
H A D | fhci.h | 61 #define PKT_NO_CRC 0x00008000 /* don't append CRC */ macro |
H A D | fhci-tds.c | 425 if (!(pkt->info & PKT_NO_CRC)) in fhci_host_transaction() |