/freebsd/sys/dev/drm2/ |
H A D | drm_pciids.h | 340 {0x1002, 0x4C45, 0, "ATI Rage 128 Mobility LE (PCI)"}, \ 341 {0x1002, 0x4C46, 0, "ATI Rage 128 Mobility LF (AGP)"}, \ 342 {0x1002, 0x4D46, 0, "ATI Rage 128 Mobility MF (AGP)"}, \ 343 {0x1002, 0x4D4C, 0, "ATI Rage 128 Mobility ML (AGP)"}, \ 344 {0x1002, 0x5041, 0, "ATI Rage 128 Pro PA (PCI)"}, \ 345 {0x1002, 0x5042, 0, "ATI Rage 128 Pro PB (AGP)"}, \ 346 {0x1002, 0x5043, 0, "ATI Rage 128 Pro PC (AGP)"}, \ 347 {0x1002, 0x5044, 0, "ATI Rage 128 Pro PD (PCI)"}, \ 348 {0x1002, 0x5045, 0, "ATI Rage 128 Pro PE (AGP)"}, \ 349 {0x1002, 0x5046, 0, "ATI Rage 128 Pro PF (AGP)"}, \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrMMA.td | 23 XX3Form_AT3_XAB6<opcode, xo, (outs acc:$AT), !con((ins acc:$ATi), IOL), 25 RegConstraint<"$ATi = $AT">, NoEncode<"$ATi">; 33 XX3Form_AT3_XAB6<opcode, xo, (outs wacc:$AT), !con((ins wacc:$ATi), IOL), 35 RegConstraint<"$ATi = $AT">, NoEncode<"$ATi">; 55 !con((ins acc:$ATi), 59 RegConstraint<"$ATi = $AT">, NoEncode<"$ATi">; 72 !con((ins wacc:$ATi), 76 RegConstraint<"$ATi = $AT">, NoEncode<"$ATi">; 96 !con((ins acc:$ATi), 100 RegConstraint<"$ATi = $AT">, NoEncode<"$ATi">; [all …]
|
H A D | PPCInstrFutureMMA.td | 110 def DMXOR : XForm_ATB3<31, 7, 177, (outs dmr:$AT), (ins dmr:$ATi, dmr:$AB), 112 RegConstraint<"$ATi = $AT">, NoEncode<"$ATi">;
|
/freebsd/sys/contrib/device-tree/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 | 73 Applies an 8-count offset to all long-term averages upon either ATI or 142 azoteq,ati-band-disable: 144 description: Disables the ATI band check. 146 azoteq,ati-lp-only: 148 description: Limits automatic ATI to low-power mode. 150 azoteq,ati-band-tighten: 152 description: Tightens the ATI band from 1/8 to 1/16 of the desired target. 398 azoteq,ati-mode: 403 Specifies the channel's ATI mode as follows: 409 azoteq,ati [all...] |
/freebsd/sys/contrib/device-tree/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 …]
|
/freebsd/sys/dev/agp/ |
H A D | agp_ati.c | 87 return ("ATI RS100 AGP bridge"); in agp_ati_match() 89 return ("ATI RS200 AGP bridge"); in agp_ati_match() 91 return ("ATI RS200M AGP bridge"); in agp_ati_match() 93 return ("ATI RS250 AGP bridge"); in agp_ati_match() 95 return ("ATI RS300_100 AGP bridge"); in agp_ati_match() 97 return ("ATI RS300_133 AGP bridge"); in agp_ati_match() 99 return ("ATI RS300_166 AGP bridge"); in agp_ati_match() 101 return ("ATI RS300_200 AGP bridge"); in agp_ati_match() 178 case 0xcab01002: /* ATI RS100 AGP bridge */ in agp_ati_attach() 179 case 0xcab21002: /* ATI RS200 AGP bridge */ in agp_ati_attach() [all …]
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac.h | 154 /* ATI */ 156 #define HDA_ATI_SB450 HDA_MODEL_CONSTRUCT(ATI, 0x437b) 157 #define HDA_ATI_SB600 HDA_MODEL_CONSTRUCT(ATI, 0x4383) 158 #define HDA_ATI_RS600 HDA_MODEL_CONSTRUCT(ATI, 0x793b) 159 #define HDA_ATI_RS690 HDA_MODEL_CONSTRUCT(ATI, 0x7919) 160 #define HDA_ATI_RS780 HDA_MODEL_CONSTRUCT(ATI, 0x960f) 161 #define HDA_ATI_RS880 HDA_MODEL_CONSTRUCT(ATI, 0x970f) 162 #define HDA_ATI_R600 HDA_MODEL_CONSTRUCT(ATI, 0xaa00) 163 #define HDA_ATI_RV630 HDA_MODEL_CONSTRUCT(ATI, 0xaa08) 164 #define HDA_ATI_RV610 HDA_MODEL_CONSTRUCT(ATI, 0xaa10) [all …]
|
H A D | hdac.c | 172 { HDA_ATI_SB450, "ATI SB450", 0, 0 }, 173 { HDA_ATI_SB600, "ATI SB600", 0, 0 }, 174 { HDA_ATI_RS600, "ATI RS600", 0, 0 }, 175 { HDA_ATI_RS690, "ATI RS690", 0, 0 }, 176 { HDA_ATI_RS780, "ATI RS780", 0, 0 }, 177 { HDA_ATI_RS880, "ATI RS880", 0, 0 }, 178 { HDA_ATI_R600, "ATI R600", 0, 0 }, 179 { HDA_ATI_RV610, "ATI RV610", 0, 0 }, 180 { HDA_ATI_RV620, "ATI RV620", 0, 0 }, 181 { HDA_ATI_RV630, "ATI RV630", 0, 0 }, [all …]
|
H A D | hdacc.c | 352 { HDA_CODEC_ATIRS600_1, 0, "ATI RS600" }, 353 { HDA_CODEC_ATIRS600_2, 0, "ATI RS600" }, 354 { HDA_CODEC_ATIRS690, 0, "ATI RS690/780" }, 355 { HDA_CODEC_ATIR6XX, 0, "ATI R6xx" }, 408 { HDA_CODEC_ATIXXXX, 0, "ATI" },
|
/freebsd/share/man/man4/ |
H A D | snd_atiixp.4 | 30 .Nd "ATI IXP bridge device driver" 50 to attach to ATI IXP audio devices.
|
H A D | agp.4 | 49 .It ATI:
|
H A D | ata.4 | 167 .It ATI:
|
/freebsd/sys/powerpc/powermac/ |
H A D | atibl.c | 46 /* From the xf86-video-ati driver's radeon_reg.h */ 126 if (strcmp(control, "ati") != 0 && in atibl_probe() 131 device_set_desc(dev, "PowerBook backlight for ATI graphics"); in atibl_probe()
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | rc.yaml | 30 - rc-ati-tv-wonder-hd-600 31 - rc-ati-x10
|
/freebsd/sys/dev/usb/controller/ |
H A D | ohci_pci.c | 132 return "ATI SB400 USB Controller"; in ohci_pci_match() 134 return "ATI SB400 USB Controller"; in ohci_pci_match() 265 sprintf(sc->sc_vendor, "ATI"); in ohci_pci_attach()
|
H A D | ehci_pci.c | 123 return "ATI SB200 USB 2.0 controller"; in ehci_pci_match() 125 return "ATI SB400 USB 2.0 controller"; in ehci_pci_match() 385 sprintf(sc->sc_vendor, "ATI"); in ehci_pci_attach()
|
/freebsd/sys/modules/ata/atapci/chipsets/ataati/ |
H A D | Makefile | 4 SRCS= ata-ati.c
|
/freebsd/sys/dev/sound/pci/ |
H A D | atiixp.c | 30 * FreeBSD pcm driver for ATI IXP 150/200/250/300 AC97 controllers 48 * mind blowing Acer Ferrari 4002 WLMi with this ATI IXP hardware. 174 { ATI_VENDOR_ID, ATI_IXP_200_ID, "ATI IXP 200" }, 175 { ATI_VENDOR_ID, ATI_IXP_300_ID, "ATI IXP 300" }, 176 { ATI_VENDOR_ID, ATI_IXP_400_ID, "ATI IXP 400" }, 177 { ATI_VENDOR_ID, ATI_IXP_SB600_ID, "ATI IXP SB600" }, 215 * ATI IXP helper functions 1043 * ATI IXP can have upto 3 codecs, but single codec should be in atiixp_chip_post_init()
|
H A D | atiixp.h | 49 #define ATI_VENDOR_ID 0x1002 /* ATI Technologies */ 59 * Register definitions for ATI IXP
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | riff | 573 >>>>>>>(104.l+132) string/c vcr1 ATI VCR 1.0 574 >>>>>>>(104.l+132) string/c vcr2 ATI VCR 2.0 575 >>>>>>>(104.l+132) string/c vcr3 ATI VCR 3.0 576 >>>>>>>(104.l+132) string/c vcr4 ATI VCR 4.0 577 >>>>>>>(104.l+132) string/c vcr5 ATI VCR 5.0 578 >>>>>>>(104.l+132) string/c vcr6 ATI VCR 6.0 579 >>>>>>>(104.l+132) string/c vcr7 ATI VCR 7.0 580 >>>>>>>(104.l+132) string/c vcr8 ATI VCR 8.0 581 >>>>>>>(104.l+132) string/c vcr9 ATI VCR 9.0
|
H A D | pci_ids | 13 >0 uleshort =0x1002 AMD/ATI
|
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-ati.c | 67 * ATI chipset support functions 109 * the ATI SATA controller is actually a SiI 3112 controller in ata_ati_probe()
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 210 device atibl # ATI-based backlight driver for PowerBooks/iBooks
|