| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | Kconfig | 67 Select this option will enable support for 8822BE chipset 78 Select this option will enable support for 8822BS chipset 89 Select this option will enable support for 8822BU chipset 100 Select this option will enable support for 8822CE chipset 111 Select this option will enable support for 8822CS chipset 122 Select this option will enable support for 8822CU chipset 133 Select this option will enable support for 8723DE chipset 144 Select this option will enable support for 8723DS chipset 155 Select this option to enable support for 8723CS chipset (EXPERIMENTAL) 169 Select this option will enable support for 8723DU chipset [all …]
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A 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. 71 This adds support for rt27xx/rt28xx/rt30xx wireless chipset family. 83 This adds support for rt33xx wireless chipset family to the 91 This adds support for rt35xx wireless chipset family to the 100 This adds support for rt53xx wireless chipset family to the 108 This adds support for rt3290 wireless chipset family to the 119 This adds support for rt2500 wireless chipset family. 132 This adds support for rt2501 wireless chipset family. [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A 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 …]
|
| H A 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 …]
|
| /linux/drivers/char/agp/ |
| H A 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 …]
|
| /linux/drivers/net/arcnet/ |
| H A 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
|
| /linux/arch/arm/mach-bcm/ |
| H A D | Kconfig | 175 embedded in the chipset. 197 chipset. 210 BCA chipset. 223 based chipset. 239 based BCA chipset. 241 This enables support for Broadcom BCA ARM A9 broadband chipset. Currently 249 based BCA chipset. 251 This enables support for Broadcom BCA ARM B15 broadband chipset. Currently
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-sis630.rst | 7 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux) 8 730 chipset 9 964 chipset 22 above to check if it works for you chipset, 54 in your ``lspci`` output , then this driver is for your chipset.
|
| /linux/drivers/misc/mei/ |
| H A D | Kconfig | 24 7 Series Chipset Family 25 6 Series Chipset Family 26 5 Series Chipset Family 27 4 Series Chipset Family 28 Mobile 4 Series Chipset Family
|
| /linux/drivers/ufs/host/ |
| H A D | Kconfig | 69 Select this if you have UFS controller on QCOM chipset. 84 Select this if you have UFS controller on Mediatek chipset. 94 Select this if you have UFS controller on Hisilicon chipset. 105 Select this if you have UFS controller on Renesas chipset. 143 Select this if you have UFS controller on Unisoc chipset. 155 Select this if you have UFS controller on Rockchip chipset.
|
| /linux/drivers/ata/ |
| H A D | pata_sis.c | 16 * Original tests and design on the SiS620 chipset. 17 * ATA100 tests and design on the SiS735 chipset. 119 * SiS chipset. 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() [all …]
|
| H A D | pata_rz1000.c | 12 * mode of the RZ1000 IDE chipset, commonly used on Intel motherboards. 72 dev_info(&pdev->dev, "disabled chipset readahead.\n"); in rz1000_fifo_disable() 82 * handling except that we *MUST* kill the chipset readahead or the 100 dev_err(&pdev->dev, "failed to disable read-ahead on chipset.\n"); in rz1000_init_one()
|
| /linux/Documentation/devicetree/bindings/net/bluetooth/ |
| H A D | nxp,88w8987-bt.yaml | 51 connected to BT_WAKE_IN pin of the NXP chipset. 56 The GPIO number of the NXP chipset used for BT_WAKE_IN. 62 connected to BT_WAKE_OUT pin of the NXP chipset. 73 The GPIO number of the NXP chipset used for BT_WAKE_OUT.
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | nv_driver.c | 103 switch(par->Chipset & 0xffff) { in riva_is_second() 159 unsigned int chipset = par->Chipset; in riva_get_memlen() local 228 if(chipset == NV_CHIP_IGEFORCE2) { in riva_get_memlen() 234 } else if (chipset == NV_CHIP_0x01F0) { in riva_get_memlen() 341 switch (par->Chipset & 0xffff) { in riva_common_setup() 377 switch (par->Chipset & 0x0ff0) { in riva_common_setup() 379 if (par->Chipset == NV_CHIP_GEFORCE2_GO) in riva_common_setup() 421 RivaGetConfig(&par->riva, par->pdev, par->Chipset); in riva_common_setup()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A 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()
|
| /linux/drivers/video/fbdev/via/ |
| H A D | hw.h | 136 /* VT3314 chipset*/ 175 /* VT3336 chipset*/ 194 /* VT3327 chipset*/ 212 /* VT3364 chipset*/ 579 /* support VT3314 chipset */ 582 /* VT3324 chipset */ 585 /* VT3204 chipset*/ 587 /* VT3336 chipset*/ 589 /* VT3327 chipset*/ 591 /* VT3293 chipset*/ [all …]
|
| /linux/drivers/watchdog/ |
| H A D | f71808e_wdt.c | 41 #define SIO_F71808_ID 0x0901 /* Chipset ID */ 42 #define SIO_F71858_ID 0x0507 /* Chipset ID */ 43 #define SIO_F71862_ID 0x0601 /* Chipset ID */ 44 #define SIO_F71868_ID 0x1106 /* Chipset ID */ 45 #define SIO_F71869_ID 0x0814 /* Chipset ID */ 46 #define SIO_F71869A_ID 0x1007 /* Chipset ID */ 47 #define SIO_F71882_ID 0x0541 /* Chipset ID */ 48 #define SIO_F71889_ID 0x0723 /* Chipset ID */ 49 #define SIO_F81803_ID 0x1210 /* Chipset ID */ 50 #define SIO_F81865_ID 0x0704 /* Chipset ID */ [all …]
|
| H A D | sp5100_tco.h | 32 /* For SP5100/SB7x0/SB8x0 chipset */ 36 /* For SP5100/SB7x0 chipset */ 50 /* For SB8x0(or later) chipset */
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A 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
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | Kconfig | 12 If you have a network (Ethernet) chipset belonging to this class, 18 be asked for your specific chipset/driver in the following questions. 70 MIPS chipset family (BCM63XX). 84 Broadcom BCM7xxx Set Top Box family chipset. 203 Broadcom BCM7xxx Set Top Box family chipset using an internal
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_hw.c | 152 if (((par->Chipset & 0xfff0) == 0x0290) || in nvGetClocks() 153 ((par->Chipset & 0xfff0) == 0x0390)) { in nvGetClocks() 200 if (((par->Chipset & 0x0ff0) == 0x0300) || in nvGetClocks() 201 ((par->Chipset & 0x0ff0) == 0x0330)) { in nvGetClocks() 688 if ((par->Chipset & 0x0FF0) == 0x01A0) { in nForceUpdateArbitrationSettings() 904 if ((par->Chipset & 0xfff0) == 0x0240 || in NVCalcStateExt() 905 (par->Chipset & 0xfff0) == 0x03d0) { in NVCalcStateExt() 908 } else if (((par->Chipset & 0xffff) == 0x01A0) || in NVCalcStateExt() 909 ((par->Chipset & 0xffff) == 0x01f0)) { in NVCalcStateExt() 963 (par->Chipset & 0xfff0) == 0x0040) { in NVLoadStateExt() [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | io_ordering.rst | 9 chipset to flush pending writes to the device before any reads are posted. A 49 Here, the reads from safe_register will cause the I/O chipset to flush any 50 pending writes before actually posting the read to the chipset, preventing
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A 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_()
|
| /linux/drivers/gpio/ |
| H A D | gpio-f7188x.c | 37 #define SIO_F71869_ID 0x0814 /* F71869 chipset ID */ 38 #define SIO_F71869A_ID 0x1007 /* F71869A chipset ID */ 39 #define SIO_F71882_ID 0x0541 /* F71882 chipset ID */ 40 #define SIO_F71889_ID 0x0909 /* F71889 chipset ID */ 41 #define SIO_F71889A_ID 0x1005 /* F71889A chipset ID */ 42 #define SIO_F81866_ID 0x1010 /* F81866 chipset ID */ 43 #define SIO_F81804_ID 0x1502 /* F81804 chipset ID, same for F81966 */ 44 #define SIO_F81865_ID 0x0704 /* F81865 chipset ID */ 51 #define SIO_NCT6126D_ID 0xD283 /* NCT6126D chipset ID */
|
| /linux/drivers/net/ethernet/samsung/ |
| H A D | Kconfig | 10 If you have a network (Ethernet) chipset belonging to this class, 16 for your specific chipset/driver in the following questions.
|