csrs              302 arch/alpha/include/asm/core_marvel.h 	io7_ioport_csrs *csrs;
csrs              313 arch/alpha/include/asm/core_marvel.h 	io7_port7_csrs *csrs;
csrs              175 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs;
csrs              183 arch/alpha/kernel/core_marvel.c 		csrs = IO7_CSRS_KERN(io7->pe, port);
csrs              185 arch/alpha/kernel/core_marvel.c 		csrs->POx_ERR_SUM.csr = -1UL;
csrs              186 arch/alpha/kernel/core_marvel.c 		csrs->POx_TLB_ERR.csr = -1UL;
csrs              187 arch/alpha/kernel/core_marvel.c 		csrs->POx_SPL_COMPLT.csr = -1UL;
csrs              188 arch/alpha/kernel/core_marvel.c 		csrs->POx_TRANS_SUM.csr = -1UL;
csrs              212 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs = IO7_CSRS_KERN(io7->pe, port);
csrs              228 arch/alpha/kernel/core_marvel.c 	io7_port->csrs = csrs;
csrs              269 arch/alpha/kernel/core_marvel.c 		io7_port->saved_wbase[i] = csrs->POx_WBASE[i].csr;
csrs              270 arch/alpha/kernel/core_marvel.c 		io7_port->saved_wmask[i] = csrs->POx_WMASK[i].csr;
csrs              271 arch/alpha/kernel/core_marvel.c 		io7_port->saved_tbase[i] = csrs->POx_TBASE[i].csr;
csrs              294 arch/alpha/kernel/core_marvel.c 	csrs->POx_WBASE[0].csr = 
csrs              296 arch/alpha/kernel/core_marvel.c 	csrs->POx_WMASK[0].csr = (hose->sg_isa->size - 1) & wbase_m_addr;
csrs              297 arch/alpha/kernel/core_marvel.c 	csrs->POx_TBASE[0].csr = virt_to_phys(hose->sg_isa->ptes);
csrs              302 arch/alpha/kernel/core_marvel.c 	csrs->POx_WBASE[1].csr = __direct_map_base | wbase_m_ena;
csrs              303 arch/alpha/kernel/core_marvel.c 	csrs->POx_WMASK[1].csr = (__direct_map_size - 1) & wbase_m_addr;
csrs              304 arch/alpha/kernel/core_marvel.c 	csrs->POx_TBASE[1].csr = 0;
csrs              312 arch/alpha/kernel/core_marvel.c 	csrs->POx_WBASE[2].csr = 
csrs              314 arch/alpha/kernel/core_marvel.c 	csrs->POx_WMASK[2].csr = (hose->sg_pci->size - 1) & wbase_m_addr;
csrs              315 arch/alpha/kernel/core_marvel.c 	csrs->POx_TBASE[2].csr = virt_to_phys(hose->sg_pci->ptes);
csrs              320 arch/alpha/kernel/core_marvel.c 	csrs->POx_WBASE[3].csr = 0;
csrs              325 arch/alpha/kernel/core_marvel.c 	csrs->POx_CTRL.csr &= ~(1UL << 61);
csrs              329 arch/alpha/kernel/core_marvel.c 	csrs->POx_MSK_HEI.csr &= ~(3UL << 14);
csrs              347 arch/alpha/kernel/core_marvel.c 	io7->csrs = IO7_PORT7_CSRS_KERN(io7->pe);
csrs              353 arch/alpha/kernel/core_marvel.c 		io7_ioport_csrs *csrs = IO7_CSRS_KERN(io7->pe, i);
csrs              354 arch/alpha/kernel/core_marvel.c 		if (csrs->POx_CACHE_CTL.csr == 8) {
csrs              612 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs = ((struct io7_port *)hose->sysdata)->csrs;
csrs              615 arch/alpha/kernel/core_marvel.c 	csrs->POx_SG_TBIA.csr = 0;
csrs              617 arch/alpha/kernel/core_marvel.c 	csrs->POx_SG_TBIA.csr;
csrs              961 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs = ((struct io7_port *)agp->hose->sysdata)->csrs;
csrs              971 arch/alpha/kernel/core_marvel.c 	agp_pll = io7->csrs->POx_RST[IO7_AGP_PORT].csr;
csrs             1017 arch/alpha/kernel/core_marvel.c 	csrs->AGP_CMD.csr = agp->mode.lw;
csrs             1073 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs;
csrs             1108 arch/alpha/kernel/core_marvel.c 	csrs = ((struct io7_port *)hose->sysdata)->csrs;
csrs             1138 arch/alpha/kernel/core_marvel.c 	agp->capability.lw = csrs->AGP_STAT.csr;
csrs             1144 arch/alpha/kernel/core_marvel.c 	agp->mode.lw = csrs->AGP_CMD.csr;
csrs              818 arch/alpha/kernel/err_marvel.c 		err_sum |= io7->csrs->PO7_ERROR_SUM.csr;
csrs              822 arch/alpha/kernel/err_marvel.c 			err_sum |= io7->ports[i].csrs->POx_ERR_SUM.csr;
csrs              843 arch/alpha/kernel/err_marvel.c 	io->io_asic_rev   = io7->csrs->IO_ASIC_REV.csr;
csrs              844 arch/alpha/kernel/err_marvel.c 	io->io_sys_rev    = io7->csrs->IO_SYS_REV.csr;
csrs              845 arch/alpha/kernel/err_marvel.c 	io->io7_uph       = io7->csrs->IO7_UPH.csr;
csrs              846 arch/alpha/kernel/err_marvel.c 	io->hpi_ctl       = io7->csrs->HPI_CTL.csr;
csrs              847 arch/alpha/kernel/err_marvel.c 	io->crd_ctl       = io7->csrs->CRD_CTL.csr;
csrs              848 arch/alpha/kernel/err_marvel.c 	io->hei_ctl       = io7->csrs->HEI_CTL.csr;
csrs              849 arch/alpha/kernel/err_marvel.c 	io->po7_error_sum = io7->csrs->PO7_ERROR_SUM.csr;
csrs              850 arch/alpha/kernel/err_marvel.c 	io->po7_uncrr_sym = io7->csrs->PO7_UNCRR_SYM.csr;
csrs              851 arch/alpha/kernel/err_marvel.c 	io->po7_crrct_sym = io7->csrs->PO7_CRRCT_SYM.csr;
csrs              852 arch/alpha/kernel/err_marvel.c 	io->po7_ugbge_sym = io7->csrs->PO7_UGBGE_SYM.csr;
csrs              853 arch/alpha/kernel/err_marvel.c 	io->po7_err_pkt0  = io7->csrs->PO7_ERR_PKT[0].csr;
csrs              854 arch/alpha/kernel/err_marvel.c 	io->po7_err_pkt1  = io7->csrs->PO7_ERR_PKT[1].csr;
csrs              857 arch/alpha/kernel/err_marvel.c 		io7_ioport_csrs *csrs = io7->ports[i].csrs;
csrs              862 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_err_sum   = csrs->POx_ERR_SUM.csr;
csrs              863 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_tlb_err   = csrs->POx_TLB_ERR.csr;
csrs              864 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_spl_cmplt = csrs->POx_SPL_COMPLT.csr;
csrs              865 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_trans_sum = csrs->POx_TRANS_SUM.csr;
csrs              866 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_first_err = csrs->POx_FIRST_ERR.csr;
csrs              867 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_mult_err  = csrs->POx_MULT_ERR.csr;
csrs              868 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_dm_source = csrs->POx_DM_SOURCE.csr;
csrs              869 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_dm_dest   = csrs->POx_DM_DEST.csr;
csrs              870 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_dm_size   = csrs->POx_DM_SIZE.csr;
csrs              871 arch/alpha/kernel/err_marvel.c 		io->ports[i].pox_dm_ctrl   = csrs->POx_DM_CTRL.csr;
csrs              881 arch/alpha/kernel/err_marvel.c 		csrs->POx_TLB_ERR.csr = io->ports[i].pox_tlb_err;
csrs              882 arch/alpha/kernel/err_marvel.c 		csrs->POx_ERR_SUM.csr =	io->ports[i].pox_err_sum;
csrs              884 arch/alpha/kernel/err_marvel.c 		csrs->POx_ERR_SUM.csr;		
csrs              890 arch/alpha/kernel/err_marvel.c 	io7->csrs->PO7_ERROR_SUM.csr = io->po7_error_sum;
csrs              892 arch/alpha/kernel/err_marvel.c 	io7->csrs->PO7_ERROR_SUM.csr;
csrs               97 arch/alpha/kernel/sys_marvel.c 	ctl = &io7->csrs->PO7_LSI_CTL[irq & 0xff].csr; /* assume LSI */
csrs               99 arch/alpha/kernel/sys_marvel.c 		ctl = &io7->csrs->PO7_MSI_CTL[((irq - 0x80) >> 5) & 0x0f].csr;
csrs              197 arch/alpha/kernel/sys_marvel.c 	val = io7->csrs->PO7_LSI_CTL[which].csr;
csrs              201 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_LSI_CTL[which].csr = val;
csrs              203 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_LSI_CTL[which].csr;
csrs              214 arch/alpha/kernel/sys_marvel.c 	val = io7->csrs->PO7_MSI_CTL[which].csr;
csrs              218 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_MSI_CTL[which].csr = val;
csrs              220 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_MSI_CTL[which].csr;
csrs              229 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_LSI_CTL[which].csr = ((unsigned long)where << 14);
csrs              231 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_LSI_CTL[which].csr;
csrs              240 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_MSI_CTL[which].csr = ((unsigned long)where << 14);
csrs              242 arch/alpha/kernel/sys_marvel.c 	io7->csrs->PO7_MSI_CTL[which].csr;
csrs              270 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->HLT_CTL.csr, boot_cpuid);
csrs              271 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->HPI_CTL.csr, boot_cpuid);
csrs              272 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->CRD_CTL.csr, boot_cpuid);
csrs              273 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->STV_CTL.csr, boot_cpuid);
csrs              274 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->HEI_CTL.csr, boot_cpuid);
csrs              419 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->HLT_CTL.csr, cpuid);
csrs              420 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->HPI_CTL.csr, cpuid);
csrs              421 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->CRD_CTL.csr, cpuid);
csrs              422 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->STV_CTL.csr, cpuid);
csrs              423 arch/alpha/kernel/sys_marvel.c 	io7_redirect_irq(io7, &io7->csrs->HEI_CTL.csr, cpuid);