Home
last modified time | relevance | path

Searched full:lic (Results 1 – 21 of 21) sorted by relevance

/linux/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->base[i]; in tegra_ictlr_resume()
[all …]
/linux/Documentation/devicetree/bindings/timestamp/
H A Dnvidia,tegra194-hte.yaml25 - 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";
/linux/Documentation/driver-api/hte/
H A Dtegra-hte.rst9 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
/linux/drivers/hte/
H A DKconfig24 systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
32 framework to timestamp GPIO and LIC IRQ lines.
H A Dhte-tegra194-test.c20 * 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.
H A Dhte-tegra194.c655 { .compatible = "nvidia,tegra194-gte-lic", .data = &t194_lic_hte},
657 { .compatible = "nvidia,tegra234-gte-lic", .data = &t234_lic_hte},
/linux/drivers/firmware/tegra/
H A Dbpmp-tegra210.c117 * Tegra Legacy Interrupt Controller (LIC) is used to notify BPMP of in tegra210_bpmp_ring_doorbell()
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra114.dtsi12 interrupt-parent = <&lic>;
232 lic: interrupt-controller@60004000 { label
H A Dtegra20.dtsi13 interrupt-parent = <&lic>;
264 lic: interrupt-controller@60004000 { label
H A Dtegra124.dtsi15 interrupt-parent = <&lic>;
340 lic: interrupt-controller@60004000 { label
H A Dtegra30.dtsi14 interrupt-parent = <&lic>;
390 lic: interrupt-controller@60004000 { label
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132.dtsi15 interrupt-parent = <&lic>;
205 lic: interrupt-controller@60004000 { label
H A Dtegra210.dtsi16 interrupt-parent = <&lic>;
483 lic: interrupt-controller@60004000 { label
H A Dtegra194.dtsi1356 compatible = "nvidia,tegra194-gte-lic";
H A Dtegra234.dtsi3375 compatible = "nvidia,tegra234-gte-lic";
/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst343 sonixb 0c45:602d LIC-200 LG
/linux/drivers/hv/
H A Dhv_kvp.c107 * As part of this registration, pass the LIC version number.
/linux/tools/hv/
H A Dhv_kvp_daemon.c1906 syslog(LOG_INFO, "KVP LIC Version: %s", in main()
/linux/drivers/net/wireless/ath/ath5k/
H A Dreg.h528 #define AR5K_CCFG_CCU_CD_THRES 0x00000080 /* CCU Cyc(lic?) debt threshold (field) */
/linux/drivers/soc/tegra/
H A Dpmc.c376 * are dealt with in the LIC.
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c11653 u32 lic = SHMEM_RD(bp, in bnx2x_shared_fcoe_funcs()
11656 if (lic) in bnx2x_shared_fcoe_funcs()
11650 u32 lic = SHMEM_RD(bp, bnx2x_shared_fcoe_funcs() local