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

/freebsd-current/sys/dev/acpica/
H A Dacpi_cpu.c72 int res_rid; /* Resource ID for p_lvlx. */ member in struct:acpi_cx
731 cx_ptr->res_rid = 0;
732 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
748 cx_ptr->res_rid = 1;
749 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
778 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid,
861 cx_ptr->res_rid = sc->cpu_cx_count;
863 cx_ptr->res_rid, address, 1);
865 SYS_RES_IOPORT, &cx_ptr->res_rid, RF_ACTIVE |
869 cx_ptr->res_rid);
[all...]
H A Dacpi_apei.c60 int res_rid; member in struct:apei_ge
702 ge->res_rid = rid++;
703 acpi_bus_alloc_gas(dev, &ge->res_type, &ge->res_rid,
771 ge->res_rid, ge->res);

Completed in 58 milliseconds