Home
last modified time | relevance | path

Searched refs:io_length (Results 1 – 3 of 3) sorted by relevance

/drivers/platform/x86/
Dfujitsu-tablet.c166 int io_length; member
431 fujitsu.io_length = res->data.io.address_length; in fujitsu_walk_resources()
469 if (!request_region(fujitsu.io_base, fujitsu.io_length, MODULENAME)) { in acpi_fujitsu_add()
479 release_region(fujitsu.io_base, fujitsu.io_length); in acpi_fujitsu_add()
490 release_region(fujitsu.io_base, fujitsu.io_length); in acpi_fujitsu_remove()
/drivers/pci/hotplug/
Dcpqphp_pci.c1251 u16 io_length = readw(one_slot + IO_LENGTH); in cpqhp_find_available_resources() local
1258 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources()
1302 temp_dword = io_base + io_length; in cpqhp_find_available_resources()
1310 io_node->length = io_length; in cpqhp_find_available_resources()
Dcpqphp.h202 u16 io_length; member
218 IO_LENGTH = offsetof(struct slot_rt, io_length),