Home | History | Annotate | Download | only in acpidump

Lines Matching defs:tcpa

142 /* Strings used in the TCPA table */
3485 struct TCPAbody *tcpa;
3493 tcpa = (struct TCPAbody *) sdp;
3495 switch (tcpa->platform_class) {
3497 len = tcpa->client.log_max_len;
3498 paddr = tcpa->client.log_start_addr;
3502 len = tcpa->server.log_max_len;
3503 paddr = tcpa->server.log_start_addr;
3512 tcpa->platform_class, paddr, len);
3515 printf("\tEmpty TCPA table\n");
3520 printf("\tOLD TCPA spec log found. Dumping not supported.\n");