Home
last modified time | relevance | path

Searched refs:RHST (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h136 #define RHST 0x0007 /* b1-0: Reset handshake status */ macro
554 return r8a66597_read(r8a66597, dvstctr_reg) & RHST; in get_rh_usb_speed()
/openbmc/linux/include/linux/usb/
H A Dr8a66597.h160 #define RHST 0x0007 /* b1-0: Reset handshake status */ macro
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h122 #define RHST (0x7) /* Reset Handshake */ macro
H A Dcommon.c203 switch (RHST & dvstctr) { in usbhs_bus_get_speed()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597.h280 return r8a66597_read(r8a66597, dvstctr_reg) & RHST; in get_rh_usb_speed()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c47 return r8a66597_read(r8a66597, DVSTCTR0) & RHST; in get_usb_speed()