/openbmc/linux/drivers/irqchip/ |
H A D | irq-tegra.c | 80 static struct tegra_ictlr_info *lic; variable 124 lic->ictlr_wake_mask[index] |= mask; in tegra_set_wake() 126 lic->ictlr_wake_mask[index] &= ~mask; in tegra_set_wake() 142 void __iomem *ictlr = lic->base[i]; in tegra_ictlr_suspend() 145 lic->cpu_ier[i] = readl_relaxed(ictlr + ICTLR_CPU_IER); in tegra_ictlr_suspend() 146 lic->cpu_iep[i] = readl_relaxed(ictlr + ICTLR_CPU_IEP_CLASS); in tegra_ictlr_suspend() 147 lic->cop_ier[i] = readl_relaxed(ictlr + ICTLR_COP_IER); in tegra_ictlr_suspend() 148 lic->cop_iep[i] = readl_relaxed(ictlr + ICTLR_COP_IEP_CLASS); in tegra_ictlr_suspend() 157 writel_relaxed(lic->ictlr_wake_mask[i], ictlr + ICTLR_CPU_IER_SET); in tegra_ictlr_suspend() 171 void __iomem *ictlr = lic->base[i]; in tegra_ictlr_resume() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | license_image.bbclass | 10 COMPLEMENTARY_GLOB[lic-pkgs] = "*-lic" 15 if 'lic-pkgs' in features: 16 …bb.error("'lic-pkgs' in IMAGE_FEATURES but LICENSE_CREATE_PACKAGE not enabled to generate -lic pac… 102 for lic in pkg_dic[pkg]["LICENSES"]: 107 re.sub(r'\+', '', lic)) 111 if lic == "CLOSED": 118 % (lic, pkg_dic[pkg]["PN"]), d) 147 pkg_manifest_licenses = [oe.license.canonical_license(d, lic) \ 148 for lic in pkg_dic[pkg]["LICENSES"]] 151 for lic in licenses: [all …]
|
H A D | core-image.bbclass | 32 # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires
|
/openbmc/linux/Documentation/devicetree/bindings/timestamp/ |
H A D | nvidia,tegra194-hte.yaml | 25 - nvidia,tegra194-gte-lic 27 - nvidia,tegra234-gte-lic 51 LIC instance has 11 slices and Tegra234 LIC has 17 slices. 92 - nvidia,tegra194-gte-lic 103 - nvidia,tegra234-gte-lic 133 compatible = "nvidia,tegra194-gte-lic";
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | license.py | 154 excluded = [lic for lic in licenses if exclude_license(lic)] 155 included = [lic for lic in licenses if include_license(lic)] 177 lic = node.s 179 if license_ok(self._canonical_license(self._d, lic), 204 self.licensestr += lic 205 self.licenses.append(lic) 262 return [lic for lic in bad_licenses if pkg + ':' + lic not in exceptions] 312 return a if all(license_ok(canonical_license(d, lic), 313 dont_want_licenses) for lic in a) else b
|
H A D | sbom30.py | 556 lic = self.find_filter( 561 if lic is not None: 562 return lic 565 lic = self.find_by_id(self.new_spdxid(*spdxid)) 566 if lic is not None: 567 return lic 569 lic = self.add( 579 lic.simplelicensing_customIdToUri.append( 583 return lic 592 lic = self.new_license_expression(extracted_lic, license_data) [all …]
|
H A D | spdx30_tasks.py | 43 lic = objset.find_filter( 48 if lic is not None: 49 simple_license_text[name] = lic 50 return lic 52 lic = objset.add( 59 objset.set_element_alias(lic) 60 simple_license_text[name] = lic 63 lic.simplelicensing_licenseText = "Software released to the public domain" 64 return lic 72 lic.simplelicensing_licenseText = f.read() [all …]
|
H A D | spdx_common.py | 33 ascii_licenses = [lic.decode("ascii") for lic in licenses]
|
/openbmc/qemu/hw/intc/ |
H A D | loongson_ipi.c | 36 LoongsonIPIClass *lic = LOONGSON_IPI_GET_CLASS(dev); in loongson_ipi_realize() local 40 lic->parent_realize(dev, &local_err); in loongson_ipi_realize() 69 LoongsonIPIClass *lic = LOONGSON_IPI_CLASS(klass); in loongson_ipi_class_init() local 73 &lic->parent_realize); in loongson_ipi_class_init() 75 &lic->parent_unrealize); in loongson_ipi_class_init()
|
/openbmc/linux/Documentation/driver-api/hte/ |
H A D | tegra-hte.rst | 9 driver implements two GTE instances: 1) GPIO GTE and 2) LIC 34 LIC (Legacy Interrupt Controller) IRQ GTE 37 This GTE instance timestamps LIC IRQ lines in real time. The hte devicetree
|
/openbmc/openbmc/poky/scripts/ |
H A D | pull-sdpx-licenses.py | 70 for idx, lic in enumerate(spdx_licenses["licenses"]): 71 lic_id = lic["licenseId"] 82 req = urllib.request.Request(lic["detailsUrl"])
|
H A D | test-reexec | 38 populate_lic) sstask="populate-lic"
|
/openbmc/linux/drivers/hte/ |
H A D | Kconfig | 23 systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs 31 framework to timestamp GPIO and LIC IRQ lines.
|
H A D | hte-tegra194-test.c | 20 * hardware timestamp on gpio_in and specified LIC IRQ lines. 43 * - For the LIC IRQ line, it uses 0x19 interrupt which is i2c controller 1.
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm7xx-bootblock_10.10.19.bb | 14 https://raw.githubusercontent.com/Nuvoton-Israel/bootblock/${SRCREV}/LICENSE;name=lic \ 18 SRC_URI[lic.md5sum] = "b234ee4d69f5fce4486a80fdaf4a4263"
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | incompatible_lic.py | 11 def lic_test(self, pn, pn_lic, lic, error_msg=None): argument 15 self.write_config("INCOMPATIBLE_LICENSE += \"%s\"" % (lic)) 64 def lic_test(self, pn, pn_lic, lic): argument 67 self.write_config("INCOMPATIBLE_LICENSE += \"%s\"" % (lic))
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | license.py | 58 if all(lic in self.preferred for lic in b):
|
/openbmc/linux/scripts/ |
H A D | spdxcheck.py | 76 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 77 if not lic in spdx.licenses: 78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 79 spdx.exceptions[exception].append(lic)
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | nvidia,tegra20-ictlr.txt | 12 - compatible : should be: "nvidia,tegra<chip>-ictlr". The LIC on
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 634 lics = [lic for lic in lics if lic not in licenses] 652 for lic in lic_files_chksum: 653 f.write(" " + lic + " \\\n")
|
/openbmc/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 98 if (info->lic) in stsi_1_1_1() 99 seq_printf(m, "LIC Identifier: %016lx\n", info->lic); in stsi_1_1_1()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.4.rst | 228 - The ``-lic`` package is no longer automatically added to 232 you should instead add the new ``lic-pkgs`` feature to
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | sysinfo.h | 25 unsigned long lic; member
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | bpmp-tegra210.c | 117 * Tegra Legacy Interrupt Controller (LIC) is used to notify BPMP of in tegra210_bpmp_ring_doorbell()
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/ |
H A D | trusted-firmware-a.inc | 51 # This should be set to MBEDTLS LIC FILES checksum
|