Searched refs:res_rid (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c74 int res_rid; /* Resource ID for p_lvlx. */ member in struct:acpi_cx
754 cx_ptr->res_rid = 0;
755 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
771 cx_ptr->res_rid = 1;
772 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
801 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid,
885 cx_ptr->res_rid = sc->cpu_cx_count;
887 cx_ptr->res_rid, address, 1);
889 SYS_RES_IOPORT, &cx_ptr->res_rid, RF_ACTIVE |
893 cx_ptr->res_rid);
[all...]

Completed in 99 milliseconds