Home
last modified time | relevance | path

Searched refs:chipset (Results 1 – 200 of 289) sorted by relevance

12

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv50.c307 if (device->chipset == 0x50) { in nv50_gr_construct_mmio()
314 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
318 if (device->chipset == 0x50) in nv50_gr_construct_mmio()
320 else if (device->chipset < 0xa0) in nv50_gr_construct_mmio()
325 if (device->chipset >= 0xa0) in nv50_gr_construct_mmio()
327 if (IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
341 if (device->chipset < 0xa0) { in nv50_gr_construct_mmio()
344 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
355 if (device->chipset == 0x50) in nv50_gr_construct_mmio()
365 if (device->chipset == 0x50) { in nv50_gr_construct_mmio()
[all …]
Dctxnv40.c123 switch (device->chipset) { in nv40_gr_vs_count()
188 if (device->chipset == 0x40) { in nv40_gr_construct_general()
224 if (device->chipset == 0x4c || in nv40_gr_construct_general()
225 (device->chipset & 0xf0) == 0x60) in nv40_gr_construct_general()
232 switch (device->chipset) { in nv40_gr_construct_general()
241 switch (device->chipset) { in nv40_gr_construct_general()
270 if (device->chipset == 0x40) { in nv40_gr_construct_state3d()
274 if (device->chipset == 0x46 || device->chipset == 0x47 || in nv40_gr_construct_state3d()
275 device->chipset == 0x49 || device->chipset == 0x4b) { in nv40_gr_construct_state3d()
279 if (device->chipset == 0x46) in nv40_gr_construct_state3d()
[all …]
Dnv40.h39 if ((device->chipset & 0xf0) == 0x60) in nv44_gr_class()
42 return !(0x0aaf & (1 << (device->chipset & 0x0f))); in nv44_gr_class()
Dnv40.c183 switch (device->chipset) { in nv40_gr_tile()
195 switch (device->chipset) { in nv40_gr_tile()
322 if (device->chipset == 0x40) { in nv40_gr_init()
330 switch (device->chipset) { in nv40_gr_init()
368 switch (device->chipset) { in nv40_gr_init()
390 switch (device->chipset) { in nv40_gr_init()
402 switch (device->chipset) { in nv40_gr_init()
Dnv50.c292 if (device->chipset < 0xa0) in nv50_gr_mp_trap()
336 if (device->chipset < 0xa0) in nv50_gr_tp_trap()
699 if (device->chipset < 0xa0) { in nv50_gr_init()
729 switch (device->chipset & 0xf0) { in nv50_gr_init()
737 if (device->chipset == 0xa0 || in nv50_gr_init()
738 device->chipset == 0xaa || in nv50_gr_init()
739 device->chipset == 0xac) { in nv50_gr_init()
Dnv30.c133 if (device->chipset == 0x34) { in nv30_gr_init()
154 if (device->chipset != 0x34) { in nv30_gr_init()
Dnv20.c169 if (device->chipset != 0x34) { in nv20_gr_tile()
238 if (device->chipset == 0x20) { in nv20_gr_init()
266 if (device->chipset >= 0x25) { in nv20_gr_init()
Dnv44.c41 switch (device->chipset) { in nv44_gr_tile()
Dnv10.c893 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_load_context()
919 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_unload_context()
1024 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_chan_new()
1151 if (device->card_type >= NV_11 && device->chipset >= 0x17) { in nv10_gr_init()
/linux-4.4.14/drivers/char/agp/
DKconfig11 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 …]
Dagp.h177 enum chipset_type chipset; member
/linux-4.4.14/drivers/net/wireless/rt2x00/
DKconfig27 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.4.14/drivers/video/fbdev/intelfb/
Dintelfb.h315 int chipset; member
364 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G) || \
365 ((dinfo)->chipset == INTEL_915GM) || \
366 ((dinfo)->chipset == INTEL_945G) || \
367 ((dinfo)->chipset == INTEL_945GM) || \
368 ((dinfo)->chipset == INTEL_945GME) || \
369 ((dinfo)->chipset == INTEL_965G) || \
370 ((dinfo)->chipset == INTEL_965GM))
Dintelfbhw.c76 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 …]
Dintelfb_i2c.c155 switch(dinfo->chipset) { in intelfb_create_i2c_busses()
/linux-4.4.14/Documentation/i2c/busses/
Di2c-sis6305 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.
Di2c-i8016 * Intel 82801BA (ICH2 - part of the '815E' chipset)
64 Intel's '810' chipset for Celeron-based PCs, '810E' chipset for
65 Pentium-based PCs, '815E' chipset, and others.
Di2c-amd811123 in your 'lspci -v', then this driver is for your chipset.
Di2c-via12 i2c-via is an i2c bus driver for motherboards with VIA chipset.
Di2c-nforce246 The SMBus adapter in the nForce2 chipset seems to be very similar to the
Di2c-sis96x18 named chipset combinations. The driver was developed without benefit of a
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv30.c69 int b = (device->chipset > 0x30 ? in calc_bias()
98 if (device->chipset == 0x30 || in nv30_fb_init()
99 device->chipset == 0x31 || in nv30_fb_init()
100 device->chipset == 0x35) { in nv30_fb_init()
102 int n = (device->chipset == 0x31 ? 2 : 4); in nv30_fb_init()
Dnv50.c178 if (device->chipset < 0xa3 || in nv50_fb_intr()
179 device->chipset == 0xaa || device->chipset == 0xac) { in nv50_fb_intr()
Dramnv1a.c38 if (fb->subdev.device->chipset == 0x1a) { in nv1a_ram_new()
Dramnv50.c96 if (device->chipset == 0xa0) { in nv50_ram_timing_calc()
305 if (subdev->device->chipset <= 0x96 && !next->bios.ramcfg_00_03_02) in nv50_ram_calc()
360 if (subdev->device->chipset >= 0x92) in nv50_ram_calc()
409 if (subdev->device->chipset <= 0x96) { in nv50_ram_calc()
474 if (subdev->device->chipset <= 0x96 && next->bios.ramcfg_00_03_02) in nv50_ram_calc()
Dramnv40.c124 switch (device->chipset) { in nv40_ram_prog()
Dramgt215.c657 if (device->chipset == 0xa3 && freq <= 500000) in gt215_ram_calc()
732 if (device->chipset == 0xa3 && freq > 500000) { in gt215_ram_calc()
775 if (device->chipset == 0xa8) { in gt215_ram_calc()
/linux-4.4.14/drivers/ata/
Dpata_sis.c726 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.4.14/drivers/net/arcnet/
DKconfig14 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
73 tristate "ARCnet COM90xx (normal) chipset driver"
75 This is the chipset driver for the standard COM90xx cards. If you
83 tristate "ARCnet COM90xx (IO mapped) chipset driver"
85 This is the chipset driver for the COM90xx cards, using them in
94 tristate "ARCnet COM90xx (RIM I) chipset driver"
96 This is yet another chipset driver for the COM90xx cards, but this
105 tristate "ARCnet COM20020 chipset driver"
108 This is the driver for the new COM20020 chipset. It supports such
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv50.c35 switch (device->chipset) { in read_div()
60 switch (device->chipset) { in read_pll_src()
170 if (device->chipset != 0xa0) in read_pll()
257 switch (device->chipset) { in nv50_clk_read()
266 if (device->chipset == 0xa0) /* wtf?? */ in nv50_clk_read()
294 switch (device->chipset) { in nv50_clk_read()
402 if (device->chipset != 0x98) in nv50_clk_calc()
410 if (device->chipset != 0x98) in nv50_clk_calc()
453 if (device->chipset < 0x92) in nv50_clk_calc()
527 switch (device->chipset) { in nv50_clk_new_()
Dg84.c47 (device->chipset >= 0x94), pclk); in g84_clk_new()
/linux-4.4.14/drivers/ide/
DKconfig196 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 …]
Dide-4drives.c28 .chipset = ide_4drives,
Ddtc2278.c96 .chipset = ide_dtc2278,
Dmacide.c93 .chipset = ide_generic,
Dide-pnp.c33 .chipset = ide_generic,
Drapide.c15 .chipset = ide_generic,
Dide-generic.c32 .chipset = ide_generic,
Dumc8672.c133 .chipset = ide_umc8672,
Ddelkin_cb.c71 .chipset = ide_pci,
Dfalconide.c114 .chipset = ide_generic,
Dide_platform.c46 .chipset = ide_generic,
Dgayle.c110 .chipset = ide_generic,
Dq40ide.c118 .chipset = ide_generic,
Dbuddha.c152 .chipset = ide_generic,
Dali14xx.c204 .chipset = ide_ali14xx,
Dicside.c406 .chipset = ide_acorn,
460 .chipset = ide_acorn,
Dht6560b.c346 .chipset = ide_ht6560b,
Dtx4938ide.c127 .chipset = ide_generic,
Dide-cs.c112 .chipset = ide_pci,
Dqd65xx.c341 .chipset = ide_qd65xx,
Dpalm_bk3710.c310 .chipset = ide_palm3710,
Dide-probe.c1052 hwif->chipset = d->chipset ? d->chipset : ide_pci; in ide_init_port()
Dide-dma.c336 if (hwif->chipset == ide_acorn && mode == 0) { in ide_find_dma_mode()
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_map.c94 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()
Dvia_drv.h85 int chipset; member
136 extern int via_driver_load(struct drm_device *dev, unsigned long chipset);
Dvia_irq.c276 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()
Dvia_verifier.c975 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.4.14/drivers/gpu/drm/sis/
Dsis_drv.c40 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()
Dsis_drv.h59 unsigned int chipset; member
Dsis_mm.c261 if (dev_priv->chipset != SIS_CHIP_315) in sis_idle()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c136 if (device->chipset == 0x11) { in nvkm_lockvgac()
165 if (device->chipset == 0x11) { in nvkm_rdvgaowner()
192 if (device->chipset == 0x11) { in nvkm_wrvgaowner()
200 if (device->chipset == 0x11) { in nvkm_wrvgaowner()
Dnv04.c65 if (device->chipset >= 0x10 && device->chipset <= 0x40) { in nv04_disp_intr()
Dsorg94.c65 if (device->chipset >= 0x110) in g94_sor_dp_lane_map()
67 if (device->chipset == 0xaf) in g94_sor_dp_lane_map()
Dnv50.c303 if (device->chipset < 0x90 || in exec_script()
304 device->chipset == 0x92 || in exec_script()
305 device->chipset == 0xa0) { in exec_script()
363 if (device->chipset < 0x90 || in exec_clkcmp()
364 device->chipset == 0x92 || in exec_clkcmp()
365 device->chipset == 0xa0) { in exec_clkcmp()
Ddport.c338 if (disp->base.engine.subdev.device->chipset < 0xd0) in nvkm_dp_train()
/linux-4.4.14/arch/arm/mach-iop33x/
DKconfig11 evaluation kit for the IOP331 chipset.
17 evaluation kit for the IOP332 chipset.
/linux-4.4.14/drivers/mfd/
Dlpc_ich.c97 int chipset; member
790 switch (lpc_chipset_info[priv->chipset].iTCO_version) { in lpc_ich_enable_acpi_space()
844 info = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_wdt_cell()
859 cell->platform_data = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_gpio_cell()
934 switch (lpc_chipset_info[priv->chipset].gpio_version) { in lpc_ich_init_gpio()
950 lpc_chipset_info[priv->chipset].use_gpio = ret; in lpc_ich_init_gpio()
1002 if (lpc_chipset_info[priv->chipset].iTCO_version == 1) { in lpc_ich_init_wdt()
1005 } else if (lpc_chipset_info[priv->chipset].iTCO_version == 2) { in lpc_ich_init_wdt()
1017 } else if (lpc_chipset_info[priv->chipset].iTCO_version == 3) { in lpc_ich_init_wdt()
1050 priv->chipset = id->driver_data; in lpc_ich_probe()
[all …]
/linux-4.4.14/drivers/iio/magnetometer/
Dak8975.c715 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 = AK_MAX_TYPE; 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.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.c807 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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/
Dfalcon.c135 if (device->chipset < 0xa3 || in nvkm_falcon_oneinit()
136 device->chipset == 0xaa || device->chipset == 0xac) { in nvkm_falcon_oneinit()
191 device->chipset, falcon->addr >> 12); in nvkm_falcon_init()
210 device->chipset, falcon->addr >> 12); in nvkm_falcon_init()
225 device->chipset, falcon->addr >> 12); in nvkm_falcon_init()
/linux-4.4.14/drivers/idle/
DKconfig19 tristate "Intel chipset idle memory power saving driver"
23 chipsets. The chipset must have I/O AT support, such as the
/linux-4.4.14/Documentation/
Dio_ordering.txt5 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
Dhsi.txt8 and a Baseband chipset. It has been specified by the MIPI alliance in 2003 and
Dsvga.txt61 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.4.14/drivers/net/ethernet/marvell/
DKconfig26 Marvell Discovery PPC/MIPS chipset family (MV643XX) and
29 Some boards that use the Discovery chipset are the Momenco
87 This driver supports adapters based on the original Yukon chipset:
91 It does not support the newer Yukon2 chipset: a separate driver,
122 Marvell Yukon 2 chipset:
/linux-4.4.14/drivers/net/ethernet/samsung/
DKconfig9 If you have a network (Ethernet) chipset belonging to this class,
15 for your specific chipset/driver in the following questions.
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
DKconfig18 TI wl1251 chipset. Select this if your platform is using
29 TI wl1251 chipset. Select this if your platform is using
/linux-4.4.14/drivers/nfc/microread/
DKconfig6 NFC chipsets. It implements the chipset HCI logic and hooks into
27 Inside microread chipsets. Select this if your microread chipset
/linux-4.4.14/drivers/net/ethernet/amd/
DKconfig12 If you have a network (Ethernet) chipset belonging to this class,
18 for your specific chipset/driver in the following questions.
90 on the AMD LANCE chipset: RieblCard (with or without battery), or
99 DEC (now Compaq) based on the AMD LANCE chipset, including the
100 DEPCA series. (This chipset is better known via the NE2100 cards.)
168 cards are based on the AMD LANCE chipset, which is better known
/linux-4.4.14/drivers/staging/wilc1000/
DKconfig42 WILC1000 chipset. The Atmel WILC1000 SDIO is a full speed interface.
56 WILC1000 chipset. The Atmel WILC1000 has a Serial Peripheral
70 chipset. This OOB interrupt is intended to provide a faster interrupt
/linux-4.4.14/drivers/gpu/drm/savage/
Dsavage_bci.c538 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()
Dsavage_state.c211 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()
Dsavage_drv.h135 enum savage_family chipset; member
210 extern int savage_driver_load(struct drm_device *dev, unsigned long chipset);
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
DKconfig7 hardware-specific differences among different chipset families.
8 Each chipset family needs to implement its own lower-level module
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_vga.c19 drm->device.info.chipset >= 0x4c) in nouveau_vga_set_decode()
22 if (drm->device.info.chipset >= 0x40) in nouveau_vga_set_decode()
Dnouveau_backlight.c196 if (drm->device.info.chipset <= 0xa0 || in nv50_backlight_init()
197 drm->device.info.chipset == 0xaa || in nv50_backlight_init()
198 drm->device.info.chipset == 0xac) in nv50_backlight_init()
Dnv04_fbcon.c201 device->info.chipset >= 0x11 ? 0x009f : 0x005f, in nv04_fbcon_accel_init()
206 if (RING_SPACE(chan, 49 + (device->info.chipset >= 0x11 ? 4 : 0))) { in nv04_fbcon_accel_init()
255 if (device->info.chipset >= 0x11 /*XXX: oclass == 0x009f*/) { in nv04_fbcon_accel_init()
Dnouveau_drm.c221 if (device->info.chipset >= 0xa3 && in nouveau_accel_init()
222 device->info.chipset != 0xaa && in nouveau_accel_init()
223 device->info.chipset != 0xac) { in nouveau_accel_init()
419 if (drm->device.info.chipset == 0xc1) in nouveau_drm_load()
Dnouveau_connector.c819 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()
Dnouveau_bo.c151 if (device->info.chipset >= 0x40) { in nouveau_bo_fixup_align()
155 } else if (device->info.chipset >= 0x30) { in nouveau_bo_fixup_align()
159 } else if (device->info.chipset >= 0x20) { in nouveau_bo_fixup_align()
163 } else if (device->info.chipset >= 0x10) { in nouveau_bo_fixup_align()
/linux-4.4.14/drivers/net/ethernet/broadcom/
DKconfig11 If you have a network (Ethernet) chipset belonging to this class,
17 for your specific chipset/driver in the following questions.
60 MIPS chipset family (BCM63XX).
70 Broadcom BCM7xxx Set Top Box family chipset.
170 Broadcom BCM7xxx Set Top Box family chipset using an internal
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_warp.c61 switch (dev_priv->chipset) { in mga_warp_install_microcode()
142 switch (dev_priv->chipset) { in mga_warp_init()
Dmga_ioc32.c42 int chipset; member
74 || __put_user(init32.chipset, &init->chipset) in compat_mga_init()
Dmga_drv.h89 int chipset; member
222 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) \
Dmga_state.c55 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.4.14/drivers/net/wireless/orinoco/
DKconfig2 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.4.14/drivers/video/fbdev/riva/
Dnv_driver.c159 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()
Driva_hw.c2105 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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv50.c102 if (device->chipset > 0x50 && device->chipset < 0x94) { in nv50_fan_pwm_clock()
Dnv40.c32 switch (therm->subdev.device->chipset) { in nv40_sensor_style()
/linux-4.4.14/Documentation/fb/
Dvt8623fb.txt2 vt8623fb - fbdev driver for graphics core in VIA VT8623 chipset
9 VIA VT8623 [CLE266] chipset and its graphics core
Dmodedb.txt140 amifb - Amiga chipset frame buffer
145 sstfb - Voodoo 1/2 (SST1) chipset frame buffer
147 tridentfb - Trident (Cyber)blade chipset frame buffer
Dintel810.txt193 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.4.14/Documentation/networking/
Darcnet.txt50 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 …]
Ddmfe.txt17 10/100 ethernet cards uses Davicom chipset too, so this driver supports CNET cards too ).If you
Ds2io.txt133 ** For AMD opteron platforms with 8131 chipset, MMRBC=1 and MOST=1 are
/linux-4.4.14/drivers/net/ethernet/cirrus/
DKconfig23 Support for CS89x0 chipset based Ethernet cards. If you have a
53 Support for CS89x0 chipset based Ethernet cards. If you have a
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dhw.c92 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()
812 if (drm->device.info.chipset == 0x11) in nouveau_hw_save_state()
Doverlay.c122 if (drm->device.info.chipset >= 0x30) { in nv10_update_plane()
271 switch (drm->device.info.chipset) { in nv10_overlay_init()
499 if (dev->info.chipset < 0x10) in nouveau_overlay_init()
501 else if (dev->info.chipset <= 0x40) in nouveau_overlay_init()
Dcrtc.c140 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()
Dhw.h265 if (drm->device.info.chipset == 0x11) in nv_heads_tied()
321 if (drm->device.info.chipset == 0x11 && !nv_heads_tied(dev)) in NVLockVgaCrtcs()
Ddfp.c419 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()
Dtvnv17.c157 if (drm->device.info.chipset == 0x42 || in nv17_tv_detect()
158 drm->device.info.chipset == 0x43) in nv17_tv_detect()
590 if (drm->device.info.chipset < 0x44) in nv17_tv_commit()
/linux-4.4.14/drivers/gpu/drm/sti/
DKconfig11 Choose this option to enable DRM on STM stiH41x chipset
/linux-4.4.14/drivers/acpi/apei/
DKconfig14 APEI allows to report errors (for example from the chipset)
27 platform hardware errors (such as that from chipset). It
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c126 if (device->chipset == 0x50) in pll_map()
129 if (device->chipset < 0xa3 || in pll_map()
130 device->chipset == 0xaa || in pll_map()
131 device->chipset == 0xac) in pll_map()
Dshadowrom.c51 if (device->card_type == NV_40 && device->chipset >= 0x4c) in prom_init()
Dperf.c118 switch (bios->subdev.device->chipset) { in nvbios_perfEp()
/linux-4.4.14/drivers/edac/
DKconfig18 supporting chipset or other subsystems:
200 i5400 MCH chipset (Seaburg).
216 82860 chipset.
219 tristate "Radisys 82600 embedded chipset"
223 82600 embedded chipset.
226 tristate "Intel Greencreek/Blackford chipset"
244 Clarksboro MCH (Intel 7300 chipset).
/linux-4.4.14/drivers/gpu/drm/shmobile/
DKconfig13 Choose this option if you have an SH Mobile chipset.
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
DKconfig17 Choose this option if you have an Freescale DCU chipset.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c59 switch (device->chipset) { in nvkm_udevice_info()
109 args->v0.chipset = device->chipset; in nvkm_udevice_info()
Dbase.c2357 device->chipset = (boot0 & 0x1ff00000) >> 20;
2359 switch (device->chipset & 0x1f0) {
2361 if (0x461 & (1 << (device->chipset & 0xf)))
2389 device->chipset = 0x05;
2391 device->chipset = 0x04;
2395 switch (device->chipset) {
2474 if ( device->card_type <= NV_10 || device->chipset < 0x17 ||
2475 (device->chipset >= 0x20 && device->chipset < 0x25))
/linux-4.4.14/Documentation/input/
Dcs461x.txt6 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.4.14/drivers/usb/atm/
DKconfig37 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.4.14/Documentation/devicetree/bindings/i2c/
Di2c-hix5hd2.txt1 I2C for Hisilicon hix5hd2 chipset platform
/linux-4.4.14/drivers/staging/vt6656/
DTODO8 - abstract VT3184 chipset specific code
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv20.c37 uint32_t mask = (device->chipset >= 0x25 ? 0x300 : 0x900); in nv20_devinit_meminit()
Dnv10.c43 if (device->card_type >= NV_11 && device->chipset >= 0x17) in nv10_devinit_meminit()
/linux-4.4.14/drivers/staging/vt6655/
DTODO8 - abstract VT3253 chipset specific code
/linux-4.4.14/include/linux/
Dagp_backend.h48 enum chipset_type chipset; member
/linux-4.4.14/drivers/net/ethernet/realtek/
D8139too.c611 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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/
Dgt215.c83 (device->chipset != 0xaf), 0x104000, pengine); in gt215_ce_new()
/linux-4.4.14/drivers/net/ethernet/davicom/
DKconfig11 Support for DM9000 chipset.
/linux-4.4.14/drivers/nfc/st21nfca/
DKconfig7 STMicroelectronics ST21NFCA core driver. It implements the chipset
/linux-4.4.14/drivers/gpu/drm/rcar-du/
DKconfig11 Choose this option if you have an R-Car chipset.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv40.c164 if (device->chipset == 0x40) imem->base.reserved = 0x6aa0 * vs; in nv40_instmem_oneinit()
165 else if (device->chipset < 0x43) imem->base.reserved = 0x4f00 * vs; in nv40_instmem_oneinit()
/linux-4.4.14/drivers/gpu/drm/rockchip/
DKconfig13 Choose this option if you have a Rockchip soc chipset.
/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_660x.c881 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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dgk104.c85 switch (device->chipset) { in gk104_pmu_pgob()
Dmemx.c131 if (device->chipset < 0xd0) { in nvkm_memx_wait_vblank()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv40.c79 switch (device->chipset) { in nv40_fifo_init()
/linux-4.4.14/drivers/iio/accel/
Dkxcjk-1013.c110 enum kx_chipset chipset; member
368 int idx = data->chipset; in kxcjk1013_get_startup_times()
1148 enum kx_chipset *chipset, in kxcjk1013_match_acpi_device() argument
1160 *chipset = (enum kx_chipset)id->driver_data; in kxcjk1013_match_acpi_device()
1189 data->chipset = (enum kx_chipset)(id->driver_data); in kxcjk1013_probe()
1193 &data->chipset, in kxcjk1013_probe()
/linux-4.4.14/drivers/nfc/pn544/
DKconfig26 NXP pn544 chipsets. Select this if your pn544 chipset
/linux-4.4.14/drivers/nfc/st-nci/
DKconfig6 STMicroelectronics NFC NCI chips core driver. It implements the chipset
/linux-4.4.14/arch/mips/jazz/
DKconfig2 bool "Support for Acer PICA 1 chipset"
/linux-4.4.14/drivers/net/wireless/mwifiex/
DKconfig41 8797/8997 chipset with USB interface.
/linux-4.4.14/drivers/net/ethernet/8390/
DKconfig72 Ethernet cards using an NS8390 chipset or its equivalent, say Y.
80 chipset on many common ColdFire CPU based boards. Many of the older
189 chipset, like the Village Tronic Ariadne II and the Individual
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt37 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.4.14/drivers/staging/olpc_dcon/
DKconfig11 controller (integrate into the processor or chipset) and the LCD
/linux-4.4.14/drivers/staging/xgifb/
DXGI_main.h77 u8 chipset; member
/linux-4.4.14/sound/firewire/
DKconfig27 tristate "Oxford Semiconductor FW970/971 chipset support"
32 Oxford Semiconductor FW970/971 chipset.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnv50.c50 if (device->chipset == 0x50) { in nv50_sw_chan_vblsem_release()
/linux-4.4.14/drivers/gpu/drm/
DKconfig192 chipset. If M is selected the module will be called sis. AGP
200 chipset. If M is selected the module will be called via.
207 chipset. If M is selected the module will be called savage.
Ddrm_agpsupport.c414 if (head->agp_info.chipset == NOT_SUPPORTED) { in drm_agp_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
Dagp.c170 if (device->chipset == 0x18) in nvkm_agp_ctor()
Dbase.c173 switch (device->chipset) { in nvkm_pci_new_()
/linux-4.4.14/arch/powerpc/boot/dts/
Dgamecube.dts49 /* devices contained int the flipper chipset */
Dwii.dts58 /* devices contained in the hollywood chipset */
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt46 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.4.14/Documentation/ide/
Dide.txt164 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.4.14/drivers/atm/
DKconfig35 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.4.14/drivers/net/wireless/ath/ath5k/
DKconfig12 Atheros 5xxx chipset.
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
DKconfig30 Atheros AR6004 chipset and chipsets based on it running over
/linux-4.4.14/drivers/media/pci/zoran/
DKconfig7 36057/36067 PCI controller chipset. This includes the Iomega
/linux-4.4.14/sound/isa/
DKconfig90 based on the AZT1605 chipset.
103 based on the AZT2316 chipset.
279 Media Vision Jazz16 chipset: digital chip MVD1216 (Jazz16),
283 Jazz16 chipset.
/linux-4.4.14/include/uapi/drm/
Dmga_drm.h278 int chipset; member
/linux-4.4.14/drivers/net/ethernet/natsemi/
DKconfig53 of gigabit ethernet MACs. Cards using this chipset include
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DKconfig60 tristate "Support for cards with Infineon chipset"
/linux-4.4.14/arch/x86/kernel/
Dearly-quirks.c596 struct chipset { struct
611 static struct chipset early_qrk[] __initdata = { argument
/linux-4.4.14/drivers/net/ethernet/sun/
DKconfig84 Neptune chipset.
/linux-4.4.14/drivers/gpu/drm/exynos/
DKconfig11 Choose this option if you have a Samsung SoC EXYNOS chipset.
/linux-4.4.14/arch/mips/loongson64/
DKconfig92 of Loongson processor and RS780/SBX00 chipset.
/linux-4.4.14/Documentation/ia64/
DIRQ-redir.txt43 fixed SAPIC mode with hint). The XTP chipset registers are used as hints
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-b3.dts40 /* Wifi model has Atheros chipset on pcie port */
/linux-4.4.14/Documentation/thermal/
Dnouveau_thermal35 on your chipset.
/linux-4.4.14/drivers/firewire/
DKconfig27 is the only chipset in use, so say Y here.
/linux-4.4.14/Documentation/video4linux/bttv/
DPROBLEMS22 try disabling features of your PCI chipset in the BIOS setup.
/linux-4.4.14/drivers/video/fbdev/
DKconfig409 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 …]
Damifb.c73 # 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.4.14/drivers/net/wireless/hostap/
DKconfig19 Intersil Prism2/2.5/3 chipset. This driver supports so called
/linux-4.4.14/Documentation/dvb/
Dcontributors.txt55 for all the work for the FlexCopII chipset by B2C2,Inc.
Dbt8xx.txt8 for accessing the i2c bus and the gpio pins of the bt8xx chipset.
/linux-4.4.14/Documentation/video4linux/
Dzr364xx.txt32 http://www.harmwal.nl/pccam880/ (this project also supports cameras based on this chipset)
/linux-4.4.14/arch/c6x/
DKconfig85 of your chipset/board/processor.
/linux-4.4.14/drivers/net/wireless/
DKconfig75 tristate "Atmel at76c50x chipset 802.11b support"
85 Many cards based on this chipset do not have flash memory
/linux-4.4.14/drivers/scsi/ufs/
DKconfig84 Select this if you have UFS controller on QCOM chipset.
/linux-4.4.14/drivers/w1/slaves/
DKconfig54 in the DS2423 chipset from the w1_slave file under the
/linux-4.4.14/Documentation/hwmon/
Dlm8367 monitoring chipset. One temperature sensor is used for the motherboard
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h94 u32 chipset; member
/linux-4.4.14/drivers/net/irda/
DKconfig254 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.4.14/arch/alpha/
DKconfig143 For systems using the Digital ALCOR chipset: 5 chips (4, 64-bit data
174 Various 21264 systems with the tsunami core logic chipset.
209 Typhoon/Tsunami chipset family. Information on it is scanty.
303 AlphaServer ES45/DS25 SMP based on EV68 and Titan chipset.
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dl2cc.txt18 "brcm,bcm11351-a2-pl310-cache": For Broadcom bcm11351 chipset where an
/linux-4.4.14/drivers/net/ethernet/smsc/
DKconfig28 another SMC9192/9194 based chipset. Say Y if you want it compiled
/linux-4.4.14/arch/arm/mach-bcm/
DKconfig167 chipset.
/linux-4.4.14/drivers/watchdog/
DKconfig670 Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO
833 On some motherboards the driver may fail to reset the chipset's
854 Super I/0 chipset used on many motherboards.
936 This is the driver for the hardware watchdog on the PC87413 chipset
956 On some motherboards the driver may fail to reset the chipset's
1027 SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset
1039 Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
1060 southbridge chipset CX700, VX800/VX820 or VX855/VX875.
1099 This is the driver for the hardware watchdog on the W83877F chipset
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h172 __u16 chipset; /* from NV_PMC_BOOT_0 */ member
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeonfb.h315 int chipset; member
/linux-4.4.14/Documentation/scsi/
D53c700.txt23 define if the chipset must be supported in little endian mode on a big

12