Searched refs:TRB_TYPE_NOOP_LE32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1135 #define TRB_TYPE_NOOP_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \ macro
H A Dcdnsp-ring.c84 return TRB_TYPE_NOOP_LE32(trb->generic.field[3]);
/linux-master/drivers/usb/host/
H A Dxhci.h1232 #define TRB_TYPE_NOOP_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \ macro
H A Dxhci-ring.c85 return TRB_TYPE_NOOP_LE32(trb->generic.field[3]);

Completed in 223 milliseconds