Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c1255 u16 pre_mem_length = readw(one_slot + PRE_MEM_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()
1350 temp_dword = pre_mem_base + pre_mem_length; in cpqhp_find_available_resources()
1358 p_mem_node->length = pre_mem_length << 16; in cpqhp_find_available_resources()
H A Dcpqphp.h206 u16 pre_mem_length; member
222 PRE_MEM_LENGTH = offsetof(struct slot_rt, pre_mem_length),