Searched refs:USBRST (Results 1 – 3 of 3) sorted by relevance
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()
120 #define USBRST (1 << 6) /* Bus Reset Output */ macro
157 #define USBRST 0x0040 /* b6: USB reset enable */ macro