sys/dev/acpi/dsdt.c
1772
void aml_rwfield(struct aml_value *, int, int, struct aml_value *,
sys/dev/acpi/dsdt.c
2056
aml_rwfield(a, 0, a->v_field.bitlen, c, ACPI_IOREAD);
sys/dev/acpi/dsdt.c
2080
aml_rwfield(a, 0, a->v_field.bitlen, c, ACPI_IOREAD);
sys/dev/acpi/dsdt.c
2847
aml_rwfield(ref2, 0, aml_intlen, &tmp, ACPI_IOWRITE);
sys/dev/acpi/dsdt.c
2854
aml_rwfield(ref1, bpos, len, &tmp, mode);
sys/dev/acpi/dsdt.c
2881
aml_rwfield(ref2, 0, aml_intlen, &tmp, ACPI_IOWRITE);
sys/dev/acpi/dsdt.c
3119
aml_rwfield(rhs, 0, rhs->v_field.bitlen, &tmp, ACPI_IOREAD);
sys/dev/acpi/dsdt.c
3137
aml_rwfield(lhs, 0, lhs->v_field.bitlen, rhs, ACPI_IOWRITE);
sys/dev/acpi/dsdt.c
3635
aml_rwfield(tmp, 0, tmp->v_field.bitlen, my_ret, ACPI_IOREAD);