Searched refs:res_second (Results 1 – 1 of 1) sorted by relevance
115 struct resource *res, *res_second; in ipmi_get_info_from_resources() local125 res_second = platform_get_mem_or_io(pdev, 1); in ipmi_get_info_from_resources()126 if (res_second && resource_type(res_second) == resource_type(res)) { in ipmi_get_info_from_resources()127 if (res_second->start > io->addr_data) in ipmi_get_info_from_resources()128 io->regspacing = res_second->start - io->addr_data; in ipmi_get_info_from_resources()