Home
last modified time | relevance | path

Searched refs:USB_PID_DATA0 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/early/
Dehci-dbgp.c123 #define USB_PID_DATA0 0xc3 macro
157 return (x & 0xffff0000) | (USB_PID_DATA0 << 8) | (tok & 0xff); in dbgp_pid_read_update()
347 pids = DBGP_PID_SET(USB_PID_DATA0, USB_PID_SETUP); in dbgp_control_msg()
/linux-3.4.99/include/linux/usb/
Dhcd.h38 #define USB_PID_DATA0 0xc3 macro