Searched refs:pr_bt (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/platform/pc64/acpica/ |
H A D | acpi_pstate_machdep.c | 619 return bus_space_read_1(res->pr_bt, res->pr_bh, reg); in acpi_pst_md_res_read() 621 return bus_space_read_2(res->pr_bt, res->pr_bh, reg); in acpi_pst_md_res_read() 623 return bus_space_read_4(res->pr_bt, res->pr_bh, reg); in acpi_pst_md_res_read() 642 bus_space_write_1(res->pr_bt, res->pr_bh, reg, val); in acpi_pst_md_res_write() 645 bus_space_write_2(res->pr_bt, res->pr_bh, reg, val); in acpi_pst_md_res_write() 648 bus_space_write_4(res->pr_bt, res->pr_bh, reg, val); in acpi_pst_md_res_write()
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpi_cpu_pstate.h | 55 bus_space_tag_t pr_bt; member
|
H A D | acpi_cpu_pstate.c | 1488 res->pr_bt = rman_get_bustag(res->pr_res); in acpi_pst_alloc_resource()
|