Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H 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()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h127 #define USB_PID_IN 0x69 macro
H A Dusbdevice.h244 #define USB_PID_IN 0x69 macro
H A Dusb.h384 #define usb_packetid(pipe) (((pipe) & USB_DIR_IN) ? USB_PID_IN : \