Home
last modified time | relevance | path

Searched refs:chipset (Results 1 – 25 of 107) sorted by relevance

12345

/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"
70 tristate "Intel 440LX/BX/GX, I8xx and E7x05 chipset support"
81 tristate "NVIDIA nForce/nForce2 chipset support"
88 tristate "SiS chipset support"
[all …]
/drivers/ata/
Dpata_sis.c681 struct sis_chipset *chipset = NULL; in sis_init_one() local
744 chipset = sets; /* Match found */ in sis_init_one()
747 chipset = &sis100_early; in sis_init_one()
754 if (chipset == NULL) { in sis_init_one()
769 chipset = &sis133; in sis_init_one()
776 chipset = &sis133; in sis_init_one()
779 chipset = &sis133; in sis_init_one()
785 if (chipset == NULL) { in sis_init_one()
806 chipset = &sis133_early; in sis_init_one()
809 chipset = &sis100; in sis_init_one()
[all …]
/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
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
/drivers/video/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.c77 dinfo->chipset = INTEL_830M; in intelfbhw_get_chipset()
83 dinfo->chipset = INTEL_845G; in intelfbhw_get_chipset()
96 dinfo->chipset = INTEL_855GME; in intelfbhw_get_chipset()
100 dinfo->chipset = INTEL_855GM; in intelfbhw_get_chipset()
104 dinfo->chipset = INTEL_852GME; in intelfbhw_get_chipset()
108 dinfo->chipset = INTEL_852GM; in intelfbhw_get_chipset()
112 dinfo->chipset = INTEL_85XGM; in intelfbhw_get_chipset()
118 dinfo->chipset = INTEL_865G; in intelfbhw_get_chipset()
124 dinfo->chipset = INTEL_915G; in intelfbhw_get_chipset()
130 dinfo->chipset = INTEL_915GM; in intelfbhw_get_chipset()
[all …]
/drivers/ide/
DKconfig217 comment "IDE chipset support/bugfixes"
220 tristate "generic/default IDE chipset support"
248 tristate "CMD640 chipset bugfix/support"
254 "SiS" chipset. Unfortunately, it has a number of rather nasty
345 tristate "OPTi 82C621 chipset enhanced support (EXPERIMENTAL)"
353 tristate "RZ1000 chipset bugfix/support"
358 Pentium motherboards, usually along with the "Neptune" chipset.
371 tristate "AEC62XX chipset support"
379 tristate "ALI M15x3 chipset support"
404 tristate "ATI IXP chipset IDE support"
[all …]
Dide-legacy.c36 hw->chipset = d->chipset; in ide_legacy_init_one()
Dide-generic.c47 hw.chipset = ide_generic; in store_add()
185 hw.chipset = ide_generic; in ide_generic_init()
/drivers/net/wireless/rt2x00/
Drt2x00.h911 static inline char rt2x00_rt(const struct rt2x00_chip *chipset, const u16 chip) in rt2x00_rt() argument
913 return (chipset->rt == chip); in rt2x00_rt()
916 static inline char rt2x00_rf(const struct rt2x00_chip *chipset, const u16 chip) in rt2x00_rf() argument
918 return (chipset->rf == chip); in rt2x00_rf()
921 static inline u16 rt2x00_rev(const struct rt2x00_chip *chipset) in rt2x00_rev() argument
923 return chipset->rev; in rt2x00_rev()
926 static inline u16 rt2x00_check_rev(const struct rt2x00_chip *chipset, in rt2x00_check_rev() argument
929 return (((chipset->rev & 0xffff0) == rev) && in rt2x00_check_rev()
930 !!(chipset->rev & 0x0000f)); in rt2x00_check_rev()
DKconfig26 This adds support for rt2400 wireless chipset family.
37 This adds support for rt2500 wireless chipset family.
51 This adds support for rt2501 wireless chipset family.
62 This adds support for rt2500 wireless chipset family.
75 This adds support for rt2501 wireless chipset family.
/drivers/net/tulip/
Dde4x5.c806 int chipset; /* DC21040, DC21041 or DC21140 */ member
874 int chipset; member
1032 int chipset; member
1159 if (lp->chipset != DC21140) { in de4x5_hw_init()
1160 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) { in de4x5_hw_init()
1163 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) { in de4x5_hw_init()
1239 if ((lp->chipset == DC21140) && (i == 0x20)) { in de4x5_hw_init()
1259 if ((lp->chipset != DC21040) && (lp->chipset != DC21041)) { in de4x5_hw_init()
1403 bmr = (lp->chipset==DC21140 ? PBL_8 : PBL_4) | DESC_SKIP_LEN | DE4X5_CACHE_ALIGN; in de4x5_sw_reset()
1404 bmr |= ((lp->chipset & ~0x00ff)==DC2114x ? BMR_RML : 0); in de4x5_sw_reset()
[all …]
/drivers/gpu/drm/sis/
Dsis_drv.c38 static int sis_driver_load(struct drm_device *dev, unsigned long chipset) in sis_driver_load() argument
48 dev_priv->chipset = chipset; in sis_driver_load()
/drivers/gpu/drm/via/
Dvia_map.c94 int via_driver_load(struct drm_device *dev, unsigned long chipset) in via_driver_load() argument
105 dev_priv->chipset = chipset; in via_driver_load()
Dvia_drv.h83 int chipset; member
127 extern int via_driver_load(struct drm_device *dev, unsigned long chipset);
/drivers/edac/
DKconfig15 supporting chipset or other subsystems:
117 i5400 MCH chipset (Seaburg).
124 82860 chipset.
127 tristate "Radisys 82600 embedded chipset"
131 82600 embedded chipset.
134 tristate "Intel Greencreek/Blackford chipset"
/drivers/idle/
DKconfig9 tristate "Intel chipset idle memory power saving driver"
14 chipsets. The chipset must have I/O AT support, such as the
/drivers/gpu/drm/mga/
Dmga_warp.c78 switch (dev_priv->chipset) { in mga_warp_microcode_size()
147 switch (dev_priv->chipset) { in mga_warp_install_microcode()
166 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()
/drivers/gpu/drm/savage/
Dsavage_bci.c538 int savage_driver_load(struct drm_device *dev, unsigned long chipset) in savage_driver_load() argument
549 dev_priv->chipset = (enum savage_family)chipset; in savage_driver_load()
575 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_driver_firstopen()
605 } else if (dev_priv->chipset != S3_SUPERSAVAGE && in savage_driver_firstopen()
606 dev_priv->chipset != S3_SAVAGE2000) { in savage_driver_firstopen()
759 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci()
827 if (dev_priv->chipset <= S3_SAVAGE4) { in savage_do_init_bci()
859 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci()
872 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci()
881 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()
/drivers/media/dvb/siano/
DKconfig9 Choose Y here if you have a USB dongle with a SMS1XXX chipset.
19 Choose Y here if you have a USB dongle with a SMS1XXX chipset
/drivers/video/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()
/drivers/net/
D8139too.c603 chip_t chipset; member
862 tp->chipset = i; in rtl8139_init_board()
871 tp->chipset = 0; in rtl8139_init_board()
877 if (tp->chipset >= CH_8139B) { in rtl8139_init_board()
880 if ((rtl_chip_info[tp->chipset].flags & HasLWake) && in rtl8139_init_board()
889 if (rtl_chip_info[tp->chipset].flags & HasLWake) { in rtl8139_init_board()
1035 dev->name, rtl_chip_info[tp->chipset].name); in rtl8139_init_one()
1090 if (rtl_chip_info[tp->chipset].flags & HasHltClk) in rtl8139_init_one()
1374 if (rtl_chip_info[tp->chipset].flags & HasHltClk) in rtl8139_hw_start()
1396 if (tp->chipset >= CH_8139B) { in rtl8139_hw_start()
[all …]
/drivers/gpu/drm/
DKconfig109 chipset. If M is selected the module will be called sis. AGP
117 chipset. If M is selected the module will be called via.
124 chipset. If M is selected the module will be called savage.
/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

12345