HomeSort by: relevance | last modified time | path
    Searched defs:pcdp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ia64/stand/ia64/efi/
main.c 568 struct dig64_pcdp_entry *pcdp = &desc->pcdp; local in function:command_hcdp
571 printf("PCDP not support\n");
575 printf(" Length = %u\n", pcdp->length);
576 printf(" Index EFI = %u\n", pcdp->index);
577 printf(" Interconn = %u", pcdp->specs.type);
579 switch (pcdp->specs.type) {
583 &pcdp->specs.acpi;
598 struct dig64_pci_spec *pci = &pcdp->specs.pci;
617 n += pcdp->length
    [all...]
main.c 568 struct dig64_pcdp_entry *pcdp = &desc->pcdp; local in function:command_hcdp
571 printf("PCDP not support\n");
575 printf(" Length = %u\n", pcdp->length);
576 printf(" Index EFI = %u\n", pcdp->index);
577 printf(" Interconn = %u", pcdp->specs.type);
579 switch (pcdp->specs.type) {
583 &pcdp->specs.acpi;
598 struct dig64_pci_spec *pci = &pcdp->specs.pci;
617 n += pcdp->length
    [all...]
  /src/sys/arch/ia64/include/
dig64.h 172 uint8_t revision; /* It is PCDP, if '3' or greater. */
192 struct dig64_pcdp_entry pcdp; member in union:dig64_hcdp_table::dev_desc
dig64.h 172 uint8_t revision; /* It is PCDP, if '3' or greater. */
192 struct dig64_pcdp_entry pcdp; member in union:dig64_hcdp_table::dev_desc

Completed in 22 milliseconds