Searched refs:test0 (Results 1 – 5 of 5) sorted by relevance
44 static void test0(void) in test0() function55 test0, in unittest_enter()
46 channels = "out_a0", "out_a1", "test0", "test1",
1157 u32 test0 = 0, test1 = 0; in core99_usb_enable() local1164 test0 = UNI_N_CLOCK_STOPPED_USB0; in core99_usb_enable()1168 test0 = UNI_N_CLOCK_STOPPED_USB1; in core99_usb_enable()1172 test0 = UNI_N_CLOCK_STOPPED_USB2; in core99_usb_enable()1185 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
1802 bool test0; in dwc3_gadget_start_isoc_quirk() local1849 test0 = (dep->start_cmd_status == 0); in dwc3_gadget_start_isoc_quirk()1852 if (!test0 && test1) in dwc3_gadget_start_isoc_quirk()1854 else if (!test0 && !test1) in dwc3_gadget_start_isoc_quirk()1856 else if (test0 && !test1) in dwc3_gadget_start_isoc_quirk()1858 else if (test0 && test1) in dwc3_gadget_start_isoc_quirk()
521 unsigned test0 : 1; /* Reserved - set to 0 */ member