Home
last modified time | relevance | path

Searched refs:lic (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-tegra.c80 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 in tegra_ictlr_resume()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-tegra.c80 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 in tegra_ictlr_resume()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py60 for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
61 if not lic in spdx.licenses:
62 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
63 spdx.exceptions[exception].append(lic)
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py76 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)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsysinfo.h25 unsigned long lic; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsysinfo.h25 unsigned long lic; member
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsysinfo.c94 if (info->lic) in stsi_1_1_1()
95 seq_printf(m, "LIC Identifier: %016lx\n", info->lic); in stsi_1_1_1()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsysinfo.c98 if (info->lic) in stsi_1_1_1()
99 seq_printf(m, "LIC Identifier: %016lx\n", info->lic); in stsi_1_1_1()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c11650 u32 lic = SHMEM_RD(bp, in bnx2x_shared_fcoe_funcs() local
11653 if (lic) in bnx2x_shared_fcoe_funcs()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c11651 u32 lic = SHMEM_RD(bp, in bnx2x_shared_fcoe_funcs() local
11654 if (lic) in bnx2x_shared_fcoe_funcs()

Completed in 38 milliseconds