/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv50.c | 308 if (device->chipset == 0x50) { in nv50_gr_construct_mmio() 315 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio() 319 if (device->chipset == 0x50) in nv50_gr_construct_mmio() 321 else if (device->chipset < 0xa0) in nv50_gr_construct_mmio() 326 if (device->chipset >= 0xa0) in nv50_gr_construct_mmio() 328 if (IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio() 342 if (device->chipset < 0xa0) { in nv50_gr_construct_mmio() 345 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio() 356 if (device->chipset == 0x50) in nv50_gr_construct_mmio() 366 if (device->chipset == 0x50) { in nv50_gr_construct_mmio() [all …]
|
D | ctxnv40.c | 124 switch (device->chipset) { in nv40_gr_vs_count() 189 if (device->chipset == 0x40) { in nv40_gr_construct_general() 225 if (device->chipset == 0x4c || in nv40_gr_construct_general() 226 (device->chipset & 0xf0) == 0x60) in nv40_gr_construct_general() 233 switch (device->chipset) { in nv40_gr_construct_general() 242 switch (device->chipset) { in nv40_gr_construct_general() 271 if (device->chipset == 0x40) { in nv40_gr_construct_state3d() 275 if (device->chipset == 0x46 || device->chipset == 0x47 || in nv40_gr_construct_state3d() 276 device->chipset == 0x49 || device->chipset == 0x4b) { in nv40_gr_construct_state3d() 280 if (device->chipset == 0x46) in nv40_gr_construct_state3d() [all …]
|
D | nv40.h | 16 if ((device->chipset & 0xf0) == 0x60) in nv44_gr_class() 19 return !(0x0baf & (1 << (device->chipset & 0x0f))); in nv44_gr_class()
|
D | nv40.c | 216 switch (nv_device(priv)->chipset) { in nv40_gr_tile_prog() 229 switch (nv_device(priv)->chipset) { in nv40_gr_tile_prog() 265 switch (nv_device(priv)->chipset) { in nv40_gr_tile_prog() 406 if (nv_device(priv)->chipset == 0x40) { in nv40_gr_init() 414 switch (nv_device(priv)->chipset) { in nv40_gr_init() 452 switch (nv_device(priv)->chipset) { in nv40_gr_init() 478 switch (nv_device(priv)->chipset) { in nv40_gr_init() 490 switch (nv_device(priv)->chipset) { in nv40_gr_init()
|
D | nv50.c | 478 if (nv_device(priv)->chipset < 0xa0) in nv50_priv_mp_trap() 518 if (nv_device(priv)->chipset < 0xa0) in nv50_priv_tp_trap() 867 switch (nv_device(priv)->chipset) { in nv50_gr_ctor() 896 if (nv_device(priv)->chipset != 0x50 && in nv50_gr_ctor() 897 nv_device(priv)->chipset != 0xac) in nv50_gr_ctor() 930 if (nv_device(priv)->chipset < 0xa0) { in nv50_gr_init() 960 switch (nv_device(priv)->chipset & 0xf0) { in nv50_gr_init() 968 if (nv_device(priv)->chipset == 0xa0 || in nv50_gr_init() 969 nv_device(priv)->chipset == 0xaa || in nv50_gr_init() 970 nv_device(priv)->chipset == 0xac) { in nv50_gr_init()
|
D | nv30.c | 188 if (nv_device(priv)->chipset == 0x34) { in nv30_gr_init() 213 if (nv_device(priv)->chipset != 0x34) { in nv30_gr_init()
|
D | nv20.c | 179 if (nv_device(engine)->chipset != 0x34) { in nv20_gr_tile_prog() 285 if (nv_device(priv)->chipset == 0x20) { in nv20_gr_init() 307 if (nv_device(priv)->chipset >= 0x25) { in nv20_gr_init()
|
D | nv10.c | 945 nv_device(priv)->chipset >= 0x17) { in nv10_gr_load_context() 971 nv_device(priv)->chipset >= 0x17) { in nv10_gr_unload_context() 1053 nv_device(priv)->chipset >= 0x17) { in nv10_gr_context_ctor() 1228 if (nv_device(priv)->chipset <= 0x10) in nv10_gr_ctor() 1231 if (nv_device(priv)->chipset < 0x17 || in nv10_gr_ctor() 1272 nv_device(priv)->chipset >= 0x17) { in nv10_gr_init()
|
D | gf100.c | 1312 if (nv_device(priv)->chipset >= 0xe0) { in gf100_gr_init_ctxctl() 1460 if (nv_device(priv)->chipset != 0xd7) in gf100_gr_init() 1539 snprintf(f, sizeof(f), "nouveau/nv%02x_%s", device->chipset, fwname); in gf100_gr_ctor_fw() 1637 switch (nv_device(priv)->chipset) { in gf100_gr_ctor()
|
/linux-4.1.27/drivers/char/agp/ |
D | Kconfig | 11 as a sort of "AGP driver" for the motherboard's chipset. 30 tristate "ALI chipset support" 36 For the ALi-chipset question, ALi suggests you refer to 39 The M1541 chipset can do AGP 1x and 2x, but note that there is an 41 timing issues, this chipset cannot do AGP 2x with the G200. 45 tristate "ATI chipset support" 52 tristate "AMD Irongate, 761, and 762 chipset support" 69 tristate "Intel 440LX/BX/GX, I8xx and E7x05 chipset support" 81 tristate "NVIDIA nForce/nForce2 chipset support" 88 tristate "SiS chipset support" [all …]
|
D | agp.h | 177 enum chipset_type chipset; member
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | Kconfig | 27 This adds support for rt2400 wireless chipset family. 39 This adds support for rt2500 wireless chipset family. 54 This adds support for rt2501 wireless chipset family. 71 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. 83 This adds support for rt33xx wireless chipset family to the 91 This adds support for rt35xx wireless chipset family to the 100 This adds support for rt53xx wireless chipset family to the 108 This adds support for rt3290 wireless chipset family to the 119 This adds support for rt2500 wireless chipset family. 132 This adds support for rt2501 wireless chipset family. [all …]
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfb.h | 317 int chipset; member 366 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G) || \ 367 ((dinfo)->chipset == INTEL_915GM) || \ 368 ((dinfo)->chipset == INTEL_945G) || \ 369 ((dinfo)->chipset == INTEL_945GM) || \ 370 ((dinfo)->chipset == INTEL_945GME) || \ 371 ((dinfo)->chipset == INTEL_965G) || \ 372 ((dinfo)->chipset == INTEL_965GM))
|
D | intelfbhw.c | 76 dinfo->chipset = INTEL_830M; in intelfbhw_get_chipset() 82 dinfo->chipset = INTEL_845G; in intelfbhw_get_chipset() 89 dinfo->chipset = INTEL_854; in intelfbhw_get_chipset() 100 dinfo->chipset = INTEL_855GME; in intelfbhw_get_chipset() 104 dinfo->chipset = INTEL_855GM; in intelfbhw_get_chipset() 108 dinfo->chipset = INTEL_852GME; in intelfbhw_get_chipset() 112 dinfo->chipset = INTEL_852GM; in intelfbhw_get_chipset() 116 dinfo->chipset = INTEL_85XGM; in intelfbhw_get_chipset() 122 dinfo->chipset = INTEL_865G; in intelfbhw_get_chipset() 128 dinfo->chipset = INTEL_915G; in intelfbhw_get_chipset() [all …]
|
D | intelfb_i2c.c | 155 switch(dinfo->chipset) { in intelfb_create_i2c_busses()
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis630 | 5 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux) 6 730 chipset 7 964 chipset 18 above to check if it works for you chipset, but DANGEROUS! 48 in your 'lspci' output , then this driver is for your chipset.
|
D | i2c-i801 | 6 * Intel 82801BA (ICH2 - part of the '815E' chipset) 61 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for 62 Pentium-based PCs, '815E' chipset, and others.
|
D | i2c-amd8111 | 23 in your 'lspci -v', then this driver is for your chipset.
|
D | i2c-via | 12 i2c-via is an i2c bus driver for motherboards with VIA chipset.
|
D | i2c-nforce2 | 46 The SMBus adapter in the nForce2 chipset seems to be very similar to the
|
D | i2c-sis96x | 18 named chipset combinations. The driver was developed without benefit of a
|
/linux-4.1.27/drivers/ata/ |
D | pata_sis.c | 726 struct sis_chipset *chipset = NULL; in sis_init_one() local 787 chipset = sets; /* Match found */ in sis_init_one() 790 chipset = &sis100_early; in sis_init_one() 797 if (chipset == NULL) { in sis_init_one() 814 chipset = &sis133; in sis_init_one() 822 chipset = &sis133; in sis_init_one() 825 chipset = &sis133; in sis_init_one() 831 if (chipset == NULL) { in sis_init_one() 852 chipset = &sis133_early; in sis_init_one() 855 chipset = &sis100; in sis_init_one() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv30.c | 70 int b = (device->chipset > 0x30 ? in calc_bias() 103 if (device->chipset == 0x30 || in nv30_fb_init() 104 device->chipset == 0x31 || in nv30_fb_init() 105 device->chipset == 0x35) { in nv30_fb_init() 107 int n = (device->chipset == 0x31 ? 2 : 4); in nv30_fb_init()
|
D | nv50.c | 169 if (device->chipset < 0xa3 || in nv50_fb_intr() 170 device->chipset == 0xaa || device->chipset == 0xac) { in nv50_fb_intr()
|
D | ramnv1a.c | 50 if (nv_device(pfb)->chipset == 0x1a) { in nv1a_ram_create()
|
D | ramgt215.c | 653 if (nv_device(pfb)->chipset == 0xa3 && freq <= 500000) in gt215_ram_calc() 711 if (nv_device(pfb)->chipset == 0xa3 && freq > 500000) { in gt215_ram_calc() 756 if (nv_device(pfb)->chipset != 0xa8) in gt215_ram_calc() 772 if (nv_device(pfb)->chipset == 0xa8) { in gt215_ram_calc()
|
D | ramnv40.c | 112 switch (nv_device(pfb)->chipset) { in nv40_ram_prog()
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 14 chipset of your card. If you don't know, then it's probably a 15 COM90xx type card, so say Y (or M) to "ARCnet COM90xx chipset 77 tristate "ARCnet COM90xx (normal) chipset driver" 79 This is the chipset driver for the standard COM90xx cards. If you 87 tristate "ARCnet COM90xx (IO mapped) chipset driver" 89 This is the chipset driver for the COM90xx cards, using them in 98 tristate "ARCnet COM90xx (RIM I) chipset driver" 100 This is yet another chipset driver for the COM90xx cards, but this 109 tristate "ARCnet COM20020 chipset driver" 111 This is the driver for the new COM20020 chipset. It supports such
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv50.c | 35 switch (nv_device(priv)->chipset) { in read_div() 59 switch (nv_device(priv)->chipset) { in read_pll_src() 168 if (nv_device(priv)->chipset != 0xa0) in read_pll() 253 switch (nv_device(priv)->chipset) { in nv50_clk_read() 262 if (nv_device(priv)->chipset == 0xa0) /* wtf?? */ in nv50_clk_read() 290 switch (nv_device(priv)->chipset) { in nv50_clk_read() 396 if (nv_device(priv)->chipset != 0x98) in nv50_clk_calc() 404 if (nv_device(priv)->chipset != 0x98) in nv50_clk_calc() 447 if (nv_device(priv)->chipset < 0x92) in nv50_clk_calc() 522 switch (nv_device(priv)->chipset) { in nv50_clk_ctor()
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 196 comment "IDE chipset support/bugfixes" 199 tristate "generic/default IDE chipset support" 228 tristate "CMD640 chipset bugfix/support" 234 "SiS" chipset. Unfortunately, it has a number of rather nasty 325 tristate "OPTi 82C621 chipset enhanced support" 332 tristate "RZ1000 chipset bugfix/support" 337 Pentium motherboards, usually along with the "Neptune" chipset. 350 tristate "AEC62XX chipset support" 358 tristate "ALI M15x3 chipset support" 383 tristate "ATI IXP chipset IDE support" [all …]
|
D | ide-4drives.c | 28 .chipset = ide_4drives,
|
D | dtc2278.c | 96 .chipset = ide_dtc2278,
|
D | macide.c | 93 .chipset = ide_generic,
|
D | ide-pnp.c | 33 .chipset = ide_generic,
|
D | rapide.c | 15 .chipset = ide_generic,
|
D | ide-generic.c | 32 .chipset = ide_generic,
|
D | umc8672.c | 133 .chipset = ide_umc8672,
|
D | delkin_cb.c | 71 .chipset = ide_pci,
|
D | falconide.c | 114 .chipset = ide_generic,
|
D | ide_platform.c | 46 .chipset = ide_generic,
|
D | gayle.c | 110 .chipset = ide_generic,
|
D | q40ide.c | 118 .chipset = ide_generic,
|
D | buddha.c | 152 .chipset = ide_generic,
|
D | ali14xx.c | 204 .chipset = ide_ali14xx,
|
D | icside.c | 406 .chipset = ide_acorn, 460 .chipset = ide_acorn,
|
D | tx4938ide.c | 127 .chipset = ide_generic,
|
D | ht6560b.c | 346 .chipset = ide_ht6560b,
|
D | ide-cs.c | 112 .chipset = ide_pci,
|
D | qd65xx.c | 341 .chipset = ide_qd65xx,
|
D | palm_bk3710.c | 310 .chipset = ide_palm3710,
|
D | ide-probe.c | 1052 hwif->chipset = d->chipset ? d->chipset : ide_pci; in ide_init_port()
|
D | ide-dma.c | 336 if (hwif->chipset == ide_acorn && mode == 0) { in ide_find_dma_mode()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 96 switch (device->chipset) { in nvkm_devobj_info() 140 args->v0.chipset = device->chipset; in nvkm_devobj_info() 362 device->chipset = (boot0 & 0x1ff00000) >> 20; 364 switch (device->chipset & 0x1f0) { 366 if (0x461 & (1 << (device->chipset & 0xf))) 394 device->chipset = 0x05; 396 device->chipset = 0x04; 423 device->cname, device->chipset); 427 if ( device->card_type <= NV_10 || device->chipset < 0x17 || 428 (device->chipset >= 0x20 && device->chipset < 0x25))
|
D | nv04.c | 46 switch (device->chipset) { in nv04_identify()
|
D | nv20.c | 48 switch (device->chipset) { in nv20_identify()
|
D | nv30.c | 48 switch (device->chipset) { in nv30_identify()
|
D | gm100.c | 61 switch (device->chipset) { in gm100_identify()
|
D | nv10.c | 47 switch (device->chipset) { in nv10_identify()
|
/linux-4.1.27/drivers/gpu/drm/via/ |
D | via_map.c | 94 int via_driver_load(struct drm_device *dev, unsigned long chipset) in via_driver_load() argument 106 dev_priv->chipset = chipset; in via_driver_load()
|
D | via_drv.h | 85 int chipset; member 132 extern int via_driver_load(struct drm_device *dev, unsigned long chipset);
|
D | via_irq.c | 275 if (dev_priv->chipset == VIA_PRO_GROUP_A || in via_driver_irq_preinstall() 276 dev_priv->chipset == VIA_DX9_0) { in via_driver_irq_preinstall()
|
D | via_verifier.c | 975 cme_video = (dev_priv->chipset == VIA_PRO_GROUP_A || in via_verify_command_stream() 976 dev_priv->chipset == VIA_DX9_0); in via_verify_command_stream() 978 supported_3d = dev_priv->chipset != VIA_DX9_0; in via_verify_command_stream()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | nv50.c | 99 int chipset = nv_device(therm)->chipset; in nv50_fan_pwm_clock() local 104 if (chipset > 0x50 && chipset < 0x94) { in nv50_fan_pwm_clock()
|
D | nv40.c | 40 switch (device->chipset) { in nv40_sensor_style()
|
/linux-4.1.27/drivers/gpu/drm/sis/ |
D | sis_drv.c | 40 static int sis_driver_load(struct drm_device *dev, unsigned long chipset) in sis_driver_load() argument 52 dev_priv->chipset = chipset; in sis_driver_load()
|
D | sis_drv.h | 59 unsigned int chipset; member
|
D | sis_mm.c | 261 if (dev_priv->chipset != SIS_CHIP_315) in sis_idle()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 85 if (device->chipset < 0xa3 || in _nvkm_falcon_init() 86 device->chipset == 0xaa || device->chipset == 0xac) { in _nvkm_falcon_init() 121 device->chipset, falcon->addr >> 12); in _nvkm_falcon_init() 140 device->chipset, falcon->addr >> 12); in _nvkm_falcon_init() 155 device->chipset, falcon->addr >> 12); in _nvkm_falcon_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | vga.c | 148 if (dev->chipset == 0x11) { in nv_lockvgac() 177 if (nv_device(obj)->chipset == 0x11) { in nv_rdvgaowner() 205 if (nv_device(obj)->chipset == 0x11) { in nv_wrvgaowner() 213 if (nv_device(obj)->chipset == 0x11) { in nv_wrvgaowner()
|
D | nv04.c | 167 if (nv_device(priv)->chipset >= 0x10 && in nv04_disp_intr() 168 nv_device(priv)->chipset <= 0x40) { in nv04_disp_intr()
|
D | sorg94.c | 47 if (nv_device(priv)->chipset == 0xaf) in g94_sor_dp_lane_map()
|
D | nv50.c | 1458 if (nv_device(priv)->chipset < 0x90 || in exec_script() 1459 nv_device(priv)->chipset == 0x92 || in exec_script() 1460 nv_device(priv)->chipset == 0xa0) { in exec_script() 1516 if (nv_device(priv)->chipset < 0x90 || in exec_clkcmp() 1517 nv_device(priv)->chipset == 0x92 || in exec_clkcmp() 1518 nv_device(priv)->chipset == 0xa0) { in exec_clkcmp()
|
/linux-4.1.27/arch/arm/mach-iop33x/ |
D | Kconfig | 11 evaluation kit for the IOP331 chipset. 17 evaluation kit for the IOP332 chipset.
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | Kconfig | 11 Choose this option to enable DRM on STM stiH41x chipset 17 Choose this option to enable FBDEV on top of DRM for STM stiH41x chipset
|
/linux-4.1.27/drivers/iio/magnetometer/ |
D | ak8975.c | 715 enum asahi_compass_chipset *chipset) in ak8975_match_acpi_device() argument 722 *chipset = (int)id->driver_data; in ak8975_match_acpi_device() 735 enum asahi_compass_chipset chipset; in ak8975_probe() local 775 chipset = (enum asahi_compass_chipset)(id->driver_data); in ak8975_probe() 778 name = ak8975_match_acpi_device(&client->dev, &chipset); in ak8975_probe() 782 if (chipset >= AK_MAX_TYPE) { in ak8975_probe() 784 chipset); in ak8975_probe() 788 data->def = &ak_def_array[chipset]; in ak8975_probe()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 807 int chipset; /* DC21040, DC21041 or DC21140 */ member 875 int chipset; member 1033 int chipset; member 1160 if (lp->chipset != DC21140) { in de4x5_hw_init() 1161 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init() 1164 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init() 1240 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init() 1260 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) { in de4x5_hw_init() 1404 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN; in de4x5_sw_reset() 1405 bmr |= ((lp->chipset & ~0x00ff)==DC2114x ? BMR_RML : 0); in de4x5_sw_reset() [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | lpc_ich.c | 96 int chipset; member 795 switch (lpc_chipset_info[priv->chipset].iTCO_version) { in lpc_ich_enable_acpi_space() 842 cell->platform_data = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_cell() 917 switch (lpc_chipset_info[priv->chipset].gpio_version) { in lpc_ich_init_gpio() 933 lpc_chipset_info[priv->chipset].use_gpio = ret; in lpc_ich_init_gpio() 985 if (lpc_chipset_info[priv->chipset].iTCO_version == 1) { in lpc_ich_init_wdt() 988 } else if (lpc_chipset_info[priv->chipset].iTCO_version == 2) { in lpc_ich_init_wdt() 1000 } else if (lpc_chipset_info[priv->chipset].iTCO_version == 3) { in lpc_ich_init_wdt() 1030 priv->chipset = id->driver_data; in lpc_ich_probe() 1039 if (priv->chipset <= LPC_ICH5) { in lpc_ich_probe() [all …]
|
/linux-4.1.27/drivers/idle/ |
D | Kconfig | 19 tristate "Intel chipset idle memory power saving driver" 23 chipsets. The chipset must have I/O AT support, such as the
|
/linux-4.1.27/Documentation/ |
D | io_ordering.txt | 5 chipset to flush pending writes to the device before any reads are posted. A 45 Here, the reads from safe_register will cause the I/O chipset to flush any 46 pending writes before actually posting the read to the chipset, preventing
|
D | hsi.txt | 8 and a Baseband chipset. It has been specified by the MIPI alliance in 2003 and
|
D | svga.txt | 61 with VESA-compliant BIOS]) or a chipset name (e.g., Trident). Direct detection 76 case your chipset has been detected, some chipset-specific modes are shown as
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | Kconfig | 11 If you have a network (Ethernet) chipset belonging to this class, 17 for your specific chipset/driver in the following questions. 61 MIPS chipset family (BCM63XX). 71 Broadcom BCM7xxx Set Top Box family chipset. 161 Broadcom BCM7xxx Set Top Box family chipset using an internal
|
/linux-4.1.27/drivers/net/ethernet/samsung/ |
D | Kconfig | 9 If you have a network (Ethernet) chipset belonging to this class, 15 for your specific chipset/driver in the following questions.
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | Kconfig | 18 TI wl1251 chipset. Select this if your platform is using 29 TI wl1251 chipset. Select this if your platform is using
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | Kconfig | 28 Marvell Discovery PPC/MIPS chipset family (MV643XX) and 31 Some boards that use the Discovery chipset are the Momenco 88 This driver supports adapters based on the original Yukon chipset: 92 It does not support the newer Yukon2 chipset: a separate driver, 123 Marvell Yukon 2 chipset:
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | Kconfig | 7 hardware-specific differences among different chipset families. 8 Each chipset family needs to implement its own lower-level module
|
/linux-4.1.27/drivers/nfc/microread/ |
D | Kconfig | 8 NFC chipsets. It implements the chipset HCI logic and hooks into 31 Inside microread chipsets. Select this if your microread chipset
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_vga.c | 18 device->info.chipset >= 0x4c) in nouveau_vga_set_decode() 21 if (device->info.chipset >= 0x40) in nouveau_vga_set_decode()
|
D | nouveau_backlight.c | 196 if (device->info.chipset <= 0xa0 || in nv50_backlight_init() 197 device->info.chipset == 0xaa || in nv50_backlight_init() 198 device->info.chipset == 0xac) in nv50_backlight_init()
|
D | nv04_fbcon.c | 198 device->info.chipset >= 0x11 ? 0x009f : 0x005f, in nv04_fbcon_accel_init() 203 if (RING_SPACE(chan, 49 + (device->info.chipset >= 0x11 ? 4 : 0))) { in nv04_fbcon_accel_init() 252 if (device->info.chipset >= 0x11 /*XXX: oclass == 0x009f*/) { in nv04_fbcon_accel_init()
|
D | nouveau_agp.c | 39 if (device->info.chipset == 0x18) in get_agp_mode()
|
D | nouveau_drm.c | 209 if (device->info.chipset >= 0xa3 && in nouveau_accel_init() 210 device->info.chipset != 0xaa && in nouveau_accel_init() 211 device->info.chipset != 0xac) { in nouveau_accel_init() 432 if (drm->device.info.chipset == 0xc1) in nouveau_drm_load()
|
D | nouveau_connector.c | 819 drm->device.info.chipset >= 0x46) in get_tmds_link_bandwidth() 821 else if (drm->device.info.chipset >= 0x40) in get_tmds_link_bandwidth() 823 else if (drm->device.info.chipset >= 0x18) in get_tmds_link_bandwidth()
|
D | nouveau_bo.c | 156 if (device->info.chipset >= 0x40) { in nouveau_bo_fixup_align() 160 } else if (device->info.chipset >= 0x30) { in nouveau_bo_fixup_align() 164 } else if (device->info.chipset >= 0x20) { in nouveau_bo_fixup_align() 168 } else if (device->info.chipset >= 0x10) { in nouveau_bo_fixup_align()
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
D | savage_bci.c | 538 int savage_driver_load(struct drm_device *dev, unsigned long chipset) in savage_driver_load() argument 548 dev_priv->chipset = (enum savage_family)chipset; in savage_driver_load() 573 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_driver_firstopen() 597 } else if (dev_priv->chipset != S3_SUPERSAVAGE && in savage_driver_firstopen() 598 dev_priv->chipset != S3_SAVAGE2000) { in savage_driver_firstopen() 747 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 815 if (dev_priv->chipset <= S3_SAVAGE4) { in savage_do_init_bci() 847 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 860 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 869 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) in savage_do_init_bci()
|
D | savage_state.c | 211 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_state() 323 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_prim() 359 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_prim() 391 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_prim() 460 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_vb_prim() 579 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_idx() 609 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) { in savage_dispatch_dma_idx() 650 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_dma_idx() 717 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_dispatch_vb_idx()
|
D | savage_drv.h | 135 enum savage_family chipset; member 210 extern int savage_driver_load(struct drm_device *dev, unsigned long chipset);
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | Kconfig | 12 If you have a network (Ethernet) chipset belonging to this class, 18 for your specific chipset/driver in the following questions. 94 on the AMD LANCE chipset: RieblCard (with or without battery), or 103 DEC (now Compaq) based on the AMD LANCE chipset, including the 104 DEPCA series. (This chipset is better known via the NE2100 cards.) 174 cards are based on the AMD LANCE chipset, which is better known
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | nv40.c | 79 if (device->chipset == 0x40) priv->base.reserved = 0x6aa0 * vs; in nv40_instmem_ctor() 80 else if (device->chipset < 0x43) priv->base.reserved = 0x4f00 * vs; in nv40_instmem_ctor()
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_warp.c | 61 switch (dev_priv->chipset) { in mga_warp_install_microcode() 142 switch (dev_priv->chipset) { in mga_warp_init()
|
D | mga_ioc32.c | 42 int chipset; member 74 || __put_user(init32.chipset, &init->chipset) in compat_mga_init()
|
D | mga_drv.h | 89 int chipset; member 222 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) \
|
D | mga_state.c | 55 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) { in mga_emit_clip_rect() 434 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) { in mga_verify_state() 1026 value = dev_priv->chipset; in mga_getparam()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | Kconfig | 2 tristate "Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)" 32 bool "Support Prism 2/2.5 chipset" 38 would not support WPA or firmware download for Prism chipset. 104 the Prism 2.5 chipset. These are true PCI cards, not the 802.11b 113 A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
|
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | nv_driver.c | 159 unsigned int chipset = par->Chipset; in riva_get_memlen() local 227 if(chipset == NV_CHIP_IGEFORCE2) { in riva_get_memlen() 233 } else if (chipset == NV_CHIP_0x01F0) { in riva_get_memlen()
|
D | riva_hw.c | 2105 unsigned int chipset in nv10GetConfig() argument 2120 if(chipset == NV_CHIP_IGEFORCE2) { in nv10GetConfig() 2125 } else if(chipset == NV_CHIP_0x01F0) { in nv10GetConfig() 2171 switch (chipset & 0x0ff0) { in nv10GetConfig() 2205 switch(chipset & 0x0ff0) { in nv10GetConfig() 2227 unsigned int chipset in RivaGetConfig() argument 2248 nv10GetConfig(chip, chipset); in RivaGetConfig() 2253 chip->Chipset = chipset; in RivaGetConfig()
|
/linux-4.1.27/Documentation/fb/ |
D | vt8623fb.txt | 2 vt8623fb - fbdev driver for graphics core in VIA VT8623 chipset 9 VIA VT8623 [CLE266] chipset and its graphics core
|
D | modedb.txt | 140 amifb - Amiga chipset frame buffer 145 sstfb - Voodoo 1/2 (SST1) chipset frame buffer 147 tridentfb - Trident (Cyber)blade chipset frame buffer
|
D | intel810.txt | 193 better than 640x480 at 60Hz. HOWEVER, if your chipset/display combination 253 patch to see the chipset in action (or inaction :-). 265 4. Intel(c). For this value-oriented chipset driver and for
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet.txt | 50 for yet another chipset. Now the generic support has been separated from the 51 individual chipset drivers, and the source files aren't quite so packed with 111 and at least one chipset driver.) 122 There are four chipset options: 124 1. Standard ARCnet COM90xx chipset. 127 chipset driver which will autoprobe if not told where the card is. 131 If you load the chipset support as a module, the options are: 137 2. ARCnet COM20020 chipset. 139 This is the new chipset from SMC with support for promiscuous mode (packet 146 If you load the chipset support as a module, the options are: [all …]
|
D | dmfe.txt | 17 10/100 ethernet cards uses Davicom chipset too, so this driver supports CNET cards too ).If you
|
D | s2io.txt | 133 ** For AMD opteron platforms with 8131 chipset, MMRBC=1 and MOST=1 are
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.c | 92 if (drm->device.info.chipset == 0x11) { in NVSetOwner() 103 if (drm->device.info.chipset == 0x11) { /* set me harder */ in NVSetOwner() 152 else if (drm->device.info.chipset == 0x30 || drm->device.info.chipset == 0x35) { in nouveau_hw_decode_pll() 401 if (drm->device.info.chipset == 0x11) in nv_save_state_ramdac() 408 if (drm->device.info.chipset >= 0x30) in nv_save_state_ramdac() 478 if (drm->device.info.chipset == 0x11) in nv_load_state_ramdac() 485 if (drm->device.info.chipset >= 0x30) in nv_load_state_ramdac() 807 if (drm->device.info.chipset == 0x11) in nouveau_hw_save_state()
|
D | overlay.c | 121 if (dev->info.chipset >= 0x30) { in nv10_update_plane() 270 switch (drm->device.info.chipset) { in nv10_overlay_init() 498 if (dev->info.chipset < 0x10) in nouveau_overlay_init() 500 else if (dev->info.chipset <= 0x40) in nouveau_overlay_init()
|
D | crtc.c | 140 if (drm->device.info.chipset > 0x40 && dot_clock <= (pll_lim.vco1.max_freq / 2)) in nv_crtc_calc_state_ext() 153 if (drm->device.info.chipset < 0x41) in nv_crtc_calc_state_ext() 513 if (drm->device.info.chipset >= 0x11) in nv_crtc_mode_set_regs() 594 if (drm->device.info.chipset >= 0x11) in nv_crtc_mode_set_regs() 973 if (drm->device.info.chipset == 0x11) { in nv11_cursor_upload() 1014 if (drm->device.info.chipset >= 0x11) in nv04_crtc_cursor_set()
|
D | hw.h | 265 if (drm->device.info.chipset == 0x11) in nv_heads_tied() 321 if (drm->device.info.chipset == 0x11 && !nv_heads_tied(dev)) in NVLockVgaCrtcs()
|
D | dfp.c | 419 if (drm->device.info.chipset == 0x11) in nv04_dfp_mode_set() 430 if (drm->device.info.chipset != 0x11) { in nv04_dfp_mode_set() 466 if (drm->device.info.chipset < 0x44) in nv04_dfp_commit()
|
D | tvnv17.c | 165 if (drm->device.info.chipset == 0x42 || in nv17_tv_detect() 166 drm->device.info.chipset == 0x43) in nv17_tv_detect() 598 if (drm->device.info.chipset < 0x44) in nv17_tv_commit()
|
/linux-4.1.27/drivers/net/ethernet/cirrus/ |
D | Kconfig | 25 Support for CS89x0 chipset based Ethernet cards. If you have a 57 Support for CS89x0 chipset based Ethernet cards. If you have a
|
/linux-4.1.27/drivers/acpi/apei/ |
D | Kconfig | 14 APEI allows to report errors (for example from the chipset) 27 platform hardware errors (such as that from chipset). It
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 126 if (nv_device(bios)->chipset == 0x50) in pll_map() 129 if (nv_device(bios)->chipset < 0xa3 || in pll_map() 130 nv_device(bios)->chipset == 0xaa || in pll_map() 131 nv_device(bios)->chipset == 0xac) in pll_map()
|
D | shadowrom.c | 54 nv_device(bios)->chipset >= 0x4c) in prom_init()
|
D | perf.c | 120 switch (nv_device(bios)->chipset) { in nvbios_perfEp()
|
/linux-4.1.27/drivers/edac/ |
D | Kconfig | 17 supporting chipset or other subsystems: 209 i5400 MCH chipset (Seaburg). 225 82860 chipset. 228 tristate "Radisys 82600 embedded chipset" 232 82600 embedded chipset. 235 tristate "Intel Greencreek/Blackford chipset" 253 Clarksboro MCH (Intel 7300 chipset).
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | Kconfig | 13 Choose this option if you have an SH Mobile chipset.
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 6 0.5.8a kernel drivers as an chipset documentation and samples. 39 specific options required to work this driver. The found chipset parameters
|
/linux-4.1.27/drivers/usb/atm/ |
D | Kconfig | 37 AccessRunner chipset. In order to use your modem you will need to 49 or eagle chipset. In order to use your modem you will need to
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-hix5hd2.txt | 1 I2C for Hisilicon hix5hd2 chipset platform
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv20.c | 37 uint32_t mask = (device->chipset >= 0x25 ? 0x300 : 0x900); in nv20_devinit_meminit()
|
D | nv10.c | 43 nv_device(priv)->chipset >= 0x17) in nv10_devinit_meminit()
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | TODO | 8 - abstract VT3184 chipset specific code
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 8 - abstract VT3253 chipset specific code
|
/linux-4.1.27/include/linux/ |
D | agp_backend.h | 48 enum chipset_type chipset; member
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139too.c | 611 chip_t chipset; member 848 tp->chipset = i; in rtl8139_init_board() 856 tp->chipset = 0; in rtl8139_init_board() 862 if (tp->chipset >= CH_8139B) { in rtl8139_init_board() 865 if ((rtl_chip_info[tp->chipset].flags & HasLWake) && in rtl8139_init_board() 874 if (rtl_chip_info[tp->chipset].flags & HasLWake) { in rtl8139_init_board() 1055 rtl_chip_info[tp->chipset].name); in rtl8139_init_one() 1107 if (rtl_chip_info[tp->chipset].flags & HasHltClk) in rtl8139_init_one() 1395 if (rtl_chip_info[tp->chipset].flags & HasHltClk) in rtl8139_hw_start() 1420 if (tp->chipset >= CH_8139B) { in rtl8139_hw_start() [all …]
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | Kconfig | 11 Support for DM9000 chipset.
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | Kconfig | 6 STMicroelectronics ST21NFCB core driver. It implements the chipset
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | Kconfig | 11 Choose this option if you have an R-Car chipset.
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | Kconfig | 7 STMicroelectronics ST21NFCA core driver. It implements the chipset
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 156 if (device->chipset < 0x40) { in nv04_timer_init() 160 if (device->chipset <= 0x40) { in nv04_timer_init()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | Kconfig | 13 Choose this option if you have a Rockchip soc chipset.
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_660x.c | 881 static void init_tio_chip(struct comedi_device *dev, int chipset) in init_tio_chip() argument 887 devpriv->dma_configuration_soft_copies[chipset] = 0; in init_tio_chip() 889 devpriv->dma_configuration_soft_copies[chipset] |= in init_tio_chip() 892 ni_660x_write_register(dev, chipset, in init_tio_chip() 893 devpriv->dma_configuration_soft_copies[chipset], in init_tio_chip() 896 ni_660x_write_register(dev, chipset, 0, IOConfigReg(i)); in init_tio_chip()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | nv50.c | 129 (device->chipset == 0x50) ? 0x1400 : 0x0200, in nv50_bar_ctor() 203 if (device->chipset == 0x50) in nv50_bar_ctor()
|
/linux-4.1.27/drivers/iio/accel/ |
D | kxcjk-1013.c | 110 enum kx_chipset chipset; member 368 int idx = data->chipset; in kxcjk1013_get_startup_times() 1142 enum kx_chipset *chipset, in kxcjk1013_match_acpi_device() argument 1152 *chipset = (enum kx_chipset)id->driver_data; in kxcjk1013_match_acpi_device() 1209 data->chipset = (enum kx_chipset)(id->driver_data); in kxcjk1013_probe() 1213 &data->chipset, in kxcjk1013_probe()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 34 u32 chipset; member
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | Kconfig | 30 NXP pn544 chipsets. Select this if your pn544 chipset
|
/linux-4.1.27/sound/firewire/ |
D | Kconfig | 27 tristate "Oxford Semiconductor FW970/971 chipset support" 32 Oxford Semiconductor FW970/971 chipset.
|
/linux-4.1.27/drivers/gpu/drm/ |
D | Kconfig | 151 chipset. If M is selected the module will be called sis. AGP 159 chipset. If M is selected the module will be called via. 166 chipset. If M is selected the module will be called savage.
|
D | drm_agpsupport.c | 416 if (head->agp_info.chipset == NOT_SUPPORTED) { in drm_agp_init()
|
/linux-4.1.27/arch/mips/jazz/ |
D | Kconfig | 2 bool "Support for Acer PICA 1 chipset"
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | Kconfig | 39 8797/8897 chipset with USB interface.
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 37 So, you just got a brand-new CPU / chipset with datasheets and want to 38 add cpufreq support for this CPU / chipset? Great. Here are some hints 47 chipset. If so, register a struct cpufreq_driver with the CPUfreq core 195 in-chipset dynamic frequency switching to policy->min, the upper limit
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
D | gt215.c | 120 bool enable = (nv_device(parent)->chipset != 0xaf); in gt215_ce_ctor()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | Kconfig | 74 Ethernet cards using an NS8390 chipset or its equivalent, say Y 84 chipset on many common ColdFire CPU based boards. Many of the older 199 chipset, like the Village Tronic Ariadne II and the Individual
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | Kconfig | 11 controller (integrate into the processor or chipset) and the LCD
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | XGI_main.h | 77 u8 chipset; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 135 switch (device->chipset) { in nvkm_mc_create_()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | gamecube.dts | 49 /* devices contained int the flipper chipset */
|
D | wii.dts | 58 /* devices contained in the hollywood chipset */
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 46 connected to the PCI chipset IRQ routing facility (the incoming PIRQ1-4 74 the PCI chipset. Most cards issue INTA, this creates optimal distribution
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 164 drivers can always be compiled as loadable modules, the chipset drivers 166 compiled as a loadable module provided no chipset support is needed. 194 kernel paremeter to enable probing for VLB version of the chipset (PCI ones 198 (support for IDE generic chipset with four drives on one port).
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 35 chipset such as the Speedstream 3010 and the ENI-25p. The 37 have the code to drive the on-board Alcatel DSL chipset (yet). 73 in the PCI chipset and cause data corruption. In such cases, large 182 The NICStAR chipset family is used in a large number of ATM NICs for 275 This is a driver for the Horizon chipset ATM adapter cards once
|
/linux-4.1.27/sound/isa/ |
D | Kconfig | 88 based on the AZT1605 chipset. 101 based on the AZT2316 chipset. 275 Media Vision Jazz16 chipset: digital chip MVD1216 (Jazz16), 279 Jazz16 chipset.
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | Kconfig | 7 36057/36067 PCI controller chipset. This includes the Iomega
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | Kconfig | 13 Atheros 5xxx chipset.
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 30 Atheros AR6004 chipset and chipsets based on it running over
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | Kconfig | 60 tristate "Support for cards with Infineon chipset"
|
/linux-4.1.27/include/uapi/drm/ |
D | mga_drm.h | 278 int chipset; member
|
/linux-4.1.27/arch/x86/kernel/ |
D | early-quirks.c | 595 struct chipset { struct 610 static struct chipset early_qrk[] __initdata = { argument
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | Kconfig | 56 of gigabit ethernet MACs. Cards using this chipset include
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | memx.c | 129 if (nv_device(pmu)->chipset < 0xd0) { in nvkm_memx_wait_vblank()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | Kconfig | 11 Choose this option if you have a Samsung SoC EXYNOS chipset.
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | Kconfig | 86 Neptune chipset.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nv50.c | 132 if (nv_device(priv)->chipset == 0x50) { in nv50_sw_vblsem_release()
|
/linux-4.1.27/drivers/firewire/ |
D | Kconfig | 27 is the only chipset in use, so say Y here.
|
/linux-4.1.27/Documentation/ia64/ |
D | IRQ-redir.txt | 43 fixed SAPIC mode with hint). The XTP chipset registers are used as hints
|
/linux-4.1.27/Documentation/thermal/ |
D | nouveau_thermal | 35 on your chipset.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-b3.dts | 40 /* Wifi model has Atheros chipset on pcie port */
|
/linux-4.1.27/arch/mips/loongson/ |
D | Kconfig | 92 of Loongson processor and RS780/SBX00 chipset.
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | PROBLEMS | 22 try disabling features of your PCI chipset in the BIOS setup.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 409 tristate "Amiga native chipset support" 413 chipset found in Amigas. 419 bool "Amiga OCS chipset support" 427 bool "Amiga ECS chipset support" 436 bool "Amiga AGA chipset support" 471 bool "Atari native chipset support" 478 chipset found in Ataris. 541 This is the frame buffer device driver for the Asiliant 69030 chipset 912 graphics cards based upon the 3DLABS Wildcat chipset. The driver 925 graphics cards based upon the 3DLABS Wildcat chipset. The driver [all …]
|
D | amifb.c | 73 # define IS_OCS (chipset == TAG_OCS) 82 # define IS_ECS (chipset == TAG_ECS) 91 # define IS_AGA (chipset == TAG_AGA) 518 static u_short maxfmode, chipset; variable 3573 chipset = TAG_OCS; in amifb_probe() 3586 chipset = TAG_ECS; in amifb_probe() 3608 chipset = TAG_AGA; in amifb_probe()
|
/linux-4.1.27/arch/c6x/ |
D | Kconfig | 85 of your chipset/board/processor.
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | Kconfig | 19 Intersil Prism2/2.5/3 chipset. This driver supports so called
|
/linux-4.1.27/Documentation/dvb/ |
D | contributors.txt | 55 for all the work for the FlexCopII chipset by B2C2,Inc.
|
D | bt8xx.txt | 8 for accessing the i2c bus and the gpio pins of the bt8xx chipset.
|
/linux-4.1.27/Documentation/video4linux/ |
D | zr364xx.txt | 32 http://www.harmwal.nl/pccam880/ (this project also supports cameras based on this chipset)
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 75 tristate "Atmel at76c50x chipset 802.11b support" 85 Many cards based on this chipset do not have flash memory
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv40.c | 315 switch (nv_device(priv)->chipset) { in nv40_fifo_init()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | Kconfig | 84 Select this if you have UFS controller on QCOM chipset.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 164 __u16 chipset; /* from NV_PMC_BOOT_0 */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 18 "brcm,bcm11351-a2-pl310-cache": For Broadcom bcm11351 chipset where an
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm83 | 67 monitoring chipset. One temperature sensor is used for the motherboard
|
/linux-4.1.27/arch/arm/mach-bcm/ |
D | Kconfig | 149 chipset.
|
/linux-4.1.27/drivers/w1/slaves/ |
D | Kconfig | 54 in the DS2423 chipset from the w1_slave file under the
|
/linux-4.1.27/drivers/net/irda/ |
D | Kconfig | 254 dongles tend to be less efficient than a FIR chipset. 291 W83977AF super-io chipset. This driver should be used for the IrDA 292 chipset in the Corel NetWinder. The driver supports SIR, MIR and
|
/linux-4.1.27/arch/alpha/ |
D | Kconfig | 142 For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data 173 Various 21264 systems with the tsunami core logic chipset. 208 Typhoon/Tsunami chipset family. Information on it is scanty. 302 AlphaServer ES45/DS25 SMP based on EV68 and Titan chipset.
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 606 Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO 767 On some motherboards the driver may fail to reset the chipset's 788 Super I/0 chipset used on many motherboards. 870 This is the driver for the hardware watchdog on the PC87413 chipset 890 On some motherboards the driver may fail to reset the chipset's 961 SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset 973 Winbond SMsC37B787 chipset as used on the NetRunner Mainboard 994 southbridge chipset CX700, VX800/VX820 or VX855/VX875. 1033 This is the driver for the hardware watchdog on the W83877F chipset
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | Kconfig | 30 another SMC9192/9194 based chipset. Say Y if you want it compiled
|
/linux-4.1.27/Documentation/scsi/ |
D | 53c700.txt | 23 define if the chipset must be supported in little endian mode on a big
|
/linux-4.1.27/Documentation/frv/ |
D | features.txt | 195 The MB93093 PDK board has an Ax88796 ethernet chipset (an NE2000 clone). A 205 - turn on "AX88796 NE2000 compatible chipset"
|