Searched refs:pre_mem_base (Results 1 – 2 of 2) sorted by relevance
1254 u16 pre_mem_base = readw(one_slot + PRE_MEM_BASE); in cpqhp_find_available_resources() local1258 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()
205 u16 pre_mem_base; member221 PRE_MEM_BASE = offsetof(struct slot_rt, pre_mem_base),