Searched refs:test0 (Results 1 – 3 of 3) sorted by relevance
20 static struct platform_device *test0 = NULL, *test1 = NULL; variable157 if ((test0 = platform_device_alloc("rtc-test", 0)) == NULL) { in test_init()167 if ((err = platform_device_add(test0))) in test_init()176 platform_device_del(test0); in test_init()182 platform_device_put(test0); in test_init()191 platform_device_unregister(test0); in test_exit()
1166 u32 test0 = 0, test1 = 0; in core99_usb_enable() local1173 test0 = UNI_N_CLOCK_STOPPED_USB0; in core99_usb_enable()1177 test0 = UNI_N_CLOCK_STOPPED_USB1; in core99_usb_enable()1181 test0 = UNI_N_CLOCK_STOPPED_USB2; in core99_usb_enable()1194 } while ((status0 & test0) | (status1 & test1)); in core99_usb_enable()
522 unsigned test0 : 1; /* Reserved - set to 0 */ member