Home
last modified time | relevance | path

Searched refs:sgi (Results 1 - 25 of 172) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-alpine-msi.c79 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()
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()
161 irq_domain_set_hwirq_and_chip(domain, virq + i, sgi in alpine_msix_middle_domain_alloc()
119 alpine_msix_gic_domain_alloc(struct irq_domain *domain, unsigned int virq, int sgi) alpine_msix_gic_domain_alloc() argument
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-alpine-msi.c79 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()
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()
161 irq_domain_set_hwirq_and_chip(domain, virq + i, sgi in alpine_msix_middle_domain_alloc()
119 alpine_msix_gic_domain_alloc(struct irq_domain *domain, unsigned int virq, int sgi) alpine_msix_gic_domain_alloc() argument
[all...]
/kernel/linux/linux-5.10/sound/mips/
H A 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
/kernel/linux/linux-6.6/sound/mips/
H A 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
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c724 struct enetc_psfp_gate *sgi, in enetc_streamgate_hw_set()
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 in enetc_streamgate_hw_set()
723 enetc_streamgate_hw_set(struct enetc_ndev_priv *priv, struct enetc_psfp_gate *sgi, u8 enable) enetc_streamgate_hw_set() argument
989 struct enetc_psfp_gate *sgi; stream_gate_unref() local
1030 enetc_psfp_hw_set(struct enetc_ndev_priv *priv, struct enetc_streamid *sid, struct enetc_psfp_filter *sfi, struct enetc_psfp_gate *sgi, struct enetc_psfp_meter *fmi) enetc_psfp_hw_set() argument
1092 struct enetc_psfp_gate *sgi, *old_sgi; enetc_psfp_parse_clsflower() local
1498 struct enetc_psfp_gate *sgi; clean_sgi_list() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c740 struct enetc_psfp_gate *sgi, in enetc_streamgate_hw_set()
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 in enetc_streamgate_hw_set()
739 enetc_streamgate_hw_set(struct enetc_ndev_priv *priv, struct enetc_psfp_gate *sgi, u8 enable) enetc_streamgate_hw_set() argument
991 struct enetc_psfp_gate *sgi; stream_gate_unref() local
1032 enetc_psfp_hw_set(struct enetc_ndev_priv *priv, struct enetc_streamid *sid, struct enetc_psfp_filter *sfi, struct enetc_psfp_gate *sgi, struct enetc_psfp_meter *fmi) enetc_psfp_hw_set() argument
1134 struct enetc_psfp_gate *sgi, *old_sgi; enetc_psfp_parse_clsflower() local
1544 struct enetc_psfp_gate *sgi; clean_sgi_list() local
[all...]
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/
H A Dip22-berr.c16 #include <asm/sgi/mc.h>
17 #include <asm/sgi/hpc3.h>
18 #include <asm/sgi/ioc.h>
19 #include <asm/sgi/ip22.h>
H A Dip22-hpc.c14 #include <asm/sgi/hpc3.h>
15 #include <asm/sgi/ioc.h>
16 #include <asm/sgi/ip22.h>
H A Dip22-platform.c9 #include <asm/sgi/ip22.h>
10 #include <asm/sgi/hpc3.h>
11 #include <asm/sgi/mc.h>
12 #include <asm/sgi/seeq.h>
13 #include <asm/sgi/wd.h>
H A Dip22-setup.c25 #include <asm/sgi/mc.h>
26 #include <asm/sgi/hpc3.h>
27 #include <asm/sgi/ip22.h>
H A Dip22-reset.c22 #include <asm/sgi/ioc.h>
23 #include <asm/sgi/hpc3.h>
24 #include <asm/sgi/mc.h>
25 #include <asm/sgi/ip22.h>
H A Dip22-time.c28 #include <asm/sgi/ioc.h>
29 #include <asm/sgi/hpc3.h>
30 #include <asm/sgi/ip22.h>
H A Dip22-mc.c20 #include <asm/sgi/mc.h>
21 #include <asm/sgi/hpc3.h>
22 #include <asm/sgi/ip22.h>
H A Dip22-eisa.c36 #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/
H A Dip22-berr.c16 #include <asm/sgi/mc.h>
17 #include <asm/sgi/hpc3.h>
18 #include <asm/sgi/ioc.h>
19 #include <asm/sgi/ip22.h>
H A Dip22-hpc.c14 #include <asm/sgi/hpc3.h>
15 #include <asm/sgi/ioc.h>
16 #include <asm/sgi/ip22.h>
H A Dip22-platform.c9 #include <asm/sgi/ip22.h>
10 #include <asm/sgi/hpc3.h>
11 #include <asm/sgi/mc.h>
12 #include <asm/sgi/seeq.h>
13 #include <asm/sgi/wd.h>
H A Dip22-setup.c25 #include <asm/sgi/mc.h>
26 #include <asm/sgi/hpc3.h>
27 #include <asm/sgi/ip22.h>
H A Dip22-reset.c22 #include <asm/sgi/ioc.h>
23 #include <asm/sgi/hpc3.h>
24 #include <asm/sgi/mc.h>
25 #include <asm/sgi/ip22.h>
H A Dip22-time.c28 #include <asm/sgi/ioc.h>
29 #include <asm/sgi/hpc3.h>
30 #include <asm/sgi/ip22.h>
H A Dip22-eisa.c36 #include <asm/sgi/ioc.h>
37 #include <asm/sgi/mc.h>
38 #include <asm/sgi/ip22.h>
H A Dip22-mc.c20 #include <asm/sgi/mc.h>
21 #include <asm/sgi/hpc3.h>
22 #include <asm/sgi/ip22.h>
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2085 struct felix_stream_gate *sgi) in vsc9959_psfp_parse_gate()
2087 sgi->index = entry->hw_index; in vsc9959_psfp_parse_gate()
2088 sgi->ipv_valid = (entry->gate.prio < 0) ? 0 : 1; in vsc9959_psfp_parse_gate()
2089 sgi->init_ipv = (sgi->ipv_valid) ? entry->gate.prio : 0; in vsc9959_psfp_parse_gate()
2090 sgi->basetime = entry->gate.basetime; in vsc9959_psfp_parse_gate()
2091 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate()
2092 sgi->num_entries = entry->gate.num_entries; in vsc9959_psfp_parse_gate()
2093 sgi->enable = 1; in vsc9959_psfp_parse_gate()
2095 memcpy(sgi in vsc9959_psfp_parse_gate()
2084 vsc9959_psfp_parse_gate(const struct flow_action_entry *entry, struct felix_stream_gate *sgi) vsc9959_psfp_parse_gate() argument
2104 vsc9959_psfp_sgi_set(struct ocelot *ocelot, struct felix_stream_gate *sgi) vsc9959_psfp_sgi_set() argument
2174 vsc9959_psfp_sgi_table_add(struct ocelot *ocelot, struct felix_stream_gate *sgi) vsc9959_psfp_sgi_table_add() argument
2210 struct felix_stream_gate sgi = {0}; vsc9959_psfp_sgi_table_del() local
2239 struct felix_stream_gate *sgi; vsc9959_psfp_filter_add() local
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042-ip22io.h5 #include <asm/sgi/ioc.h>
6 #include <asm/sgi/ip22.h>
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042-ip22io.h5 #include <asm/sgi/ioc.h>
6 #include <asm/sgi/ip22.h>

Completed in 12 milliseconds

1234567