| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | x1e80100-hp-elitebook-ultra-g1q.dts | 8 	model = "HP EliteBook Ultra G1q";9 	compatible = "hp,elitebook-ultra-g1q", "qcom,x1e80100";
 14 		firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qcdxkmsuc8380.mbn";
 19 	firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qcadsp8380.mbn",
 20 			"qcom/x1e80100/hp/elitebook-ultra-g1q/adsp_dtbs.elf";
 24 	firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qccdsp8380.mbn",
 25 			"qcom/x1e80100/hp/elitebook-ultra-g1q/cdsp_dtbs.elf";
 29 	model = "X1E80100-HP-ELITEBOOK-ULTRA-G1Q";
 
 | 
| /linux/drivers/ata/ | 
| H A D | pata_artop.c | 130 	u8 ultra;  in artop6210_set_piomode()  local135 	pci_read_config_byte(pdev, 0x54, &ultra);  in artop6210_set_piomode()
 136 	ultra &= ~(3 << (2 * dn));  in artop6210_set_piomode()
 137 	pci_write_config_byte(pdev, 0x54, ultra);  in artop6210_set_piomode()
 183 	u8 ultra;  in artop6260_set_piomode()  local
 188 	pci_read_config_byte(pdev, 0x44 + ap->port_no, &ultra);  in artop6260_set_piomode()
 189 	ultra &= ~(7 << (4  * adev->devno));	/* One nibble per drive */  in artop6260_set_piomode()
 190 	pci_write_config_byte(pdev, 0x44 + ap->port_no, ultra);  in artop6260_set_piomode()
 209 	u8 ultra;  in artop6210_set_dmamode()  local
 219 	pci_read_config_byte(pdev, 0x54, &ultra);  in artop6210_set_dmamode()
 [all …]
 
 | 
| H A D | pata_sil680.c | 169 	u16 multi, ultra;  in sil680_set_dmamode()  local174 	pci_read_config_word(pdev, ua, &ultra);  in sil680_set_dmamode()
 177 	ultra &= ~0x3F;  in sil680_set_dmamode()
 185 		ultra |= ultra_table[scsc][adev->dma_mode - XFER_UDMA_0];  in sil680_set_dmamode()
 193 	pci_write_config_word(pdev, ua, ultra);  in sil680_set_dmamode()
 
 | 
| H A D | pata_serverworks.c | 234 	u8 ultra;  in serverworks_set_dmamode()  local239 	pci_read_config_byte(pdev, 0x56 + ap->port_no, &ultra);  in serverworks_set_dmamode()
 240 	ultra &= ~(0x0F << (adev->devno * 4));  in serverworks_set_dmamode()
 245 		ultra |= (adev->dma_mode - XFER_UDMA_0)  in serverworks_set_dmamode()
 253 	pci_write_config_byte(pdev, 0x56 + ap->port_no, ultra);  in serverworks_set_dmamode()
 
 | 
| H A D | pata_ali.c | 163  *	@ultra: UDMA timing or zero for off166  *	ultra is zero. If ultra is set then load and enable the UDMA
 170 …oid ali_program_modes(struct ata_port *ap, struct ata_device *adev, struct ata_timing *t, u8 ultra)  in ali_program_modes()  argument
 195 	udma |= ultra << shift;  in ali_program_modes()
 
 | 
| /linux/Documentation/scsi/ | 
| H A D | advansys.rst | 8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow10 buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit
 34    - ABP930U - Bus-Master PCI Ultra (16 CDB)
 35    - ABP930UA - Bus-Master PCI Ultra (16 CDB)
 37    - ABP960U - Bus-Master PCI MAC/PC Ultra (16 CDB)
 44    - ABP940U - Bus-Master PCI Ultra (240 CDB)
 45    - ABP940UA/3940UA - Bus-Master PCI Ultra (240 CDB)
 47    - ABP970U - Bus-Master PCI MAC/PC Ultra (240 CDB)
 48    - ABP3960UA - Bus-Master PCI MAC/PC Ultra (240 CDB)
 49    - ABP940UW/3940UW - Bus-Master PCI Ultra-Wide (253 CDB)
 [all …]
 
 | 
| H A D | FlashPoint.rst | 18   operating system support to its BusLogic brand of FlashPoint Ultra SCSI42 The FlashPoint family of Ultra SCSI host adapters, designed for workstation
 56 BusLogic line of Ultra SCSI host adapter products, Mylex provides enabling
 87   drivers have been available for this new Ultra SCSI product.  Despite its
 135   to trade in their FlashPoint LT for the new BT-948 MultiMaster PCI Ultra
 136   SCSI Host Adapter.  The BT-948 is the Ultra SCSI successor to the BT-946C
 146   program has now been extended to encompass the FlashPoint LW Wide Ultra
 148   LW (BT-950) for a BT-958 MultiMaster PCI Ultra SCSI Host Adapter.  The
 153   Additional cosmetic support for the Ultra SCSI MultiMaster cards was added
 
 | 
| H A D | BusLogic.rst | 69 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide70 Ultra SCSI Host Adapter in January 1996.  This was mutually beneficial since
 113     Synchronous Negotiation: Ultra
 135       Synchronous negotiation to Ultra speed is enabled for target devices 0
 225 FlashPoint LT (BT-930)	Ultra SCSI-3
 226 FlashPoint LT (BT-930R)	Ultra SCSI-3 with RAIDPlus
 227 FlashPoint LT (BT-920)	Ultra SCSI-3 (BT-930 without BIOS)
 228 FlashPoint DL (BT-932)	Dual Channel Ultra SCSI-3
 229 FlashPoint DL (BT-932R)	Dual Channel Ultra SCSI-3 with RAIDPlus
 230 FlashPoint LW (BT-950)	Wide Ultra SCSI-3
 [all …]
 
 | 
| /linux/drivers/power/reset/ | 
| H A D | odroid-go-ultra-poweroff.c | 16  * The Odroid Go Ultra has 2 PMICs:135 		.name	= "odroid-go-ultra-poweroff",
 144 	/* Only create when running on the Odroid Go Ultra device */  in odroid_go_ultra_poweroff_init()
 145 	if (!of_device_is_compatible(of_root, "hardkernel,odroid-go-ultra"))  in odroid_go_ultra_poweroff_init()
 152 	pdev = platform_device_register_resndata(NULL, "odroid-go-ultra-poweroff", -1,  in odroid_go_ultra_poweroff_init()
 165 	/* Only delete when running on the Odroid Go Ultra device */  in odroid_go_ultra_poweroff_exit()
 166 	if (!of_device_is_compatible(of_root, "hardkernel,odroid-go-ultra"))  in odroid_go_ultra_poweroff_exit()
 177 MODULE_DESCRIPTION("Odroid Go Ultra poweroff driver");
 
 | 
| /linux/arch/sparc/include/asm/ | 
| H A D | head_64.h | 28 #define CHEETAH_IMPL		0x0014 /* Ultra-III   */29 #define CHEETAH_PLUS_IMPL	0x0015 /* Ultra-III+  */
 30 #define JALAPENO_IMPL		0x0016 /* Ultra-IIIi  */
 31 #define JAGUAR_IMPL		0x0018 /* Ultra-IV    */
 32 #define PANTHER_IMPL		0x0019 /* Ultra-IV+   */
 33 #define SERRANO_IMPL		0x0022 /* Ultra-IIIi+ */
 
 | 
| /linux/arch/arm64/boot/dts/marvell/ | 
| H A D | armada-3720-espressobin-ultra.dts | 3  * Device Tree file for ESPRESSObin-Ultra board.14 	model = "Globalscale Marvell ESPRESSOBin Ultra Board";
 15 	compatible = "globalscale,espressobin-ultra", "globalscale,espressobin",
 48 			label = "ebin-ultra:blue:led1";
 52 			label = "ebin-ultra:green:led2";
 56 			label = "ebin-ultra:red:led3";
 60 			label = "ebin-ultra:yellow:led4";
 
 | 
| /linux/arch/arm64/boot/dts/freescale/ | 
| H A D | imx8mq-zii-ultra-zest.dts | 8 #include "imx8mq-zii-ultra.dtsi"11 	model = "ZII Ultra Zest Board";
 12 	compatible = "zii,imx8mq-ultra-zest", "zii,imx8mq-ultra", "fsl,imx8mq";
 
 | 
| H A D | imx8mq-zii-ultra-rmb3.dts | 8 #include "imx8mq-zii-ultra.dtsi"11 	model = "ZII Ultra RMB3 Board";
 12 	compatible = "zii,imx8mq-ultra-rmb3", "zii,imx8mq-ultra", "fsl,imx8mq";
 
 | 
| /linux/drivers/net/ethernet/8390/ | 
| H A D | smc-ultra.c | 2 /* smc-ultra.c: A SMC Ultra ethernet driver for linux. */4 	This is a driver for the SMC Ultra and SMC EtherEZ ISA ethercards.
 56 	"smc-ultra.c:v2.02 2/3/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)\n";
 74 #define DRV_NAME "smc-ultra"
 134 /*	Probe for the Ultra.  This looks like a 8013 with the station
 220 	if ((idreg & 0xF0) != 0x20 			/* SMC Ultra */  in ultra_probe1()
 239 	model_name = (idreg & 0xF0) == 0x20 ? "SMC Ultra" : "SMC EtherEZ";  in ultra_probe1()
 364 				    "smc-ultra.c: ISAPnP reports %s at i/o %#lx, irq %d.\n",  in ultra_probe_isapnp()
 369 					   "smc-ultra.c: Probe of ISAPnP card at %#lx failed.\n",  in ultra_probe_isapnp()
 425 	netif_dbg(ei_local, hw, dev, "resetting Ultra, t=%ld...\n", jiffies);  in ultra_reset_8390()
 [all …]
 
 | 
| H A D | Kconfig | 170 config ULTRA  config171 	tristate "SMC Ultra support"
 179 	  mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
 181 	  operating systems. The Linux smc-ultra driver has a work-around for
 186 	  will be called smc-ultra.
 
 | 
| /linux/drivers/gpu/drm/bridge/analogix/ | 
| H A D | Kconfig | 11 	  ANX6345 is an ultra-low power Full-HD DisplayPort/eDP24 	  ANX78XX is an ultra-low power Full-HD SlimPort transmitter
 43 	  ANX7625 is an ultra-low power 4K mobile HD transmitter
 
 | 
| /linux/arch/sparc/include/uapi/asm/ | 
| H A D | perfctr.h | 62 /* Pic.S0 Selection Bit Field Encoding, Ultra-I/II  */76 /* Pic.S0 Selection Bit Field Encoding, Ultra-III  */
 107 /* Pic.S1 Selection Bit Field Encoding, Ultra-I/II  */
 121 /* Pic.S1 Selection Bit Field Encoding, Ultra-III  */
 
 | 
| /linux/drivers/scsi/aic7xxx/ | 
| H A D | aic7xxx_pci.c | 182 		"Adaptec 1480A Ultra SCSI adapter",188 		"Adaptec 2940A Ultra SCSI adapter",
 194 		"Adaptec 2940A/CN Ultra SCSI adapter",
 200 		"Adaptec 2930C Ultra SCSI adapter (VAR)",
 244 		"Adaptec 2940 Ultra SCSI adapter",
 250 		"Adaptec 3940 Ultra SCSI adapter",
 256 		"Adaptec 2944 Ultra SCSI adapter",
 262 		"Adaptec 3944 Ultra SCSI adapter",
 268 		"Adaptec 398X Ultra SCSI RAID adapter",
 278 		"Adaptec 4944 Ultra SCSI adapter",
 [all …]
 
 | 
| /linux/arch/sparc/lib/ | 
| H A D | U3patch.S | 2 /* U3patch.S: Patch Ultra-I routines with Ultra-III variant.
 | 
| /linux/arch/arm64/boot/dts/rockchip/ | 
| H A D | rk3588-orangepi-5-ultra.dts | 12 	model = "Xunlong Orange Pi 5 Ultra";13 	compatible = "xunlong,orangepi-5-ultra", "rockchip,rk3588";
 
 | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | richtek,rt9123.yaml | 14   and performance with ultra-low quiescent current. The digital audio interface18   RTQ9124 is an ultra-low output noise, digital input, mono-channel Class-D
 
 | 
| /linux/drivers/eisa/ | 
| H A D | eisa.ids | 597 ICU0140 "ATI Graphics Ultra Pro Video Adapter"600 ICU0170 "ATI Graphics Ultra Video Adapter"
 604 ICU01B0 "Gravis Ultra Sound Multi-Media Adapter"
 705 ICU0830 "GraphicsENGINE ULTRA Series"
 918 ISA9E01 "Pixelworks Ultra Clipper Graphics"
 1191 SMC8010 "SMC Ethercard Elite32C Ultra"
 1193 SMC8216 "SMC EtherCard Elite16 ULTRA Family LAN Adapters"
 1258 USC0120 "UltraStor - ULTRA-12F ISA ESDI Hard Disk Controller"
 1259 USC0125 "UltraStor - ULTRA-12C ESDI Hard Disk Controller"
 1260 USC0140 "UltraStor - ULTRA-14F ISA SCSI Host Adapter"
 [all …]
 
 | 
| /linux/arch/sparc/math-emu/ | 
| H A D | math_64.c | 5  * Copyright (C) 1997,1999 Jakub Jelinek (jj@ultra.linux.cz)64 #define FXTOS	0x084 /* Only Ultra-III generates this. */
 65 #define FXTOD	0x088 /* Only Ultra-III generates this. */
 67 #define FITOS	0x0c4 /* Only Ultra-III generates this. */
 69 #define FITOD	0x0c8 /* Only Ultra-III generates this. */
 252 			/* Only Ultra-III generates these */  in do_mathemu()
 470 		/* Only Ultra-III generates these */  in do_mathemu()
 
 | 
| /linux/Documentation/devicetree/bindings/input/ | 
| H A D | iqs626a.yaml | 45       2: Ultra-low power (ULP channel proximity sensing)55       Permits the device to automatically enter ultra-low-power mode from low-
 64       updated during ultra-low-power mode as follows:
 143     description: Specifies the report rate (in ms) during ultra-low-power mode.
 153       present) from low-power mode to ultra-low-power mode.
 626           ultra-low-power mode as follows:
 
 | 
| /linux/Documentation/admin-guide/media/ | 
| H A D | gspca-cardlist.rst | 32 spca505         041e:401d	Creative Webcam NX ULTRA44 sq930x          041e:403c	Creative Live! Ultra
 45 sq930x          041e:403d	Creative Live! Ultra for Notebooks
 50 vc032x          041e:405b	Creative Live! Cam Notebook Ultra (VC0130)
 325 vc032x          0ac8:c301	Samsung Q1 Ultra Premium
 
 |