Home
last modified time | relevance | path

Searched full:ultra (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/Documentation/scsi/
Dadvansys.rst8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow
10 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 …]
DFlashPoint.rst18 operating system support to its BusLogic brand of FlashPoint Ultra SCSI
42 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
DBusLogic.rst69 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide
70 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 …]
/kernel/linux/linux-6.6/Documentation/scsi/
Dadvansys.rst8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow
10 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 …]
DFlashPoint.rst18 operating system support to its BusLogic brand of FlashPoint Ultra SCSI
42 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
DBusLogic.rst69 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide
70 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 …]
/kernel/linux/linux-6.6/drivers/ata/
Dpata_artop.c130 u8 ultra; in artop6210_set_piomode() local
135 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 …]
/kernel/linux/linux-5.10/drivers/ata/
Dpata_artop.c130 u8 ultra; in artop6210_set_piomode() local
135 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 …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/marvell/
Darmada-3720-espressobin-ultra.dts3 * 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";
/kernel/linux/linux-6.6/drivers/power/reset/
Dodroid-go-ultra-poweroff.c16 * 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");
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dhead_64.h28 #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+ */
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dhead_64.h28 #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+ */
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dimx8mq-zii-ultra-zest.dts8 #include "imx8mq-zii-ultra.dtsi"
11 model = "ZII Ultra Zest Board";
12 compatible = "zii,imx8mq-ultra-zest", "zii,imx8mq-ultra", "fsl,imx8mq";
Dimx8mq-zii-ultra-rmb3.dts8 #include "imx8mq-zii-ultra.dtsi"
11 model = "ZII Ultra RMB3 Board";
12 compatible = "zii,imx8mq-ultra-rmb3", "zii,imx8mq-ultra", "fsl,imx8mq";
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
Dimx8mq-zii-ultra-zest.dts8 #include "imx8mq-zii-ultra.dtsi"
11 model = "ZII Ultra Zest Board";
12 compatible = "zii,imx8mq-ultra-zest", "zii,imx8mq-ultra", "fsl,imx8mq";
Dimx8mq-zii-ultra-rmb3.dts8 #include "imx8mq-zii-ultra.dtsi"
11 model = "ZII Ultra RMB3 Board";
12 compatible = "zii,imx8mq-ultra-rmb3", "zii,imx8mq-ultra", "fsl,imx8mq";
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
Dsmc-ultra.c2 /* 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 …]
DKconfig170 config ULTRA config
171 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.
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
Dsmc-ultra.c1 /* smc-ultra.c: A SMC Ultra ethernet driver for linux. */
3 This is a driver for the SMC Ultra and SMC EtherEZ ISA ethercards.
58 "smc-ultra.c:v2.02 2/3/98 Donald Becker (becker@cesdis.gsfc.nasa.gov)\n";
75 #define DRV_NAME "smc-ultra"
135 /* 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()
363 "smc-ultra.c: ISAPnP reports %s at i/o %#lx, irq %d.\n", in ultra_probe_isapnp()
368 "smc-ultra.c: Probe of ISAPnP card at %#lx failed.\n", in ultra_probe_isapnp()
424 netif_dbg(ei_local, hw, dev, "resetting Ultra, t=%ld...\n", jiffies); in ultra_reset_8390()
[all …]
DKconfig169 config ULTRA config
170 tristate "SMC Ultra support"
177 mixing an SMC Ultra and an Adaptec AHA154x SCSI card (or compatible,
179 operating systems. The Linux smc-ultra driver has a work-around for
184 will be called smc-ultra.
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
DKconfig11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
24 ANX78XX is an ultra-low power Full-HD SlimPort transmitter
43 ANX7625 is an ultra-low power 4K mobile HD transmitter
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dapple.yaml28 And devices based on the "M1 Pro", "M1 Max" and "M1 Ultra" SoCs:
35 - Mac Studio (M1 Ultra, 2022)
105 - description: Apple M1 Ultra SoC based platforms
108 - apple,j375d # Mac Studio (M1 Ultra, 2022)
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
Dperfctr.h62 /* 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 */
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
Dperfctr.h62 /* 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 */
/kernel/linux/linux-5.10/lib/zstd/
Dzstd_opt.h142 …_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength, const int ultra) in ZSTD_getPrice() argument
152 if (!ultra && offCode >= 20) in ZSTD_getPrice()
407 …id ZSTD_compressBlock_opt_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const int ultra) in ZSTD_compressBlock_opt_generic() argument
463 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, best_off, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
493 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
575 best_off, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
577 price = ZSTD_getPrice(seqStorePtr, litlen, anchor, best_off, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
580 … price = opt[cur].price + ZSTD_getPrice(seqStorePtr, 0, NULL, best_off, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
610 matches[u].off - 1, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
612 … price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra); in ZSTD_compressBlock_opt_generic()
[all …]

12345678910>>...22