Home
last modified time | relevance | path

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

/Linux-v6.6/arch/alpha/kernel/
Dcore_apecs.c131 unsigned int haxr2 = 0; in conf_read() local
145 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_read()
147 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_read()
200 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_read()
213 unsigned int haxr2 = 0; in conf_write() local
224 haxr2 = *(vuip)APECS_IOC_HAXR2; in conf_write()
226 *(vuip)APECS_IOC_HAXR2 = haxr2 | 1; in conf_write()
268 *(vuip)APECS_IOC_HAXR2 = haxr2 & ~1; in conf_write()