| /freebsd-12.1/tools/tools/ifinfo/ |
| H A D | rfc1650.c | 20 static void identify_chipset(u_int32_t chipset); 103 identify_chipset(u_int32_t chipset) in identify_chipset() argument 105 enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset); in identify_chipset() 106 u_int part = DOT3CHIPSET_PART(chipset); in identify_chipset()
|
| /freebsd-12.1/sys/dev/exca/ |
| H A D | exca.c | 660 exca->chipset = EXCA_BOGUS; in exca_valid_slot() 679 exca->chipset = EXCA_I82365; in exca_valid_slot() 696 exca->chipset = EXCA_VG365; in exca_valid_slot() 699 exca->chipset = EXCA_VG465; in exca_valid_slot() 702 exca->chipset = EXCA_VG468; in exca_valid_slot() 705 exca->chipset = EXCA_VG469; in exca_valid_slot() 716 exca->chipset = EXCA_RF5C396; in exca_valid_slot() 719 exca->chipset = EXCA_RF5C296; in exca_valid_slot() 732 exca->chipset = EXCA_PD6722; in exca_valid_slot() 750 exca->chipset = EXCA_IBM; in exca_valid_slot() [all …]
|
| H A D | excavar.h | 84 int chipset; member
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | mga_warp.c | 85 switch (dev_priv->chipset) { in mga_warp_microcode_size() 92 DRM_ERROR("Unknown chipset value: 0x%x\n", dev_priv->chipset); in mga_warp_microcode_size() 155 switch (dev_priv->chipset) { in mga_warp_install_microcode() 174 switch (dev_priv->chipset) { in mga_warp_init()
|
| H A D | via_map.c | 98 int via_driver_load(struct drm_device *dev, unsigned long chipset) in via_driver_load() argument 109 dev_priv->chipset = chipset; in via_driver_load()
|
| H A D | savage_bci.c | 541 int savage_driver_load(struct drm_device *dev, unsigned long chipset) in savage_driver_load() argument 552 dev_priv->chipset = (enum savage_family)chipset; in savage_driver_load() 577 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_driver_firstopen() 607 } else if (dev_priv->chipset != S3_SUPERSAVAGE && in savage_driver_firstopen() 608 dev_priv->chipset != S3_SAVAGE2000) { in savage_driver_firstopen() 761 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 829 if (dev_priv->chipset <= S3_SAVAGE4) { in savage_do_init_bci() 861 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 874 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 883 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) in savage_do_init_bci()
|
| H A D | savage_state.c | 212 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_state() 324 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_prim() 360 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_prim() 392 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_prim() 461 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_vb_prim() 580 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_idx() 610 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_idx() 651 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_idx() 718 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_vb_idx()
|
| H A D | via_drv.h | 87 int chipset; member 131 extern int via_driver_load(struct drm_device *dev, unsigned long chipset);
|
| H A D | sis_drv.h | 65 unsigned int chipset; member
|
| H A D | via_irq.c | 276 if (dev_priv->chipset == VIA_PRO_GROUP_A || in via_driver_irq_preinstall() 277 dev_priv->chipset == VIA_DX9_0) { in via_driver_irq_preinstall()
|
| H A D | savage_drv.h | 136 enum savage_family chipset; member 214 extern int savage_driver_load(struct drm_device *dev, unsigned long chipset);
|
| H A D | mga_drv.h | 90 int chipset; member 243 if ( dev_priv->chipset >= MGA_CARD_TYPE_G400 ) { \
|
| H A D | via_verifier.c | 976 cme_video = (dev_priv->chipset == VIA_PRO_GROUP_A || in via_verify_command_stream() 977 dev_priv->chipset == VIA_DX9_0); in via_verify_command_stream() 979 supported_3d = dev_priv->chipset != VIA_DX9_0; in via_verify_command_stream()
|
| H A D | mga_drm.h | 281 int chipset; member
|
| H A D | mga_state.c | 60 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) { in mga_emit_clip_rect() 458 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) { in mga_verify_state() 1064 value = dev_priv->chipset; in mga_getparam()
|
| /freebsd-12.1/sys/dev/agp/ |
| H A D | agp_if.m | 33 # differences between various AGP chipsets into chipset mini drivers. It 83 # ensure that any mappings cached in the chipset are discarded. 99 # Allocate memory of a given type. The type is a chipset-specific 102 # the chipset. An opaque handle representing the memory region is 125 # Bind a memory region to a specific byte offset within the chipset's
|
| /freebsd-12.1/sys/dev/ep/ |
| H A D | if_ep_pccard.c | 68 int chipset; member 150 if (pp->chipset == EP_CHIP_574) { in ep_pccard_attach() 162 if (pp->chipset == EP_CHIP_C1) in ep_pccard_attach()
|
| /freebsd-12.1/sys/dev/ppbus/ |
| H A D | ppbus_if.m | 61 # Set chipset mode 76 # Do chipset dependent low level read 86 # Do chipset dependent low level write
|
| /freebsd-12.1/sys/dev/bhnd/cores/chipc/pwrctl/ |
| H A D | bhnd_pwrctl_hostb_if.m | 81 * If supported by the chipset, return the clock source for the given clock. 98 * If supported by the chipset, gate the clock source for @p clock. 115 * If supported by the chipset, ungate the clock source for @p clock.
|
| /freebsd-12.1/sys/dev/pccbb/ |
| H A D | pccbb.c | 769 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power() 825 if (sc->chipset == CB_TOPIC95) in cbb_power() 847 if (on && sc->chipset != CB_TOPIC95) { in cbb_power() 867 if (sc->chipset == CB_TOPIC97) { in cbb_power() 880 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power() 965 delay = sc->chipset == CB_RF5C47X ? 400 : 20; in cbb_cardbus_reset_power()
|
| H A D | pccbb_pci.c | 295 sc->chipset = cbb_chipset(pci_get_devid(brdev), NULL); in cbb_pci_attach() 326 sc->exca[0].chipset = EXCA_CARDBUS; in cbb_pci_attach() 475 switch (sc->chipset) { in cbb_chipinit() 498 switch (sc->chipset) { in cbb_chipinit()
|
| H A D | pccbbvar.h | 76 int chipset; /* chipset id */ member
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | kirkwood-b3.dts | 188 /* Wifi model has Atheros chipset on pcie port */
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_debug.c | 1154 unsigned long temp, chipset, gfx; in i915_emon_status() local 1163 chipset = i915_chipset_val(dev_priv); in i915_emon_status() 1168 seq_printf(m, "Chipset power: %ld\n", chipset); in i915_emon_status() 1170 seq_printf(m, "Total power: %ld\n", chipset + gfx); in i915_emon_status()
|
| /freebsd-12.1/sys/dev/bktr/ |
| H A D | CHANGELOG.TXT | 6 * chipset. 201 for newer NTSC WinCastTV 404 with Bt878 chipset. 333 motherboard chipset manufactuers, the Bt878/Bt879 has 3 336 INTEL 430 FX for the Intel 430 FX chipset.
|