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