Home
last modified time | relevance | path

Searched full:vint (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/irqchip/
Dirq-ti-sci-inta.c47 * hwirq and vint bit.
50 * @vint_bit: Corresponding vint bit to which this event is attached.
61 * @domain: Pointer to IRQ domain to which this vint belongs.
62 * @list: List entry for the vint list
63 * @event_map: Bitmap to manage the allocation of events to vint.
64 * @events: Array of event descriptors assigned to this vint.
66 * @vint_id: TISCI vint ID
81 * @vint: TISCI resource pointer representing IA inerrupts.
102 struct ti_sci_resource *vint; member
105 /* Mutex to protect vint list */
[all …]
Dirq-gic-v3-its.c1351 * There is no real VINT command. This is just a normal INT, in its_send_vint()
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/
Dti,sci-inta.yaml23 | Intmap VINT |
25 m ------>| | vint | bit | | 0 |.....|63| vint0 |
32 | | vint | bit | | 0 |.....|63| vintx |
42 Configuration of these Intmap registers that maps global events to vint is
47 system controller to map specific global event to vint, bit pair.
/Linux-v5.10/arch/mips/pistachio/
Dirq.c18 pr_info("VINT is %s\n", cpu_has_vint ? "on" : "off"); in arch_init_irq()
/Linux-v5.10/drivers/firmware/
Dti_sci.c1820 * @vint: Virtual interrupt to be used within the IA
1831 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_manage_irq() argument
1864 req->vint = vint; in ti_sci_manage_irq()
1895 * @vint: Virtual interrupt to be used within the IA
1905 u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_set_irq() argument
1908 …s = 0x%x from src = %d, index = %d, to dst = %d, irq = %d,via ia_id = %d, vint = %d, global event … in ti_sci_set_irq()
1910 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_set_irq()
1914 dst_id, dst_host_irq, ia_id, vint, in ti_sci_set_irq()
1929 * @vint: Virtual interrupt to be used within the IA
1939 u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_free_irq() argument
[all …]
Dti_sci.h599 * 3 - Valid bit for @vint
609 * vint resides.
610 * @vint: Virtual interrupt number if the interrupt route
638 u16 vint; member
/Linux-v5.10/include/linux/soc/ti/
Dti_sci_protocol.h241 u16 src_index, u16 ia_id, u16 vint,
246 u16 src_index, u16 ia_id, u16 vint,
/Linux-v5.10/drivers/media/platform/
Drcar_fdp1.c1079 * VINT can call us to see if we can queue another job. in fdp1_device_process()
1118 /* Registers will update to HW at next VINT */ in fdp1_device_process()
1121 /* Enable VINT Generator */ in fdp1_device_process()
1352 * be called from a VINT handler in device_frame_end()
/Linux-v5.10/drivers/regulator/
DKconfig599 Exynos-4 chips to control VARM and VINT voltages.
/Linux-v5.10/arch/mips/kvm/
Dtrap_emul.c918 /* No VInt, so no VS, read-only for now */ in kvm_trap_emul_set_one_reg()
Dvz.c143 * VInt, SP, CDMM, MT, SM, TL]
/Linux-v5.10/drivers/media/pci/cx88/
Dcx88-core.c722 value |= (1 << 3); // VINT (interlaced vertical scaling) in cx88_set_scale()