Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1151 #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]); in cdnsp_trb_is_noop()
/linux/drivers/usb/host/
H A Dxhci.h1248 #define TRB_TYPE_NOOP_LE32(x) (((x) & cpu_to_le32(TRB_TYPE_BITMASK)) == \ macro
H A Dxhci-ring.c104 return TRB_TYPE_NOOP_LE32(trb->generic.field[3]); in trb_is_noop()