Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/kernel/
Dcore_apecs.c129 unsigned int haxr2 = 0; in conf_read() local
143 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_read()
145 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_read()
198 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_read()
211 unsigned int haxr2 = 0; in conf_write() local
222 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_write()
224 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_write()
266 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_write()