Searched refs:isa_ctlr (Results 1 – 3 of 3) sorted by relevance
216 debug("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start); in print_ebda_hpc()217 debug("%s - io_end: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_end); in print_ebda_hpc()839 hpc_ptr->u.isa_ctlr.io_start = readw(io_mem + addr); in ebda_rsrc_controller()840 hpc_ptr->u.isa_ctlr.io_end = readw(io_mem + addr + 2); in ebda_rsrc_controller()841 if (!request_region(hpc_ptr->u.isa_ctlr.io_start, in ebda_rsrc_controller()842 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller()1102 …release_region(controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.isa… in ibmphp_free_ebda_hpc_queue()
348 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_read()349 end_address = ctlr_ptr->u.isa_ctlr.io_end; in isa_ctrl_read()362 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_write()
728 struct isa_ctlr_access isa_ctlr; member