Searched refs:pre_mem_base (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 1252 u16 pre_mem_base = readw(one_slot + PRE_MEM_BASE); in cpqhp_find_available_resources() local 1256 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources() 1348 temp_dword = pre_mem_base + pre_mem_length; in cpqhp_find_available_resources() 1349 if ((pre_mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources() 1354 p_mem_node->base = pre_mem_base << 16; in cpqhp_find_available_resources()
|
H A D | cpqphp.h | 205 u16 pre_mem_base; member 221 PRE_MEM_BASE = offsetof(struct slot_rt, pre_mem_base),
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 1254 u16 pre_mem_base = readw(one_slot + PRE_MEM_BASE); 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() 1351 if ((pre_mem_base) && (temp_dword < 0x10000)) { in cpqhp_find_available_resources() 1356 p_mem_node->base = pre_mem_base << 16; in cpqhp_find_available_resources()
|
H A D | cpqphp.h | 205 u16 pre_mem_base; member 221 PRE_MEM_BASE = offsetof(struct slot_rt, pre_mem_base),
|
Completed in 8 milliseconds