/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | SGI-B-1.1 | 1 SGI FREE SOFTWARE LICENSE B 18 … patent claims Licensable by SGI that are infringed by the use or sale of Original Code or any Mod… 32 …inged by the use or sale of Original Code or any Modifications provided by SGI, or any combination… 34 1.13 "SGI" means Silicon Graphics, Inc. 36 1.14 "SGI Patents" means patent claims Licensable by SGI other than the Licensed Patents. 40 …SGI License Grant. Subject to the terms of this License and any third party intellectual property … 42 …SGI and any other Recipients a worldwide, royalty-free, non-exclusive license, under any Recipient… 44 … in Hardware of the algorithms embodied in the Original Code or any Modifications provided by SGI . 50 …SGI’s rights in and to the Original Code, distribute the source code and/or executable version(s) … 52 …3.3 Indemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a res… [all …]
|
H A D | SGI-B-1.0 | 1 SGI FREE SOFTWARE LICENSE B 8 …1.2 "API" means an application programming interface established by SGI in conjunction with the Or… 32 1.12 SGI" means Silicon Graphics, Inc. 36 …SGI hereby grants Recipient a worldwide, royalty-free, non-exclusive license, to do the following:… 48 …SGI’s rights; and/or (3) a license of Recipient’s choosing, containing terms different from this L… 50 …C. Indemnity. Recipient hereby agrees to indemnify SGI for any liability incurred by SGI as a resu… 54 …or written permission of SGI; or (iii) any title to or ownership of the Original Code, which shall… 58 …s the third party's intellectual property rights, Recipient will promptly notify SGI of such claim. 60 …SGI may publish revised and/or new versions of the License from time to time, each with a distingu… 62 …NFRINGEMENT. SGI ASSUMES NO RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE. SHOULD THE SOF… [all …]
|
/openbmc/linux/arch/mips/fw/arc/ |
H A D | identify.c | 10 * 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",
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 740 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 …]
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-alpine-msi.c | 34 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 …]
|
/openbmc/linux/drivers/net/ethernet/sgi/ |
H A D | Kconfig | 3 # 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"
|
/openbmc/linux/fs/efs/ |
H A D | super.c | 48 {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 …]
|
/openbmc/linux/sound/mips/ |
H A D | Makefile | 6 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
|
H A D | Kconfig | 14 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.
|
/openbmc/linux/arch/mips/ |
H A D | Kbuild.platforms | 25 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/
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | ip22-hpc.c | 14 #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()
|
H A D | ip22-setup.c | 3 * 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>
|
H A D | ip22-eisa.c | 2 * 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>
|
H A D | ip22-platform.c | 9 #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 D | ip22-berr.c | 16 #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 D | ip22-time.c | 28 #include <asm/sgi/ioc.h> 29 #include <asm/sgi/hpc3.h> 30 #include <asm/sgi/ip22.h> 118 /* Generic SGI handler for (spurious) 8254 interrupts */
|
H A D | ip22-gio.c | 10 #include <asm/sgi/gio.h> 11 #include <asm/sgi/hpc3.h> 12 #include <asm/sgi/mc.h> 13 #include <asm/sgi/ip22.h> 21 { .name = "SGI Impact", .id = 0x10 }, 27 { .name = "SGI Newport", .id = 0x7e }, 28 { .name = "SGI GR2/GR3", .id = 0x7f },
|
/openbmc/linux/block/partitions/ |
H A D | sgi.c | 3 * 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()
|
/openbmc/linux/drivers/watchdog/ |
H A D | indydog.c | 3 * IndyDog 0.3 A Hardware Watchdog Device for SGI IP22 25 #include <asm/sgi/mc.h> 105 .identity = "Hardware Watchdog for SGI IP22", in indydog_ioctl() 188 pr_info("Hardware Watchdog Timer for SGI IP22: 0.3\n"); in watchdog_init() 203 MODULE_DESCRIPTION("Hardware Watchdog Device for SGI IP22");
|
/openbmc/linux/drivers/input/misc/ |
H A D | sgi_btns.c | 3 * SGI Volume Button interface driver 14 #include <asm/sgi/ioc.h> 96 input->name = "SGI buttons"; in sgi_buttons_probe() 97 input->phys = "sgi/input0"; in sgi_buttons_probe()
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 2093 struct felix_stream_gate *sgi) in vsc9959_psfp_parse_gate() argument 2095 sgi->index = entry->hw_index; in vsc9959_psfp_parse_gate() 2096 sgi->ipv_valid = (entry->gate.prio < 0) ? 0 : 1; in vsc9959_psfp_parse_gate() 2097 sgi->init_ipv = (sgi->ipv_valid) ? entry->gate.prio : 0; in vsc9959_psfp_parse_gate() 2098 sgi->basetime = entry->gate.basetime; in vsc9959_psfp_parse_gate() 2099 sgi->cycletime = entry->gate.cycletime; in vsc9959_psfp_parse_gate() 2100 sgi->num_entries = entry->gate.num_entries; in vsc9959_psfp_parse_gate() 2101 sgi->enable = 1; in vsc9959_psfp_parse_gate() 2103 memcpy(sgi->entries, entry->gate.entries, in vsc9959_psfp_parse_gate() 2113 struct felix_stream_gate *sgi) in vsc9959_psfp_sgi_set() argument [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | rs.c | 143 * represent the value 4 rather then using SGI in iwl_new_rate_from_v1() 200 bool sgi; in rs_pretty_print_rate() local 231 sgi = format == RATE_MCS_HE_MSK ? in rs_pretty_print_rate() 238 (sgi) ? "SGI " : "NGI ", in rs_pretty_print_rate()
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-ip32.c | 88 .name = "SGI O2 PCI MEM", 94 .name = "SGI O2 PCI IO", 102 .name = "SGI O2 PCI MEM", 108 .name = "SGI O2 PCI IO",
|
/openbmc/linux/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 28 /* SGI number used for Event management driver */ 483 pr_warn("Unhandled SGI node 0x%x event 0x%x. Expected with Xen hypervisor\n", in xlnx_call_notify_cb_handler() 563 * for each SGI interrupt ensure its mapped by GIC IRQ domain in xlnx_event_init_sgi() 580 /* Each SGI needs to be associated with GIC's IRQ domain. */ in xlnx_event_init_sgi() 589 * 3 args for: interrupt type (SGI), interrupt # (set later), type in xlnx_event_init_sgi() 593 /* Set SGI's hwirq */ in xlnx_event_init_sgi() 641 /* Initialize the SGI */ in xlnx_event_manager_probe() 644 dev_err(&pdev->dev, "SGI Init has been failed with %d\n", ret); in xlnx_event_manager_probe() 654 dev_err(&pdev->dev, "SGI %d Registration over TF-A failed with %d\n", sgi_num, ret); in xlnx_event_manager_probe() 661 dev_info(&pdev->dev, "SGI %d Registered over TF-A\n", sgi_num); in xlnx_event_manager_probe() [all …]
|
/openbmc/linux/net/mac80211/ |
H A D | airtime.c | 24 #define MCS_SYMBOL_TIME(sgi, ksyms) \ argument 25 (sgi ? \ 31 #define MCS_DURATION(streams, sgi, bps) \ argument 32 ((u32)MCS_SYMBOL_TIME(sgi, MCS_N_KSYMS((streams) * (bps)))) 34 #define MCS_DURATION_S(shift, streams, sgi, bps) \ argument 35 ((u16)((MCS_DURATION(streams, sgi, bps) >> shift))) 64 * Define group sort order: HT40 -> SGI -> #streams 67 #define IEEE80211_HT_STREAM_GROUPS 4 /* BW(=2) * SGI(=2) */ 68 #define IEEE80211_VHT_STREAM_GROUPS 8 /* BW(=4) * SGI(=2) */ 407 bool sgi = status->enc_flags & RX_ENC_FLAG_SHORT_GI; in ieee80211_get_rate_duration() local [all …]
|