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 734 cx_ptr->res_rid = 0; in acpi_cpu_generic_cx_probe() 735 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, cx_ptr->res_rid, in acpi_cpu_generic_cx_probe() 751 cx_ptr->res_rid = 1; in acpi_cpu_generic_cx_probe() 752 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, cx_ptr->res_rid, in acpi_cpu_generic_cx_probe() 781 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid, in acpi_cpu_cx_cst_free_plvlx() 865 cx_ptr->res_rid = sc->cpu_cx_count; in acpi_cpu_cx_cst() 867 cx_ptr->res_rid, address, 1); in acpi_cpu_cx_cst() 869 SYS_RES_IOPORT, &cx_ptr->res_rid, RF_ACTIVE | in acpi_cpu_cx_cst() 873 cx_ptr->res_rid); in acpi_cpu_cx_cst() [all …]
|
| H A D | acpi_apei.c | 60 int res_rid; member 701 ge->res_rid = rid++; in apei_attach() 702 acpi_bus_alloc_gas(dev, &ge->res_type, ge->res_rid, in apei_attach() 770 ge->res_rid, ge->res); in apei_detach()
|