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

1234567

/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv40.h15 if ((device->chipset & 0xf0) == 0x60)
18 return !(0x0baf & (1 << (device->chipset & 0x0f)));
H A Dctxnv50.c310 if (device->chipset == 0x50) {
317 if (IS_NVA3F(device->chipset))
321 if (device->chipset == 0x50)
323 else if (device->chipset < 0xa0)
328 if (device->chipset >= 0xa0)
330 if (IS_NVA3F(device->chipset)) {
344 if (device->chipset < 0xa0) {
347 } else if (!IS_NVA3F(device->chipset)) {
358 if (device->chipset == 0x50)
368 if (device->chipset
[all...]
H A Dctxnv40.c125 switch (device->chipset) {
190 if (device->chipset == 0x40) {
226 if (device->chipset == 0x4c ||
227 (device->chipset & 0xf0) == 0x60)
234 switch (device->chipset) {
243 switch (device->chipset) {
272 if (device->chipset == 0x40) {
276 if (device->chipset == 0x46 || device->chipset == 0x47 ||
277 device->chipset
[all...]
/drivers/gpu/drm/sis/
H A Dsis_drv.c40 static int sis_driver_load(struct drm_device *dev, unsigned long chipset) argument
52 dev_priv->chipset = chipset;
H A Dsis_drv.h59 unsigned int chipset; member in struct:drm_sis_private
/drivers/gpu/drm/via/
H A Dvia_map.c94 int via_driver_load(struct drm_device *dev, unsigned long chipset) argument
106 dev_priv->chipset = chipset;
/drivers/net/ethernet/samsung/
H A DKconfig9 If you have a network (Ethernet) chipset belonging to this class,
15 for your specific chipset/driver in the following questions.
/drivers/net/ethernet/davicom/
H A DKconfig11 Support for DM9000 chipset.
/drivers/video/fbdev/intelfb/
H A Dintelfb.h112 ((d)->chipset != INTEL_865G)*/
317 int chipset; member in struct:intelfb_info
366 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G) || \
367 ((dinfo)->chipset == INTEL_915GM) || \
368 ((dinfo)->chipset == INTEL_945G) || \
369 ((dinfo)->chipset == INTEL_945GM) || \
370 ((dinfo)->chipset == INTEL_945GME) || \
371 ((dinfo)->chipset == INTEL_965G) || \
372 ((dinfo)->chipset == INTEL_965GM))
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dnv30.c69 int b = (device->chipset > 0x30 ?
102 if (device->chipset == 0x30 ||
103 device->chipset == 0x31 ||
104 device->chipset == 0x35) {
106 int n = (device->chipset == 0x31 ? 2 : 4);
H A Dramnv1a.c49 if (nv_device(pfb)->chipset == 0x1a) {
/drivers/gpu/drm/nouveau/core/subdev/therm/
H A Dnv50.c98 int chipset = nv_device(therm)->chipset; local
103 if (chipset > 0x50 && chipset < 0x94) {
/drivers/gpu/drm/
H A DKconfig151 chipset. If M is selected the module will be called sis. AGP
159 chipset. If M is selected the module will be called via.
166 chipset. If M is selected the module will be called savage.
/drivers/ata/
H A Dpata_sis.c15 * Original tests and design on the SiS620 chipset.
16 * ATA100 tests and design on the SiS735 chipset.
119 * SiS chipset.
726 struct sis_chipset *chipset = NULL; local
787 chipset = sets; /* Match found */
790 chipset = &sis100_early;
797 if (chipset == NULL) {
814 chipset = &sis133;
822 chipset = &sis133;
825 chipset
[all...]
/drivers/gpu/drm/nouveau/core/engine/device/
H A Dbase.c96 switch (device->chipset) {
140 args->v0.chipset = device->chipset;
141 args->v0.revision = device->chipset >= 0x10 ? nv_rd32(device, 0) : 0x00;
332 /* identify the chipset, and determine classes of subdev/engines */
352 /* determine chipset and derive architecture from it */
354 device->chipset = (boot0 & 0x1ff00000) >> 20;
355 switch (device->chipset & 0x1f0) {
357 if (0x461 & (1 << (device->chipset & 0xf)))
383 device->chipset
[all...]
/drivers/gpu/drm/nouveau/core/engine/
H A Dfalcon.c84 if (device->chipset < 0xa3 ||
85 device->chipset == 0xaa || device->chipset == 0xac) {
120 device->chipset, falcon->addr >> 12);
139 device->chipset, falcon->addr >> 12);
154 device->chipset, falcon->addr >> 12);
/drivers/gpu/drm/mga/
H A Dmga_warp.c61 switch (dev_priv->chipset) {
142 switch (dev_priv->chipset) {
/drivers/gpu/drm/nouveau/core/subdev/instmem/
H A Dnv40.c79 if (device->chipset == 0x40) priv->base.reserved = 0x6aa0 * vs;
80 else if (device->chipset < 0x43) priv->base.reserved = 0x4f00 * vs;
/drivers/gpu/drm/nouveau/
H A Dnouveau_vga.c18 device->info.chipset >= 0x4c)
21 if (device->info.chipset >= 0x40)
/drivers/gpu/drm/nouveau/core/engine/disp/
H A Dvga.c149 if (dev->chipset == 0x11) {
178 if (nv_device(obj)->chipset == 0x11) {
206 if (nv_device(obj)->chipset == 0x11) {
214 if (nv_device(obj)->chipset == 0x11) {
/drivers/gpu/drm/nouveau/core/subdev/devinit/
H A Dnv20.c35 uint32_t mask = (device->chipset >= 0x25 ? 0x300 : 0x900);
/drivers/ide/
H A Dide-4drives.c12 MODULE_PARM_DESC(probe, "probe for generic IDE chipset with 4 drives/port");
28 .chipset = ide_4drives,
63 MODULE_DESCRIPTION("generic IDE chipset with 4 drives/port support");
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dnv50.c35 switch (nv_device(priv)->chipset) {
59 switch (nv_device(priv)->chipset) {
166 if (nv_device(priv)->chipset != 0xa0)
251 switch (nv_device(priv)->chipset) {
260 if (nv_device(priv)->chipset == 0xa0) /* wtf?? */
288 switch (nv_device(priv)->chipset) {
394 if (nv_device(priv)->chipset != 0x98)
402 if (nv_device(priv)->chipset != 0x98)
445 if (nv_device(priv)->chipset < 0x92)
520 switch (nv_device(priv)->chipset) {
[all...]
/drivers/net/ethernet/amd/
H A DKconfig12 If you have a network (Ethernet) chipset belonging to this class,
18 for your specific chipset/driver in the following questions.
94 on the AMD LANCE chipset: RieblCard (with or without battery), or
103 DEC (now Compaq) based on the AMD LANCE chipset, including the
104 DEPCA series. (This chipset is better known via the NE2100 cards.)
174 cards are based on the AMD LANCE chipset, which is better known
/drivers/iio/magnetometer/
H A Dak8975.c112 enum asahi_compass_chipset chipset; member in struct:ak8975_data
284 if (data->chipset == AK8963) {
481 enum asahi_compass_chipset *chipset)
488 *chipset = (int)id->driver_data;
540 data->chipset =
544 name = ak8975_match_acpi_device(&client->dev, &data->chipset);
480 ak8975_match_acpi_device(struct device *dev, enum asahi_compass_chipset *chipset) argument

Completed in 420 milliseconds

1234567