Searched refs:PCIY_HT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/powerpc/powermac/ |
H A D | cpcht.c | 262 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
|
/freebsd/sys/dev/pci/ |
H A D | pcireg.h | 142 #define PCIY_HT 0x08 /* HyperTransport */ macro
|
H A D | pci.c | 918 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 D | cap.c | 916 case PCIY_HT: in ecap_vendor()
|