io7_port          314 arch/alpha/include/asm/core_marvel.h 	struct io7_port ports[IO7_NUM_PORTS];
io7_port          211 arch/alpha/kernel/core_marvel.c 	struct io7_port *io7_port = &io7->ports[port];
io7_port          228 arch/alpha/kernel/core_marvel.c 	io7_port->csrs = csrs;
io7_port          229 arch/alpha/kernel/core_marvel.c 	io7_port->hose = hose;
io7_port          230 arch/alpha/kernel/core_marvel.c 	hose->sysdata = io7_port;
io7_port          269 arch/alpha/kernel/core_marvel.c 		io7_port->saved_wbase[i] = csrs->POx_WBASE[i].csr;
io7_port          270 arch/alpha/kernel/core_marvel.c 		io7_port->saved_wmask[i] = csrs->POx_WMASK[i].csr;
io7_port          271 arch/alpha/kernel/core_marvel.c 		io7_port->saved_tbase[i] = csrs->POx_TBASE[i].csr;
io7_port          516 arch/alpha/kernel/core_marvel.c 	struct io7_port *io7_port;
io7_port          524 arch/alpha/kernel/core_marvel.c 	io7_port = hose->sysdata;
io7_port          525 arch/alpha/kernel/core_marvel.c 	if (!io7_port->enabled)
io7_port          612 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs = ((struct io7_port *)hose->sysdata)->csrs;
io7_port          961 arch/alpha/kernel/core_marvel.c 	io7_ioport_csrs *csrs = ((struct io7_port *)agp->hose->sysdata)->csrs;
io7_port          962 arch/alpha/kernel/core_marvel.c 	struct io7 *io7 = ((struct io7_port *)agp->hose->sysdata)->io7;
io7_port         1108 arch/alpha/kernel/core_marvel.c 	csrs = ((struct io7_port *)hose->sysdata)->csrs;
io7_port          324 arch/alpha/kernel/sys_marvel.c 	struct io7_port *io7_port = hose->sysdata;
io7_port          325 arch/alpha/kernel/sys_marvel.c 	struct io7 *io7 = io7_port->io7;