Searched refs:chipset (Results 26 - 50 of 68) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c78 dinfo->chipset = INTEL_830M;
84 dinfo->chipset = INTEL_845G;
97 dinfo->chipset = INTEL_855GME;
101 dinfo->chipset = INTEL_855GM;
105 dinfo->chipset = INTEL_852GME;
109 dinfo->chipset = INTEL_852GM;
113 dinfo->chipset = INTEL_85XGM;
119 dinfo->chipset = INTEL_865G;
125 dinfo->chipset = INTEL_915G;
131 dinfo->chipset
[all...]
H A Dintelfb_i2c.c152 switch(dinfo->chipset) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dcmd640.c422 if (hwif->chipset == ide_unknown || hwif->chipset == ide_forced) {
494 * This routine retrieves the initial drive timings from the chipset.
523 * for a drive into the cmd640 chipset registers to active them.
551 * Convert setup_count to internal chipset representation
715 * Probe for a cmd640 chipset, and initialize it if found. Called from ide.c
770 cmd_hwif0->chipset = ide_cmd640;
822 cmd_hwif1->chipset = ide_cmd640;
H A Dtrm290.c25 * DMA is not enabled automatically for this chipset,
254 hwif->chipset = ide_trm290;
H A Dsgiioc4.c629 if (hwif->chipset == ide_unknown)
670 hwif->chipset = ide_pci;
679 /* Initializing chipset IRQ Registers */
H A Dcy82c693.c7 * CYPRESS CY82C693 chipset IDE controller
9 * The CY82C693 chipset is used on Digital's PC-Alpha 164SX boards.
43 * ASK@1998-10-27: v0.1 first version - chipset detection
449 hwif->chipset = ide_cy82c693;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_drm.h63 unsigned int chipset; member in struct:_drm_i915_init
H A Dvia_irq.c261 if (dev_priv->chipset == VIA_PRO_GROUP_A ||
262 dev_priv->chipset == VIA_DX9_0) {
H A Dsavage_drv.h133 enum savage_family chipset; member in struct:drm_savage_private
211 extern int savage_driver_load(drm_device_t *dev, unsigned long chipset);
H A Dmga_drm.h272 int chipset; member in struct:drm_mga_init
H A Dsis_mm.c270 if (dev_priv->chipset != SIS_CHIP_315)
H A Dmga_drv.h87 int chipset; member in struct:drm_mga_private
231 if ( dev_priv->chipset >= MGA_CARD_TYPE_G400 ) { \
H A Dmga_state.c56 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) {
435 if (dev_priv->chipset >= MGA_CARD_TYPE_G400) {
1048 value = dev_priv->chipset;
H A Dvia_verifier.c971 cme_video = (dev_priv->chipset == VIA_PRO_GROUP_A ||
972 dev_priv->chipset == VIA_DX9_0);
974 supported_3d = dev_priv->chipset != VIA_DX9_0;
1011 DRM_ERROR("Accelerated 3D is not supported on this chipset yet.\n");
H A Ddrm_agpsupport.c471 if (head->agp_info.chipset == NOT_SUPPORTED) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dbootinfo.h82 #define BI_AMIGA_CHIPSET 0x8006 /* native chipset present (u_long) */
288 unsigned long chipset; member in struct:compat_bi_Amiga
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide.c110 * Specifically Promise's PDC20262 chipset.
446 hwif->chipset = tmp_hwif->chipset;
776 hwif->chipset = hw->chipset;
850 if (HWIF(drive)->chipset == ide_dtc2278)
1458 * Cryptic check to ensure chipset not already set for hwif.
1459 * Note: we can't depend on hwif->chipset here.
1462 /* chipset already specified */
1469 /* chipset alread
[all...]
H A Dide-dma.c18 * the 430 FX chipset), the PIIX3 (i82371SB for the 430 HX/VX and
19 * 440 chipsets), and the PIIX4 (i82371AB for the 430 TX chipset)
29 * or mode1 (multi/single) DMA should also work with this chipset/driver
63 * "TX" chipset compatibility and for providing patches for the "TX" chipset.
240 unsigned int is_trm290 = (hwif->chipset == ide_trm290) ? 1 : 0;
1020 if (hwif->chipset != ide_trm290) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D8139too.c593 chip_t chipset; member in struct:rtl8139_private
871 tp->chipset = i;
880 tp->chipset = 0;
883 DPRINTK ("chipset id (%d) == index %d, '%s'\n",
886 if (tp->chipset >= CH_8139B) {
889 if ((rtl_chip_info[tp->chipset].flags & HasLWake) &&
898 if (rtl_chip_info[tp->chipset].flags & HasLWake) {
1006 /* note: tp->chipset set in rtl8139_init_board */
1039 dev->name, rtl_chip_info[tp->chipset].name);
1094 if (rtl_chip_info[tp->chipset]
[all...]
H A Dpci-skeleton.c482 chip_t chipset; member in struct:netdrv_private
696 tp->chipset = i;
705 tp->chipset = 0;
708 DPRINTK ("chipset id (%d) == index %d, '%s'\n",
710 tp->chipset,
711 rtl_chip_info[tp->chipset].name);
791 /* note: tp->chipset set in netdrv_init_board */
815 dev->name, rtl_chip_info[tp->chipset].name);
1155 (NETDRV_R32 (RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
1876 (NETDRV_R32 (RxConfig) & rtl_chip_info[tp->chipset]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dagp.h244 enum chipset_type chipset; member in struct:agp_device_ids
H A Dgeneric.c360 info->chipset = NOT_SUPPORTED;
366 info->chipset = SUPPORTED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.c2084 unsigned int chipset
2099 if(chipset == NV_CHIP_IGEFORCE2) {
2104 } else if(chipset == NV_CHIP_0x01F0) {
2150 switch (chipset & 0x0ff0) {
2184 switch(chipset & 0x0ff0) {
2206 unsigned int chipset
2227 nv10GetConfig(chip, chipset);
2232 chip->Chipset = chipset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c154 hw.chipset = ide_pci;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeonfb.h308 int chipset; member in struct:radeonfb_info

Completed in 238 milliseconds

123