Searched refs:bus_rle (Results 1 – 1 of 1) sorted by relevance
853 struct resource_list_entry *bus_rle, *dev_rle; in acpi_sysres_attach() local879 STAILQ_FOREACH(bus_rle, bus_rl, link) { in acpi_sysres_attach()880 if (bus_rle->type != type) in acpi_sysres_attach()884 if (start >= bus_rle->start && end <= bus_rle->end) in acpi_sysres_attach()888 if (start < bus_rle->start && end >= bus_rle->start) { in acpi_sysres_attach()889 bus_rle->count += bus_rle->start - start; in acpi_sysres_attach()890 bus_rle->start = start; in acpi_sysres_attach()895 if (start <= bus_rle->end && end > bus_rle->end) { in acpi_sysres_attach()896 bus_rle->count += end - bus_rle->end; in acpi_sysres_attach()897 bus_rle->end = end; in acpi_sysres_attach()[all …]