/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 | 123 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 …]
|
D | nv40.c | 183 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()
|
D | nv40.h | 41 if ((device->chipset & 0xf0) == 0x60) in nv44_gr_class() 44 return !(0x0aaf & (1 << (device->chipset & 0x0f))); in nv44_gr_class()
|
D | nv50.c | 294 if (device->chipset < 0xa0) in nv50_gr_mp_trap() 338 if (device->chipset < 0xa0) in nv50_gr_tp_trap() 701 if (device->chipset < 0xa0) { in nv50_gr_init() 731 switch (device->chipset & 0xf0) { in nv50_gr_init() 739 if (device->chipset == 0xa0 || in nv50_gr_init() 740 device->chipset == 0xaa || in nv50_gr_init() 741 device->chipset == 0xac) { in nv50_gr_init()
|
/drivers/char/agp/ |
D | Kconfig | 12 as a sort of "AGP driver" for the motherboard's chipset. 31 tristate "ALI chipset support" 37 For the ALi-chipset question, ALi suggests you refer to 40 The M1541 chipset can do AGP 1x and 2x, but note that there is an 42 timing issues, this chipset cannot do AGP 2x with the G200. 46 tristate "ATI chipset support" 53 tristate "AMD Irongate, 761, and 762 chipset support" 70 tristate "Intel 440LX/BX/GX, I8xx and E7x05 chipset support" 82 tristate "NVIDIA nForce/nForce2 chipset support" 89 tristate "SiS chipset support" [all …]
|
/drivers/net/wireless/ralink/rt2x00/ |
D | Kconfig | 28 This adds support for rt2400 wireless chipset family. 40 This adds support for rt2500 wireless chipset family. 55 This adds support for rt2501 wireless chipset family. 72 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. 84 This adds support for rt33xx wireless chipset family to the 92 This adds support for rt35xx wireless chipset family to the 101 This adds support for rt53xx wireless chipset family to the 109 This adds support for rt3290 wireless chipset family to the 120 This adds support for rt2500 wireless chipset family. 133 This adds support for rt2501 wireless chipset family. [all …]
|
/drivers/ata/ |
D | pata_sis.c | 727 struct sis_chipset *chipset = NULL; in sis_init_one() local 788 chipset = sets; /* Match found */ in sis_init_one() 791 chipset = &sis100_early; in sis_init_one() 798 if (chipset == NULL) { in sis_init_one() 815 chipset = &sis133; in sis_init_one() 823 chipset = &sis133; in sis_init_one() 826 chipset = &sis133; in sis_init_one() 832 if (chipset == NULL) { in sis_init_one() 853 chipset = &sis133_early; in sis_init_one() 856 chipset = &sis100; in sis_init_one() [all …]
|
/drivers/video/fbdev/intelfb/ |
D | intelfb.h | 316 int chipset; member 365 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G) || \ 366 ((dinfo)->chipset == INTEL_915GM) || \ 367 ((dinfo)->chipset == INTEL_945G) || \ 368 ((dinfo)->chipset == INTEL_945GM) || \ 369 ((dinfo)->chipset == INTEL_945GME) || \ 370 ((dinfo)->chipset == INTEL_965G) || \ 371 ((dinfo)->chipset == INTEL_965GM))
|
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv30.c | 69 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()
|
/drivers/net/arcnet/ |
D | Kconfig | 15 chipset of your card. If you don't know, then it's probably a 16 COM90xx type card, so say Y (or M) to "ARCnet COM90xx chipset 74 tristate "ARCnet COM90xx (normal) chipset driver" 76 This is the chipset driver for the standard COM90xx cards. If you 84 tristate "ARCnet COM90xx (IO mapped) chipset driver" 86 This is the chipset driver for the COM90xx cards, using them in 95 tristate "ARCnet COM90xx (RIM I) chipset driver" 97 This is yet another chipset driver for the COM90xx cards, but this 106 tristate "ARCnet COM20020 chipset driver" 109 This is the driver for the new COM20020 chipset. It supports such
|
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv50.c | 35 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() 403 if (device->chipset != 0x98) in nv50_clk_calc() 411 if (device->chipset != 0x98) in nv50_clk_calc() 454 if (device->chipset < 0x92) in nv50_clk_calc() 528 switch (device->chipset) { in nv50_clk_new_()
|
/drivers/net/wireless/realtek/rtw88/ |
D | Kconfig | 38 Select this option will enable support for 8822BE chipset 49 Select this option will enable support for 8822CE chipset 60 Select this option will enable support for 8723DE chipset 71 Select this option will enable support for 8821CE chipset
|
/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 808 int chipset; /* DC21040, DC21041 or DC21140 */ member 876 int chipset; member 1035 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/via/ |
D | via_map.c | 99 int via_driver_load(struct drm_device *dev, unsigned long chipset) in via_driver_load() argument 112 dev_priv->chipset = chipset; in via_driver_load()
|
/drivers/gpu/drm/sis/ |
D | sis_drv.c | 42 static int sis_driver_load(struct drm_device *dev, unsigned long chipset) in sis_driver_load() argument 55 dev_priv->chipset = chipset; in sis_driver_load()
|
/drivers/mfd/ |
D | lpc_ich.c | 88 int chipset; member 837 switch (lpc_chipset_info[priv->chipset].iTCO_version) { in lpc_ich_enable_acpi_space() 891 info = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_wdt_cell() 906 cell->platform_data = &lpc_chipset_info[priv->chipset]; in lpc_ich_finalize_gpio_cell() 981 switch (lpc_chipset_info[priv->chipset].gpio_version) { in lpc_ich_init_gpio() 997 lpc_chipset_info[priv->chipset].use_gpio = ret; in lpc_ich_init_gpio() 1053 if (lpc_chipset_info[priv->chipset].iTCO_version == 1) { in lpc_ich_init_wdt() 1056 } else if (lpc_chipset_info[priv->chipset].iTCO_version == 2) { in lpc_ich_init_wdt() 1068 } else if (lpc_chipset_info[priv->chipset].iTCO_version == 3) { in lpc_ich_init_wdt() 1145 info->type = lpc_chipset_info[priv->chipset].spi_type; in lpc_ich_init_spi() [all …]
|
/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 41 int chipset; member 70 memcpy(&init.chipset, &init32.chipset, in compat_mga_init() 72 offsetof(drm_mga_init_t, chipset)); in compat_mga_init()
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | vga.c | 136 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()
|
D | nv04.c | 52 if (device->chipset >= 0x10 && device->chipset <= 0x40) { in nv04_disp_intr()
|
/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 138 if (device->chipset < 0xa3 || in nvkm_falcon_oneinit() 139 device->chipset == 0xaa || device->chipset == 0xac) { in nvkm_falcon_oneinit() 194 device->chipset, falcon->addr >> 12); in nvkm_falcon_init() 213 device->chipset, falcon->addr >> 12); in nvkm_falcon_init() 228 device->chipset, falcon->addr >> 12); in nvkm_falcon_init()
|
/drivers/net/wireless/microchip/wilc1000/ |
D | Kconfig | 17 WILC1000 chipset. The Atmel WILC1000 SDIO is a full speed interface. 33 WILC1000 chipset. The Atmel WILC1000 has a Serial Peripheral 45 chipset. This OOB interrupt is intended to provide a faster interrupt
|
/drivers/net/ethernet/amd/ |
D | Kconfig | 13 If you have a network (Ethernet) chipset belonging to this class, 19 for your specific chipset/driver in the following questions. 84 on the AMD LANCE chipset: RieblCard (with or without battery), or 93 DEC (now Compaq) based on the AMD LANCE chipset, including the 94 DEPCA series. (This chipset is better known via the NE2100 cards.) 163 cards are based on the AMD LANCE chipset, which is better known
|
/drivers/gpu/drm/savage/ |
D | savage_bci.c | 548 int savage_driver_load(struct drm_device *dev, unsigned long chipset) in savage_driver_load() argument 559 dev_priv->chipset = (enum savage_family)chipset; in savage_driver_load() 580 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_driver_firstopen() 602 } else if (dev_priv->chipset != S3_SUPERSAVAGE && in savage_driver_firstopen() 603 dev_priv->chipset != S3_SAVAGE2000) { in savage_driver_firstopen() 746 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 814 if (dev_priv->chipset <= S3_SAVAGE4) { in savage_do_init_bci() 846 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 859 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) { in savage_do_init_bci() 868 if (S3_SAVAGE3D_SERIES(dev_priv->chipset)) in savage_do_init_bci()
|
/drivers/net/ethernet/samsung/ |
D | Kconfig | 10 If you have a network (Ethernet) chipset belonging to this class, 16 for your specific chipset/driver in the following questions.
|