Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dcore_apecs.c137 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
138 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
179 stat0 = *(vuip)APECS_IOC_DCSR; in conf_read()
190 *(vuip)APECS_IOC_DCSR = stat0; in conf_read()
217 stat0 = *(vuip)APECS_IOC_DCSR; in conf_write()
218 *(vuip)APECS_IOC_DCSR = stat0; in conf_write()
249 stat0 = *(vuip)APECS_IOC_DCSR; in conf_write()
259 *(vuip)APECS_IOC_DCSR = stat0; in conf_write()
378 jd = *(vuip)APECS_IOC_DCSR; in apecs_pci_clr_err()
381 *(vuip)APECS_IOC_DCSR = jd | 0xffe1L; in apecs_pci_clr_err()
[all …]
/arch/alpha/include/asm/
Dcore_apecs.h77 #define APECS_IOC_DCSR (IDENT_ADDR + 0x1A0000000UL) macro