Searched refs:res_rid (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_cpu.c | 72 int res_rid; /* Resource ID for p_lvlx. */ member 732 cx_ptr->res_rid = 0; in acpi_cpu_generic_cx_probe() 733 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe() 749 cx_ptr->res_rid = 1; in acpi_cpu_generic_cx_probe() 750 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe() 779 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid, in acpi_cpu_cx_cst_free_plvlx() 863 cx_ptr->res_rid = sc->cpu_cx_count; in acpi_cpu_cx_cst() 865 cx_ptr->res_rid, address, 1); in acpi_cpu_cx_cst() 867 SYS_RES_IOPORT, &cx_ptr->res_rid, RF_ACTIVE | in acpi_cpu_cx_cst() 871 cx_ptr->res_rid); in acpi_cpu_cx_cst() [all …]
|
H A D | acpi_apei.c | 60 int res_rid; member 702 ge->res_rid = rid++; in apei_attach() 703 acpi_bus_alloc_gas(dev, &ge->res_type, &ge->res_rid, in apei_attach() 771 ge->res_rid, ge->res); in apei_detach()
|