Home
last modified time | relevance | path

Searched refs:RSR_IVLDTYP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/vt6656/
H A Ddesc.h41 #define RSR_IVLDTYP BIT(5) /* invalid packet type */ macro
H A Dusbpipe.c332 if (tail->rsr & (RSR_IVLDTYP | RSR_IVLDLEN)) in vnt_rx_data()
/openbmc/linux/drivers/staging/vt6655/
H A Ddesc.h30 #define RSR_IVLDTYP 0x20 macro
H A Ddpc.c77 if (*rsr & (RSR_IVLDTYP | RSR_IVLDLEN)) in vnt_rx_data()