Lines Matching defs:pct
188 static int xen_copy_pct_data(struct acpi_pct_register *pct,
191 /* It would be nice if you could just do 'memcpy(pct, dst_pct') but
193 * descriptor field takes two (dst_pct) bytes instead of one (pct).
195 dst_pct->descriptor = pct->descriptor;
196 dst_pct->length = pct->length;
197 dst_pct->space_id = pct->space_id;
198 dst_pct->bit_width = pct->bit_width;
199 dst_pct->bit_offset = pct->bit_offset;
200 dst_pct->reserved = pct->reserved;
201 dst_pct->address = pct->address;