Searched refs:INTEL_VENDORID (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | ich.c | 53 #define INTEL_VENDORID 0x8086 macro 106 { INTEL_VENDORID, INTEL_82440MX, 0, 108 { INTEL_VENDORID, INTEL_82801AA, 0, 110 { INTEL_VENDORID, INTEL_82801AB, 0, 112 { INTEL_VENDORID, INTEL_82801BA, 0, 114 { INTEL_VENDORID, INTEL_82801CA, 0, 116 { INTEL_VENDORID, INTEL_82801DB, PROBE_LOW, 118 { INTEL_VENDORID, INTEL_82801EB, PROBE_LOW, 120 { INTEL_VENDORID, INTEL_6300ESB, PROBE_LOW, 122 { INTEL_VENDORID, INTEL_82801FB, PROBE_LOW, [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | hda_codec.c | 41 #define INTEL_VENDORID 0x8086 macro 43 #define HDA_CODEC_SUBSYSTEM_ID ((INTEL_VENDORID << 16) | 0x01) 232 [HDA_PARAM_VENDOR_ID] = INTEL_VENDORID, \
|
H A D | pci_hda.c | 43 #define INTEL_VENDORID 0x8086 macro 1238 pci_set_cfgdata16(pi, PCIR_VENDOR, INTEL_VENDORID); in pci_hda_init()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac.c | 227 { INTEL_VENDORID, 0x00, 0x00, 0x00 }, 1209 if (vendor == INTEL_VENDORID) { in hdac_attach()
|
H A D | hdac.h | 43 #define INTEL_VENDORID 0x8086 macro
|