Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/kernel/ !
Dcore_mcpcia.c101 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_read()
102 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; in conf_read()
104 *(vuip)MCPCIA_CAP_ERR(mid); in conf_read()
146 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_write()
147 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; mb(); in conf_write()
148 *(vuip)MCPCIA_CAP_ERR(mid); in conf_write()
160 *(vuip)MCPCIA_CAP_ERR(mid); /* read to force the write */ in conf_write()
336 *(vuip)MCPCIA_CAP_ERR(mid); in mcpcia_pci_clr_err()
337 *(vuip)MCPCIA_CAP_ERR(mid) = 0xffffffff; /* Clear them all. */ in mcpcia_pci_clr_err()
339 *(vuip)MCPCIA_CAP_ERR(mid); /* Re-read for force write. */ in mcpcia_pci_clr_err()
[all …]
/linux-2.6.39/arch/alpha/include/asm/ !
Dcore_mcpcia.h138 #define MCPCIA_CAP_ERR(m) (MCPCIA_CSR(m) + 0x880) macro