Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c254 u16 pipenum, bufnum, maxpacket; in pipe_buffer_setting() local
397 const u16 pipenum = BULK_IN_PIPENUM; in receive_bulk_packet() local
H A Dr8a66597.h415 #define check_bulk_or_isoc(pipenum) ((pipenum >= 1 && pipenum <= 5)) argument
416 #define check_interrupt(pipenum) ((pipenum >= 6 && pipenum <= 9)) argument
568 #define get_pipectr_addr(pipenum) (PIPE1CTR + (pipenum - 1) * 2) argument
569 #define get_pipetre_addr(pipenum) (PIPE1TRE + (pipenum - 1) * 4) argument
570 #define get_pipetrn_addr(pipenum) (PIPE1TRN + (pipenum - 1) * 4) argument