Home
last modified time | relevance | path

Searched refs:test0 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-test.c20 static struct platform_device *test0 = NULL, *test1 = NULL; variable
157 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()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dfeature.c1166 u32 test0 = 0, test1 = 0; in core99_usb_enable() local
1173 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()
/linux-4.4.14/arch/alpha/kernel/
Dsmc37c669.c522 unsigned test0 : 1; /* Reserved - set to 0 */ member