Searched refs:USBRST (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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 | 120 #define USBRST (1 << 6) /* Bus Reset Output */ macro
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | r8a66597.h | 171 #define USBRST 0x0040 /* b6: USB reset enable */ macro
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | r8a66597-hcd.c | 1692 if ((tmp & USBRST) == USBRST) { in r8a66597_root_hub_control() 1693 r8a66597_mdfy(r8a66597, UACT, USBRST | UACT, in r8a66597_root_hub_control() 2222 r8a66597_mdfy(r8a66597, USBRST, USBRST | UACT, in r8a66597_hub_control()
|