Home
last modified time | relevance | path

Searched full:sgi (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/kernel/linux/linux-5.10/arch/mips/fw/arc/
Didentify.c10 * This code is based on arch/mips/sgi/kernel/system.c, which is
31 .arcname = "SGI-IP22",
32 .liname = "SGI Indy",
35 .arcname = "SGI-IP28",
36 .liname = "SGI IP28",
39 .arcname = "SGI-IP30",
40 .liname = "SGI Octane",
43 .arcname = "SGI-IP32",
44 .liname = "SGI O2",
/kernel/linux/linux-6.6/arch/mips/fw/arc/
Didentify.c10 * This code is based on arch/mips/sgi/kernel/system.c, which is
31 .arcname = "SGI-IP22",
32 .liname = "SGI Indy",
35 .arcname = "SGI-IP28",
36 .liname = "SGI IP28",
39 .arcname = "SGI-IP30",
40 .liname = "SGI Octane",
43 .arcname = "SGI-IP32",
44 .liname = "SGI O2",
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c724 struct enetc_psfp_gate *sgi, in enetc_streamgate_hw_set() argument
737 cbd.index = cpu_to_le16(sgi->index); in enetc_streamgate_hw_set()
746 if (!sgi->num_entries) in enetc_streamgate_hw_set()
749 if (sgi->num_entries > priv->psfp_cap.max_psfp_gatelist || in enetc_streamgate_hw_set()
750 !sgi->cycletime) in enetc_streamgate_hw_set()
759 sgi_config->oipv = (sgi->init_ipv < 0) ? in enetc_streamgate_hw_set()
760 0x0 : ((sgi->init_ipv & 0x7) | 0x8); in enetc_streamgate_hw_set()
771 cbd.index = cpu_to_le16(sgi->index); in enetc_streamgate_hw_set()
778 sgcl_config->acl_len = (sgi->num_entries - 1) & 0x3; in enetc_streamgate_hw_set()
780 data_size = struct_size(sgcl_data, sgcl, sgi->num_entries); in enetc_streamgate_hw_set()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c740 struct enetc_psfp_gate *sgi, in enetc_streamgate_hw_set() argument
754 cbd.index = cpu_to_le16(sgi->index); in enetc_streamgate_hw_set()
763 if (!sgi->num_entries) in enetc_streamgate_hw_set()
766 if (sgi->num_entries > priv->psfp_cap.max_psfp_gatelist || in enetc_streamgate_hw_set()
767 !sgi->cycletime) in enetc_streamgate_hw_set()
776 sgi_config->oipv = (sgi->init_ipv < 0) ? in enetc_streamgate_hw_set()
777 0x0 : ((sgi->init_ipv & 0x7) | 0x8); in enetc_streamgate_hw_set()
788 cbd.index = cpu_to_le16(sgi->index); in enetc_streamgate_hw_set()
795 sgcl_config->acl_len = (sgi->num_entries - 1) & 0x3; in enetc_streamgate_hw_set()
797 data_size = struct_size(sgcl_data, sgcl, sgi->num_entries); in enetc_streamgate_hw_set()
[all …]
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-alpine-msi.c34 u32 spi_first; /* The SGI number that MSIs start */
79 static void alpine_msix_free_sgi(struct alpine_msix_data *priv, unsigned sgi, in alpine_msix_free_sgi() argument
82 int first = sgi - priv->spi_first; in alpine_msix_free_sgi()
120 unsigned int virq, int sgi) in alpine_msix_gic_domain_alloc() argument
132 fwspec.param[1] = sgi; in alpine_msix_gic_domain_alloc()
150 int sgi, err, i; in alpine_msix_middle_domain_alloc() local
152 sgi = alpine_msix_allocate_sgi(priv, nr_irqs); in alpine_msix_middle_domain_alloc()
153 if (sgi < 0) in alpine_msix_middle_domain_alloc()
154 return sgi; in alpine_msix_middle_domain_alloc()
157 err = alpine_msix_gic_domain_alloc(domain, virq + i, sgi + i); in alpine_msix_middle_domain_alloc()
[all …]
/kernel/linux/linux-6.6/drivers/irqchip/
Dirq-alpine-msi.c34 u32 spi_first; /* The SGI number that MSIs start */
79 static void alpine_msix_free_sgi(struct alpine_msix_data *priv, unsigned sgi, in alpine_msix_free_sgi() argument
82 int first = sgi - priv->spi_first; in alpine_msix_free_sgi()
120 unsigned int virq, int sgi) in alpine_msix_gic_domain_alloc() argument
132 fwspec.param[1] = sgi; in alpine_msix_gic_domain_alloc()
150 int sgi, err, i; in alpine_msix_middle_domain_alloc() local
152 sgi = alpine_msix_allocate_sgi(priv, nr_irqs); in alpine_msix_middle_domain_alloc()
153 if (sgi < 0) in alpine_msix_middle_domain_alloc()
154 return sgi; in alpine_msix_middle_domain_alloc()
157 err = alpine_msix_gic_domain_alloc(domain, virq + i, sgi + i); in alpine_msix_middle_domain_alloc()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/
DKconfig3 # SGI device configuration
7 bool "SGI devices"
15 the questions about SGI devices. If you say Y, you will be asked for
21 bool "SGI IOC3 Ethernet"
30 tristate "SGI O2 MACE Fast Ethernet support"
/kernel/linux/linux-6.6/drivers/net/ethernet/sgi/
DKconfig3 # SGI device configuration
7 bool "SGI devices"
15 the questions about SGI devices. If you say Y, you will be asked for
21 bool "SGI IOC3 Ethernet"
30 tristate "SGI O2 MACE Fast Ethernet support"
/kernel/linux/linux-5.10/fs/efs/
Dsuper.c48 {0x00, "SGI vh"},
49 {0x01, "SGI trkrepl"},
50 {0x02, "SGI secrepl"},
51 {0x03, "SGI raw"},
52 {0x04, "SGI bsd"},
53 {SGI_SYSV, "SGI sysv"},
54 {0x06, "SGI vol"},
55 {SGI_EFS, "SGI efs"},
56 {0x08, "SGI lv"},
57 {0x09, "SGI rlv"},
[all …]
/kernel/linux/linux-6.6/fs/efs/
Dsuper.c48 {0x00, "SGI vh"},
49 {0x01, "SGI trkrepl"},
50 {0x02, "SGI secrepl"},
51 {0x03, "SGI raw"},
52 {0x04, "SGI bsd"},
53 {SGI_SYSV, "SGI sysv"},
54 {0x06, "SGI vol"},
55 {SGI_EFS, "SGI efs"},
56 {0x08, "SGI lv"},
57 {0x09, "SGI rlv"},
[all …]
/kernel/linux/linux-5.10/sound/mips/
DMakefile6 snd-sgi-o2-objs := sgio2audio.o ad1843.o
7 snd-sgi-hal2-objs := hal2.o
10 obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
11 obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
DKconfig14 tristate "SGI O2 Audio"
18 Sound support for the SGI O2 Workstation.
21 tristate "SGI HAL2 Audio"
25 Sound support for the SGI Indy and Indigo2 Workstation.
/kernel/linux/linux-6.6/sound/mips/
DMakefile6 snd-sgi-o2-objs := sgio2audio.o ad1843.o
7 snd-sgi-hal2-objs := hal2.o
10 obj-$(CONFIG_SND_SGI_O2) += snd-sgi-o2.o
11 obj-$(CONFIG_SND_SGI_HAL2) += snd-sgi-hal2.o
DKconfig14 tristate "SGI O2 Audio"
18 Sound support for the SGI O2 Workstation.
21 tristate "SGI HAL2 Audio"
25 Sound support for the SGI Indy and Indigo2 Workstation.
/kernel/linux/linux-6.6/arch/mips/
DKbuild.platforms25 platform-$(CONFIG_SGI_IP22) += sgi-ip22/
26 platform-$(CONFIG_SGI_IP27) += sgi-ip27/
27 platform-$(CONFIG_SGI_IP28) += sgi-ip22/
28 platform-$(CONFIG_SGI_IP30) += sgi-ip30/
29 platform-$(CONFIG_SGI_IP32) += sgi-ip32/
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
Dip22-hpc.c14 #include <asm/sgi/hpc3.h>
15 #include <asm/sgi/ioc.h>
16 #include <asm/sgi/ip22.h>
47 system_type = "SGI Indigo2"; in sgihpc_init()
51 system_type = "SGI Indy"; in sgihpc_init()
Dip22-setup.c3 * ip22-setup.c: SGI specific setup, including init of the feature struct.
25 #include <asm/sgi/mc.h>
26 #include <asm/sgi/hpc3.h>
27 #include <asm/sgi/ip22.h>
Dip22-eisa.c2 * Basic EISA bus support for the SGI Indigo-2.
11 * the SGI Indigo-2. It currently only supports PIO (forget about DMA
36 #include <asm/sgi/ioc.h>
37 #include <asm/sgi/mc.h>
38 #include <asm/sgi/ip22.h>
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/
Dip22-hpc.c14 #include <asm/sgi/hpc3.h>
15 #include <asm/sgi/ioc.h>
16 #include <asm/sgi/ip22.h>
47 system_type = "SGI Indigo2"; in sgihpc_init()
51 system_type = "SGI Indy"; in sgihpc_init()
Dip22-setup.c3 * ip22-setup.c: SGI specific setup, including init of the feature struct.
25 #include <asm/sgi/mc.h>
26 #include <asm/sgi/hpc3.h>
27 #include <asm/sgi/ip22.h>
Dip22-eisa.c2 * Basic EISA bus support for the SGI Indigo-2.
11 * the SGI Indigo-2. It currently only supports PIO (forget about DMA
36 #include <asm/sgi/ioc.h>
37 #include <asm/sgi/mc.h>
38 #include <asm/sgi/ip22.h>
/kernel/linux/linux-5.10/arch/mips/
DKbuild.platforms26 platform-$(CONFIG_SGI_IP22) += sgi-ip22/
27 platform-$(CONFIG_SGI_IP27) += sgi-ip27/
28 platform-$(CONFIG_SGI_IP28) += sgi-ip22/
29 platform-$(CONFIG_SGI_IP30) += sgi-ip30/
30 platform-$(CONFIG_SGI_IP32) += sgi-ip32/
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-firmware-sgi_uv3 Contact: Russ Anderson <rja@sgi.com>
6 about the SGI UV platform.
14 SGI UV systems can be partitioned into multiple physical
22 A partitioned SGI UV system can have one or more coherence
Dsysfs-fs-xfs4 Contact: xfs@oss.sgi.com
13 Contact: xfs@oss.sgi.com
21 Contact: xfs@oss.sgi.com
32 Contact: xfs@oss.sgi.com
/kernel/linux/linux-6.6/block/partitions/
Dsgi.c3 * fs/partitions/sgi.c
53 /*printk("Dev %s SGI disklabel: bad magic %08x\n", in sgi_partition()
64 printk(KERN_WARNING "Dev %s SGI disklabel: csum bad, label corrupted\n", in sgi_partition()
69 /* All SGI disk labels have 16 partitions, disks under Linux only in sgi_partition()

12345678910>>...27