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

1234

/linux-master/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
/linux-master/arch/mips/include/asm/sgi/
H A Dseeq.h13 #include <asm/sgi/hpc3.h>
H A Dwd.h11 #include <asm/sgi/hpc3.h>
H A Dip22.h25 #include <asm/sgi/ioc.h>
/linux-master/drivers/input/serio/
H A Di8042-ip22io.h5 #include <asm/sgi/ioc.h>
6 #include <asm/sgi/ip22.h>
/linux-master/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-setup.c25 #include <asm/sgi/mc.h>
26 #include <asm/sgi/hpc3.h>
27 #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-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-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>
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-nvram.c9 #include <asm/sgi/hpc3.h>
10 #include <asm/sgi/ip22.h>
H A Dip22-gio.c10 #include <asm/sgi/gio.h>
11 #include <asm/sgi/hpc3.h>
12 #include <asm/sgi/mc.h>
13 #include <asm/sgi/ip22.h>
/linux-master/drivers/irqchip/
H A Dirq-alpine-msi.c79 static void alpine_msix_free_sgi(struct alpine_msix_data *priv, unsigned sgi, argument
82 int first = sgi - priv->spi_first;
120 unsigned int virq, int sgi)
132 fwspec.param[1] = sgi;
150 int sgi, err, i; local
152 sgi = alpine_msix_allocate_sgi(priv, nr_irqs);
153 if (sgi < 0)
154 return sgi;
157 err = alpine_msix_gic_domain_alloc(domain, virq + i, sgi + i);
161 irq_domain_set_hwirq_and_chip(domain, virq + i, sgi
119 alpine_msix_gic_domain_alloc(struct irq_domain *domain, unsigned int virq, int sgi) argument
[all...]
/linux-master/arch/mips/sgi-ip30/
H A Dip30-power.c21 #include <asm/sgi/heart.h>
H A Dip30-timer.c20 #include <asm/sgi/heart.h>
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c740 struct enetc_psfp_gate *sgi,
754 cbd.index = cpu_to_le16(sgi->index);
763 if (!sgi->num_entries)
766 if (sgi->num_entries > priv->psfp_cap.max_psfp_gatelist ||
767 !sgi->cycletime)
776 sgi_config->oipv = (sgi->init_ipv < 0) ?
777 0x0 : ((sgi->init_ipv & 0x7) | 0x8);
788 cbd.index = cpu_to_le16(sgi->index);
795 sgcl_config->acl_len = (sgi->num_entries - 1) & 0x3;
797 data_size = struct_size(sgcl_data, sgcl, sgi
739 enetc_streamgate_hw_set(struct enetc_ndev_priv *priv, struct enetc_psfp_gate *sgi, u8 enable) argument
991 struct enetc_psfp_gate *sgi; 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) argument
1134 struct enetc_psfp_gate *sgi, *old_sgi; local
1544 struct enetc_psfp_gate *sgi; local
[all...]
/linux-master/block/partitions/
H A DMakefile16 obj-$(CONFIG_SGI_PARTITION) += sgi.o
/linux-master/arch/mips/mm/
H A Dsc-ip22.c16 #include <asm/sgi/ip22.h>
17 #include <asm/sgi/mc.h>
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2085 struct felix_stream_gate *sgi)
2087 sgi->index = entry->hw_index;
2088 sgi->ipv_valid = (entry->gate.prio < 0) ? 0 : 1;
2089 sgi->init_ipv = (sgi->ipv_valid) ? entry->gate.prio : 0;
2090 sgi->basetime = entry->gate.basetime;
2091 sgi->cycletime = entry->gate.cycletime;
2092 sgi->num_entries = entry->gate.num_entries;
2093 sgi->enable = 1;
2095 memcpy(sgi
2084 vsc9959_psfp_parse_gate(const struct flow_action_entry *entry, struct felix_stream_gate *sgi) argument
2104 vsc9959_psfp_sgi_set(struct ocelot *ocelot, struct felix_stream_gate *sgi) argument
2174 vsc9959_psfp_sgi_table_add(struct ocelot *ocelot, struct felix_stream_gate *sgi) argument
2210 struct felix_stream_gate sgi = {0}; local
2239 struct felix_stream_gate *sgi; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.h61 static inline uint mcs_2_rate(u8 mcs, bool is40, bool sgi) argument
63 if (sgi) {
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h68 static inline u32 ath12k_he_gi_to_nl80211_he_gi(u8 sgi) argument
72 switch (sgi) {
/linux-master/drivers/misc/
H A DMakefile24 obj-$(CONFIG_SGI_XP) += sgi-xp/
25 obj-$(CONFIG_SGI_GRU) += sgi-gru/

Completed in 206 milliseconds

1234