Searched refs:USBRST (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | common.c | 184 u16 status = usbhs_read(priv, DVSTCTR) & (USBRST | UACT); in usbhs_bus_send_sof_enable() 186 if (status != USBRST) { in usbhs_bus_send_sof_enable() 191 usbhs_bset(priv, DVSTCTR, (USBRST | UACT), UACT); in usbhs_bus_send_sof_enable() 196 usbhs_bset(priv, DVSTCTR, (USBRST | UACT), USBRST); in usbhs_bus_send_reset()
|
D | common.h | 116 #define USBRST (1 << 6) /* Bus Reset Output */ macro
|
/Linux-v4.19/include/linux/usb/ |
D | r8a66597.h | 171 #define USBRST 0x0040 /* b6: USB reset enable */ macro
|
/Linux-v4.19/drivers/usb/host/ |
D | r8a66597-hcd.c | 1694 if ((tmp & USBRST) == USBRST) { in r8a66597_root_hub_control() 1695 r8a66597_mdfy(r8a66597, UACT, USBRST | UACT, in r8a66597_root_hub_control() 2221 r8a66597_mdfy(r8a66597, USBRST, USBRST | UACT, in r8a66597_hub_control()
|