Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dsl811-hcd.c302 sl811_write(SL811_PIDEP_A, PIDEP(!dir_out ? USB_PID_IN : USB_PID_OUT, ep)); in submit_bulk_msg()
350 PIDEP(dir_in ? USB_PID_IN : USB_PID_OUT, ep)); in submit_control_msg()
368 PIDEP(!dir_in ? USB_PID_IN : USB_PID_OUT, ep)); in submit_control_msg()
/u-boot/include/
A Dusb_defs.h126 #define USB_PID_IN 0x69 macro
A Dusbdevice.h243 #define USB_PID_IN 0x69 macro
A Dusb.h390 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \

Completed in 11 milliseconds