Home
last modified time | relevance | path

Searched refs:pre_mem_length (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_pci.c1257 u16 pre_mem_length = readw(one_slot + PRE_MEM_LENGTH); in cpqhp_find_available_resources() local
1260 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources()
1352 temp_dword = pre_mem_base + pre_mem_length; in cpqhp_find_available_resources()
1360 p_mem_node->length = pre_mem_length << 16; in cpqhp_find_available_resources()
Dcpqphp.h220 u16 pre_mem_length; member
236 PRE_MEM_LENGTH = offsetof(struct slot_rt, pre_mem_length),