Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/kernel/
Dcore_apecs.c130 unsigned int haxr2 = 0; in conf_read() local
144 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_read()
146 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_read()
199 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_read()
212 unsigned int haxr2 = 0; in conf_write() local
223 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_write()
225 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_write()
267 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_write()