Home
last modified time | relevance | path

Searched defs:check_bulk_or_isoc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dr8a66597.h27 #define check_bulk_or_isoc(pipenum) ((pipenum >= 1 && pipenum <= 5)) macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h415 #define check_bulk_or_isoc(pipenum) ((pipenum >= 1 && pipenum <= 5)) macro