Home
last modified time | relevance | path

Searched refs:PCIY_HT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dcpcht.c262 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
/freebsd/sys/dev/pci/
H A Dpcireg.h142 #define PCIY_HT 0x08 /* HyperTransport */ macro
H A Dpci.c918 case PCIY_HT: /* HyperTransport */ in pci_read_cap()
1455 error = pci_find_cap(child, PCIY_HT, &ptr); in pci_find_htcap_method()
1477 if (pci_find_next_cap(child, PCIY_HT, ptr, &ptr) != 0) in pci_find_htcap_method()
1496 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == PCIY_HT, in pci_find_next_htcap_method()
1506 if (pci_find_next_cap(child, PCIY_HT, ptr, &ptr) != 0) in pci_find_next_htcap_method()
/freebsd/usr.sbin/pciconf/
H A Dcap.c916 case PCIY_HT: in ecap_vendor()