/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 63 azoteq,ati-frac-div-fine: 67 description: Specifies the preloaded ATI fine fractional divider. 69 azoteq,ati-frac-div-coarse: 73 description: Specifies the preloaded ATI coarse fractional divider. 75 azoteq,ati-comp-select: 79 description: Specifies the preloaded ATI compensation selection. 129 azoteq,timeout-ati-ms: 134 Specifies the delay (in ms) before ATI is retried following an ATI error. 136 azoteq,rate-ati-ms: 139 description: Specifies the rate (in ms) at which ATI status is evaluated. [all …]
|
H A D | iqs626a.yaml | 74 azoteq,ati-band-disable: 76 description: Disables the ATI band check. 78 azoteq,ati-lp-only: 80 description: Limits automatic ATI to low-power mode. 123 Applies an 8-count offset to all long-term averages upon either ATI or 177 azoteq,ati-exclude: 180 Prevents the channel from participating in an ATI event that is 222 azoteq,ati-mode: 226 Specifies the channel's ATI mode as follows: 236 azoteq,ati-base: [all …]
|
H A D | iqs269a.yaml | 67 Applies an 8-count offset to all long-term averages upon either ATI or 136 azoteq,ati-band-disable: 138 description: Disables the ATI band check. 140 azoteq,ati-lp-only: 142 description: Limits automatic ATI to low-power mode. 144 azoteq,ati-band-tighten: 146 description: Tightens the ATI band from 1/8 to 1/16 of the desired target. 325 azoteq,ati-mode: 330 Specifies the channel's ATI mode as follows: 336 azoteq,ati-base: [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 126 azoteq,timeout-ati-ms: 132 (ATI) is retried in the event it fails to complete. 228 azoteq,ati-frac-div-fine: 232 description: Specifies the trackpad's ATI fine fractional divider. 234 azoteq,ati-frac-mult-coarse: 238 description: Specifies the trackpad's ATI coarse fractional multiplier. 240 azoteq,ati-frac-div-coarse: 244 description: Specifies the trackpad's ATI coarse fractional divider. 246 azoteq,ati-comp-div: 250 description: Specifies the trackpad's ATI compensation divider. [all …]
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_intel.c | 73 /* Defines for ATI HD Audio support in SB450 south bridge */ 91 /* ICH, ATI and VIA have 4 playback and 4 capture */ 99 /* ATI HDMI may have up to 8 playbacks and 0 capture */ 292 /* quirks for ATI SB / AMD Hudson */ 295 AZX_DCAPS_SNOOP_TYPE(ATI)) 297 /* quirks for ATI/AMD HDMI */ 302 /* quirks for ATI HDMI with snoop off */ 309 AZX_DCAPS_SNOOP_TYPE(ATI) | AZX_DCAPS_PM_RUNTIME |\ 339 [AZX_DRIVER_ATI] = "HDA ATI SB", 340 [AZX_DRIVER_ATIHDMI] = "HDA ATI HDMI", [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | pata_atiixp.c | 3 * pata_atiixp.c - ATI PATA for new ATA layer 11 * Copyright (C) 2003 ATI Inc. <hyu@ati.com> 293 { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP200_IDE), }, 294 { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP300_IDE), }, 295 { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP400_IDE), }, 296 { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP600_IDE), }, 297 { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP700_IDE), }, 317 MODULE_DESCRIPTION("low-level driver for ATI IXP200/300/400");
|
/openbmc/linux/drivers/media/rc/keymaps/ |
H A D | rc-ati-x10.c | 3 * ATI X10 RF remote keytable 18 * Source: ATI REMOTE WONDER™ Installation Guide 19 * http://www2.ati.com/manuals/remctrl.pdf 22 * original ATI Remote Wonder, but were moved on later models. 93 /* Extra keys, not on the original ATI remote */
|
H A D | rc-ati-tv-wonder-hd-600.c | 2 // ati-tv-wonder-hd-600.h - Keytable for ati_tv_wonder_hd_600 Remote Controller 11 /* ATI TV Wonder HD 600 USB
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | Kconfig | 4 tristate "ATI Radeon" 30 Choose this option if you have an ATI Radeon graphics card. There
|
/openbmc/linux/drivers/input/misc/ |
H A D | iqs7222.c | 902 .name = "azoteq,ati-frac-div-fine", 907 .label = "ATI fine fractional divider", 910 .name = "azoteq,ati-frac-div-coarse", 915 .label = "ATI coarse fractional divider", 918 .name = "azoteq,ati-comp-select", 923 .label = "ATI compensation selection", 926 .name = "azoteq,ati-band", 931 .label = "ATI band", 977 .name = "azoteq,ati-target", 983 .label = "ATI target", [all …]
|
H A D | iqs626a.c | 620 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs626_parse_ati_target() 623 "Invalid %s channel ATI target: %u\n", in iqs626_parse_ati_target() 633 !fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs626_parse_ati_target() 653 "Invalid %s channel ATI base: %u\n", in iqs626_parse_ati_target() 786 if (!fwnode_property_read_u32(tc_node, "azoteq,ati-base", in iqs626_parse_trackpad() 791 "Invalid %s %s ATI base: %u\n", in iqs626_parse_trackpad() 924 if (!fwnode_property_present(ch_node, "azoteq,ati-exclude")) in iqs626_parse_channel() 978 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs626_parse_channel() 981 "Invalid %s channel ATI mode: %u\n", in iqs626_parse_channel() 1059 if (fwnode_property_present(ch_node, "azoteq,ati-band-tighten")) in iqs626_parse_channel() [all …]
|
H A D | iqs269a.c | 630 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan() 634 "Invalid channel %u ATI mode: %u\n", reg, val); in iqs269_parse_chan() 639 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan() 643 "Invalid channel %u ATI base: %u\n", reg, val); in iqs269_parse_chan() 648 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan() 652 "Invalid channel %u ATI target: %u\n", reg, in iqs269_parse_chan() 870 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs269_parse_prop() 874 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs269_parse_prop() 878 if (device_property_present(&client->dev, "azoteq,ati-band-tighten")) in iqs269_parse_prop() 966 * Volunteer all active channels to participate in ATI when REDO-ATI is in iqs269_parse_prop() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/ |
H A D | xf86-video-ati_22.0.0.bb | 5 SUMMARY = "X.Org X server -- ATI Radeon video driver" 7 DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | iqs7211.c | 490 .name = "azoteq,ati-frac-div-fine", 508 .label = "ATI fine fractional divider", 511 .name = "azoteq,ati-frac-mult-coarse", 529 .label = "ATI coarse fractional multiplier", 532 .name = "azoteq,ati-frac-div-coarse", 550 .label = "ATI coarse fractional divider", 553 .name = "azoteq,ati-comp-div", 569 .label = "ATI compensation divider", 572 .name = "azoteq,ati-comp-div", 581 .label = "ATI compensation divider", [all …]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-designware-pcidrv.c | 406 { PCI_VDEVICE(ATI, 0x7314), navi_amd }, 407 { PCI_VDEVICE(ATI, 0x73a4), navi_amd }, 408 { PCI_VDEVICE(ATI, 0x73e4), navi_amd }, 409 { PCI_VDEVICE(ATI, 0x73c4), navi_amd }, 410 { PCI_VDEVICE(ATI, 0x7444), navi_amd }, 411 { PCI_VDEVICE(ATI, 0x7464), navi_amd },
|
/openbmc/linux/drivers/input/mouse/ |
H A D | inport.c | 13 * Inport (ATI XL and Microsoft) busmouse driver for Linux 26 MODULE_DESCRIPTION("Inport (ATI XL and Microsoft) busmouse driver"); 43 #define INPORT_NAME "ATI XL Mouse"
|
/openbmc/linux/sound/pci/ |
H A D | atiixp.c | 3 * ALSA driver for ATI IXP 150/200/250/300 AC97 controllers 24 MODULE_DESCRIPTION("ATI IXP AC97 controller"); 35 MODULE_PARM_DESC(index, "Index value for ATI IXP controller."); 37 MODULE_PARM_DESC(id, "ID string for ATI IXP controller."); 244 * ATI IXP chip 275 { PCI_VDEVICE(ATI, 0x4341), 0 }, /* SB200 */ 276 { PCI_VDEVICE(ATI, 0x4361), 0 }, /* SB300 */ 277 { PCI_VDEVICE(ATI, 0x4370), 0 }, /* SB400 */ 278 { PCI_VDEVICE(ATI, 0x4382), 0 }, /* SB600 */ 1269 err = snd_pcm_new(chip->card, "ATI IXP AC97", in snd_atiixp_pcm_new() [all …]
|
H A D | atiixp_modem.c | 3 * ALSA driver for ATI IXP 150/200/250 AC97 modem controllers 24 MODULE_DESCRIPTION("ATI IXP MC97 controller"); 32 MODULE_PARM_DESC(index, "Index value for ATI IXP controller."); 34 MODULE_PARM_DESC(id, "ID string for ATI IXP controller."); 218 * ATI IXP chip 250 { PCI_VDEVICE(ATI, 0x434d), 0 }, /* SB200 */ 251 { PCI_VDEVICE(ATI, 0x4378), 0 }, /* SB400 */ 980 err = snd_pcm_new(chip->card, "ATI IXP MC97", ATI_PCMDEV_ANALOG, 1, 1, &pcm); in snd_atiixp_pcm_new() 987 strcpy(pcm->name, "ATI IXP MC97"); in snd_atiixp_pcm_new() 1184 err = pcim_iomap_regions(pci, 1 << 0, "ATI IXP MC97"); in snd_atiixp_init() [all …]
|
H A D | Kconfig | 78 tristate "ATI IXP AC97 Controller" 82 device on motherboards with ATI chipsets (ATI IXP 150/200/250/ 89 tristate "ATI IXP Modem" 93 motherboards with ATI chipsets (ATI IXP 150/200/250).
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | atyfb.h | 3 * ATI Frame Buffer Device Driver Core Definitions 196 * ATI Mach64 features 305 extern const struct aty_dac_ops aty_dac_ati68860b; /* ATI 68860-B */ 324 extern const struct aty_pll_ops aty_pll_ati18818_1; /* ATI 18818 */
|
/openbmc/qemu/hw/display/ |
H A D | ati_int.h | 2 * QEMU ATI SVGA emulation 32 #define TYPE_ATI_VGA "ati-vga"
|
/openbmc/linux/include/uapi/linux/ |
H A D | fb.h | 77 #define FB_ACCEL_ATI_MACH64GX 6 /* ATI Mach 64GX family */ 79 #define FB_ACCEL_ATI_MACH64CT 8 /* ATI Mach 64CT family */ 80 #define FB_ACCEL_ATI_MACH64VT 9 /* ATI Mach 64CT family VT class */ 81 #define FB_ACCEL_ATI_MACH64GT 10 /* ATI Mach 64CT family GT class */ 103 #define FB_ACCEL_ATI_RAGE128 32 /* ATI Rage128 family */ 109 #define FB_ACCEL_ATI_RADEON 38 /* ATI Radeon family */
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | Kconfig | 1026 tristate "ATI Radeon display support" 1036 Choose this option if you want to use an ATI Radeon graphics card as 1044 bool "DDC/I2C for ATI Radeon support" 1067 tristate "ATI Rage128 display support" 1074 This driver supports graphics boards with the ATI Rage128 chips. 1089 tristate "ATI Mach64 display support" if PCI || ATARI 1099 This driver supports graphics boards with the ATI Mach64 chips. 1109 Say Y here to support use of ATI's 64-bit Rage boards (or other 1111 framebuffer device. The ATI product support page for these boards 1112 is at <http://support.ati.com/products/pc/mach64/mach64.html>. [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | iqs62x.c | 116 * In case ATI is in progress, wait for it to complete before in iqs62x_dev_init() 192 * limited number of interrupts that would otherwise occur after ATI in iqs62x_dev_init() 196 * In the meantime, mask interrupts during ATI to prevent the device in iqs62x_dev_init() 197 * from soliciting I2C traffic until the noise-sensitive ATI process in iqs62x_dev_init() 559 * Reset and ATI events are not broadcast to the sub-device drivers in iqs62x_irq() 560 * until ATI has completed. Any other events that may have occurred in iqs62x_irq() 561 * during ATI are ignored. in iqs62x_irq() 614 dev_err(&client->dev, "Failed to complete ATI\n"); in iqs62x_firmware_load()
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | Kconfig | 117 - ATI Memorator Pro 2xHS v2 118 - ATI USBcan Pro 2xHS v2
|