Home | History | Annotate | Download | only in aml

Lines Matching defs:or

8  * Redistribution and use in source and binary forms, with or without
15 * documentation and/or other materials provided with the distribution.
18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
65 struct aml_opregion *or;
82 or = &wname->property->opregion;
85 aml_region_write(env, or->space, field->flags,
86 obj->num.number, or->offset,
89 or->space, obj->num.number,
90 or->offset + field->bitoffset / 8);
100 aml_region_write_from_buffer(env, or->space,
101 field->flags, buffer, or->offset, field->bitoffset,
105 if (or->space != obj->regfield.space) {
113 field->flags, or->offset, field->bitoffset,