Searched refs:chipset (Results 1 - 25 of 68) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsis_drv.c38 static int sis_driver_load(drm_device_t *dev, unsigned long chipset) argument
48 dev_priv->chipset = chipset;
H A Dvia_map.c98 int via_driver_load(drm_device_t *dev, unsigned long chipset) argument
109 dev_priv->chipset = chipset;
H A Dsis_drv.h57 unsigned int chipset; member in struct:drm_sis_private
H A Dmga_warp.c78 switch (dev_priv->chipset) {
147 switch (dev_priv->chipset) {
164 switch (dev_priv->chipset) {
H A Dvia_drv.h82 int chipset; member in struct:drm_via_private
126 extern int via_driver_load(drm_device_t *dev, unsigned long chipset);
H A Dmga_ioc32.c42 int chipset; member in struct:drm32_mga_init
74 || __put_user(init32.chipset, &init->chipset)
H A Dsavage_state.c211 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
323 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
359 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) {
386 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
455 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
574 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
604 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) {
640 } else if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
707 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
H A Dsavage_bci.c538 int savage_driver_load(drm_device_t *dev, unsigned long chipset) argument
549 dev_priv->chipset = (enum savage_family)chipset;
575 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
605 } else if (dev_priv->chipset != S3_SUPERSAVAGE &&
606 dev_priv->chipset != S3_SAVAGE2000) {
759 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
827 if (dev_priv->chipset <= S3_SAVAGE4) {
859 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
872 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Ddtc2278.c103 if (hwif->chipset != ide_unknown || mate->chipset != ide_unknown)
125 hwif->chipset = ide_dtc2278;
132 mate->chipset = ide_dtc2278;
H A Dumc8672.c151 hwif->chipset = ide_umc8672;
155 mate->chipset = ide_umc8672;
172 MODULE_PARM_DESC(probe, "probe for UMC8672 chipset");
191 MODULE_DESCRIPTION("Support for UMC 8672 IDE chipset");
H A Dqd65xx.c341 hwif->chipset = ide_qd65xx;
365 if (hwif->chipset != ide_qd65xx)
504 if (ide_hwifs[0].chipset != ide_qd65xx &&
505 ide_hwifs[1].chipset != ide_qd65xx)
515 MODULE_DESCRIPTION("support of qd65xx vlb ide chipset");
H A Dali14xx.c8 * ALI M14xx chipset EIDE controller
214 hwif->chipset = ide_ali14xx;
218 mate->chipset = ide_ali14xx;
H A Dht6560b.c194 ": chipset detected and initialized"
307 MODULE_PARM_DESC(probe, "probe for HT6560B chipset");
332 hwif->chipset = ide_ht6560b;
338 mate->chipset = ide_ht6560b;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dearly-quirks.c1 /* Various workarounds for chipset bugs.
25 "Looks like a VIA chipset. Disabling IOMMU. Override with iommu=allowed\n");
74 struct chipset { struct
79 static struct chipset early_qrk[] __initdata = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfb.h108 ((d)->chipset != INTEL_865G)*/
309 int chipset; member in struct:intelfb_info
358 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G)||(dinfo->chipset == INTEL_915GM)||((dinfo)->chipset == INTEL_945G)||(dinfo->chipset==INTEL_945GM))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Drz1000.c13 * mode of the RZ1000 IDE chipset, commonly used on Intel motherboards.
38 hwif->chipset = ide_rz1000;
41 printk(KERN_INFO "%s: disabled chipset read-ahead "
H A Ddelkin_cb.c81 hw.chipset = ide_pci; /* this enables IRQ sharing */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagp_backend.h56 enum chipset_type chipset; member in struct:agp_kern_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_sis.c14 * Original tests and design on the SiS620 chipset.
15 * ATA100 tests and design on the SiS735 chipset.
94 * SiS chipset.
868 struct sis_chipset *chipset = NULL; local
927 chipset = sets; /* Match found */
932 chipset = &sis100_early;
939 if (chipset == NULL) {
954 chipset = &sis133;
961 chipset = &sis133;
964 chipset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/h8300/
H A Dide-h8300.c72 hw->chipset = ide_generic;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c807 int chipset; /* DC21040, DC21041 or DC21140 */ member in struct:de4x5_private
867 ** o the chipset is the same
875 int chipset; member in struct:__anon5955
1035 int chipset; member in struct:InfoLeaf
1151 if (lp->chipset != DC21140) {
1152 if ((lp->chipset==DC21040) && (lp->params.autosense&TP_NW)) {
1155 if ((lp->chipset==DC21041) && (lp->params.autosense&BNC_AUI)) {
1233 if ((lp->chipset == DC21140) && (i == 0x20)) {
1253 if ((lp->chipset != DC21040) && (lp->chipset !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dopl3sa2.c39 * Scott Murray Reworked SA2 versus SA3 mixer code, updated chipset
140 int chipset; /* What's my version(s)? */ member in struct:__anon11037
328 if (devc->chipset == CHIPSET_OPL3SA3) {
573 printk(KERN_ERR PFX "Control I/O port %#x is not a YMF7xx chipset!\n",
586 PFX "Control I/O port %#x is not a YMF7xx chipset!\n",
593 * Determine chipset type (SA2 or SA3)
595 * This is done by looking at the chipset version in the lower 3 bits
602 opl3sa2_state[card].chipset = CHIPSET_UNKNOWN;
608 opl3sa2_state[card].chipset = CHIPSET_OPL3SA2;
613 opl3sa2_state[card].chipset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dsetup-pci.c49 if (hwif->chipset == ide_forced)
55 * If chipset is "ide_unknown", then claim that hwif slot.
56 * Otherwise, some other chipset has already claimed it.. :(
61 if (hwif->chipset == ide_unknown)
81 if (hwif->chipset == ide_unknown)
87 if (hwif->chipset == ide_unknown)
93 if (hwif->chipset == ide_unknown)
415 hwif->chipset = ide_pci;
523 printk(KERN_INFO "%s: chipset revision %d\n", d->name, class_rev);
541 * where the chipset setu
[all...]
H A Dide-probe.c20 * Version 1.03 fix for (hwif->chipset == ide_4drives)
23 * Version 1.05 fix for (hwif->chipset == ide_pdc4030)
730 if ((hwif->chipset != ide_4drives || !hwif->mate || !hwif->mate->present) &&
790 if (hwif->chipset != ide_4drives ||
1026 if (hwif->chipset != ide_pci ||
1027 h->chipset != ide_pci) {
1090 if (IDE_CHIPSET_IS_PCI(hwif->chipset)) {
1403 if (hwif->chipset == ide_unknown || hwif->chipset == ide_forced)
1404 hwif->chipset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dnv_driver.c164 unsigned int chipset = par->Chipset; local
232 if(chipset == NV_CHIP_IGEFORCE2) {
238 } else if (chipset == NV_CHIP_0x01F0) {

Completed in 142 milliseconds

123