| /kernel/linux/linux-6.6/drivers/irqchip/ |
| D | irq-ti-sci-inta.c | 47 * 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 interrupts. 102 struct ti_sci_resource *vint; member 105 /* Mutex to protect vint list */ [all …]
|
| D | irq-gic-v3-its.c | 1387 * There is no real VINT command. This is just a normal INT, in its_send_vint()
|
| /kernel/linux/linux-5.10/drivers/irqchip/ |
| D | irq-ti-sci-inta.c | 47 * 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 interrupts. 102 struct ti_sci_resource *vint; member 105 /* Mutex to protect vint list */ [all …]
|
| D | irq-gic-v3-its.c | 1369 * There is no real VINT command. This is just a normal INT, in its_send_vint()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | ti,sci-inta.yaml | 23 | 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.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | ti,sci-inta.yaml | 23 | 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.
|
| /kernel/linux/linux-5.10/arch/mips/pistachio/ |
| D | irq.c | 18 pr_info("VINT is %s\n", cpu_has_vint ? "on" : "off"); in arch_init_irq()
|
| /kernel/linux/linux-5.10/drivers/firmware/ |
| D | ti_sci.c | 1807 * @vint: Virtual interrupt to be used within the IA 1818 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_manage_irq() argument 1851 req->vint = vint; in ti_sci_manage_irq() 1882 * @vint: Virtual interrupt to be used within the IA 1892 u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_set_irq() argument 1895 …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() 1897 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_set_irq() 1901 dst_id, dst_host_irq, ia_id, vint, in ti_sci_set_irq() 1916 * @vint: Virtual interrupt to be used within the IA 1926 u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_free_irq() argument [all …]
|
| D | ti_sci.h | 599 * 3 - Valid bit for @vint 609 * vint resides. 610 * @vint: Virtual interrupt number if the interrupt route 638 u16 vint; member
|
| /kernel/linux/linux-6.6/drivers/firmware/ |
| D | ti_sci.c | 1825 * @vint: Virtual interrupt to be used within the IA 1836 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_manage_irq() argument 1869 req->vint = vint; in ti_sci_manage_irq() 1900 * @vint: Virtual interrupt to be used within the IA 1910 u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_set_irq() argument 1913 …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() 1915 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_set_irq() 1919 dst_id, dst_host_irq, ia_id, vint, in ti_sci_set_irq() 1934 * @vint: Virtual interrupt to be used within the IA 1944 u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_free_irq() argument [all …]
|
| D | ti_sci.h | 602 * 3 - Valid bit for @vint 612 * vint resides. 613 * @vint: Virtual interrupt number if the interrupt route 641 u16 vint; member
|
| /kernel/linux/linux-5.10/include/linux/soc/ti/ |
| D | ti_sci_protocol.h | 241 u16 src_index, u16 ia_id, u16 vint, 246 u16 src_index, u16 ia_id, u16 vint,
|
| /kernel/linux/linux-6.6/include/linux/soc/ti/ |
| D | ti_sci_protocol.h | 257 u16 src_index, u16 ia_id, u16 vint, 262 u16 src_index, u16 ia_id, u16 vint,
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| D | proc.c | 231 seq_puts(m, " vint"); in show_cpuinfo()
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
| D | rcar_fdp1.c | 1079 * 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()
|
| /kernel/linux/linux-5.10/drivers/media/platform/ |
| D | rcar_fdp1.c | 1079 * 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()
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | Kconfig | 599 Exynos-4 chips to control VARM and VINT voltages.
|
| /kernel/linux/linux-5.10/arch/mips/kvm/ |
| D | trap_emul.c | 918 /* No VInt, so no VS, read-only for now */ in kvm_trap_emul_set_one_reg()
|
| D | vz.c | 143 * VInt, SP, CDMM, MT, SM, TL]
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
| D | cx88-core.c | 736 value |= (1 << 3); // VINT (interlaced vertical scaling) in cx88_set_scale()
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
| D | cx88-core.c | 722 value |= (1 << 3); // VINT (interlaced vertical scaling) in cx88_set_scale()
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | Kconfig | 701 Exynos-4 chips to control VARM and VINT voltages.
|
| /kernel/linux/linux-6.6/arch/mips/kvm/ |
| D | vz.c | 143 * VInt, SP, CDMM, MT, SM, TL]
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 41409 + unsigned int *p, *vint; 41412 + vint = (unsigned int *)vaddr; 41414 + p = (int *)&vint[i];
|