Searched refs:isa_ctlr (Results 1 – 3 of 3) sorted by relevance
231 debug ("%s - io_start: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_start); in print_ebda_hpc()232 debug ("%s - io_end: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_end); in print_ebda_hpc()873 hpc_ptr->u.isa_ctlr.io_start = readw (io_mem + addr); in ebda_rsrc_controller()874 hpc_ptr->u.isa_ctlr.io_end = readw (io_mem + addr + 2); in ebda_rsrc_controller()875 if (!request_region (hpc_ptr->u.isa_ctlr.io_start, in ebda_rsrc_controller()876 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller()1141 …release_region (controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.is… in ibmphp_free_ebda_hpc_queue()
362 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_read()363 end_address = ctlr_ptr->u.isa_ctlr.io_end; in isa_ctrl_read()376 start_address = ctlr_ptr->u.isa_ctlr.io_start; in isa_ctrl_write()
742 struct isa_ctlr_access isa_ctlr; member