Searched refs:cpep_pos (Results 1 – 1 of 1) sorted by relevance
1283 uint32_t cpep_pos; in acpi_handle_cpep() local1289 cpep_pos = sizeof(ACPI_TABLE_CPEP); in acpi_handle_cpep()1290 while (cpep_pos < sdp->Length) { in acpi_handle_cpep()1291 poll = (ACPI_CPEP_POLLING *)((char *)cpep + cpep_pos); in acpi_handle_cpep()1295 cpep_pos += sizeof(ACPI_CPEP_POLLING); in acpi_handle_cpep()