Lines Matching refs:isa_ctlr
216 debug("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start);
217 debug("%s - io_end: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_end);
809 hpc_ptr->u.isa_ctlr.io_start = readw(io_mem + addr);
810 hpc_ptr->u.isa_ctlr.io_end = readw(io_mem + addr + 2);
811 if (!request_region(hpc_ptr->u.isa_ctlr.io_start,
812 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1),
1049 release_region(controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.isa_ctlr.io_start + 1));