Home
last modified time | relevance | path

Searched refs:CS_IDST (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dr8a66597.h314 #define CS_IDST 0x0000 /* Idle or setup stage */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h299 #define CS_IDST 0x0000 /* Idle or setup stage */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c1253 } while (tmp != CS_IDST && timeout-- > 0); in set_feature()
1255 if (tmp == CS_IDST) in set_feature()
1369 case CS_IDST: { in irq_control_stage()