Home
last modified time | relevance | path

Searched full:tint (Results 1 – 19 of 19) sorted by relevance

/linux-6.14.4/drivers/irqchip/
Dirq-renesas-rzv2h.c61 /* TINT */
269 u32 tint, sense; in rzv2h_tint_set_type() local
293 tint = (u32)(uintptr_t)irq_data_get_irq_chip_data(d); in rzv2h_tint_set_type()
294 if (tint > ICU_PB5_TINT) in rzv2h_tint_set_type()
313 tssr |= ICU_TSSR_TSSEL_PREP(tint, tssel_n); in rzv2h_tint_set_type()
367 unsigned long tint = 0; in rzv2h_icu_alloc() local
377 * For TINT interrupts the hwirq and TINT are encoded in in rzv2h_icu_alloc()
380 * TINT is embedded in bits 16-31. in rzv2h_icu_alloc()
383 tint = ICU_TINT_EXTRACT_GPIOINT(hwirq); in rzv2h_icu_alloc()
394 (void *)(uintptr_t)tint); in rzv2h_icu_alloc()
Dirq-renesas-rzg2l.c332 u32 tint = (u32)(uintptr_t)irq_data_get_irq_chip_data(d); in rzg2l_disable_tint_and_set_tint_source() local
337 /* Set TINT and leave TIEN clear */ in rzg2l_disable_tint_and_set_tint_source()
338 reg |= tint << TSSEL_SHIFT(tssr_offset); in rzg2l_disable_tint_and_set_tint_source()
472 unsigned long tint = 0; in rzg2l_irqc_alloc() local
482 * For TINT interrupts ie where pinctrl driver is child of irqc domain in rzg2l_irqc_alloc()
483 * the hwirq and TINT are encoded in fwspec->param[0]. in rzg2l_irqc_alloc()
484 * hwirq for TINT range from 9-40, hwirq is embedded 0-15 bits and TINT in rzg2l_irqc_alloc()
485 * from 16-31 bits. TINT from the pinctrl driver needs to be programmed in rzg2l_irqc_alloc()
489 tint = TINT_EXTRACT_GPIOINT(hwirq); in rzg2l_irqc_alloc()
500 (void *)(uintptr_t)tint); in rzg2l_irqc_alloc()
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/
Dcirrus,clps711x-intc.txt23 11: TINT 64Hz tick
Drenesas,rzv2h-icu.yaml18 TINT), error interrupts, DMAC requests, GPT interrupts, and internal
/linux-6.14.4/drivers/mmc/host/
Dpxamci.h61 #define TINT (1 << 7) macro
/linux-6.14.4/drivers/net/ethernet/amd/
Dariadne.c255 while ((csr0 = lance->RDP) & (ERR | RINT | TINT) && --boguscnt >= 0) { in ariadne_interrupt()
291 if (csr0 & TINT) in ariadne_interrupt()
292 pr_cont(" TINT"); in ariadne_interrupt()
304 if (csr0 & TINT) { /* Tx-done interrupt */ in ariadne_interrupt()
D7990.h150 = BABL | MISS | MERR | RINT | TINT | IDON */
Dariadne.h185 #define TINT 0x0002 /* Transmit Interrupt */ macro
Damd8111e.c1105 /* Current driver processes 4 interrupts : RINT,TINT,LCINT,STINT */ in amd8111e_interrupt()
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
Dia_css_eed1_8_types.h42 s32 fc_coring_prm; /** Chroma coring coefficient for tint color suppression. */
Dia_css_eed1_8_param.h25 * Used in Tint color suppression.
/linux-6.14.4/drivers/gpu/drm/sti/
Dsti_vid.c201 /* Brightness, contrast, tint, saturation */ in sti_vid_init()
/linux-6.14.4/arch/microblaze/kernel/
Dtimer.c90 * TINT - clear interrupt status in xilinx_timer0_start_periodic()
/linux-6.14.4/tools/bpf/bpftool/
Dgen.c581 printf("\tint fd = skel_raw_tracepoint_open(\"%s\", prog_fd);\n", tp_name); in codegen_attach_detach()
586 printf("\tint fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER);\n"); in codegen_attach_detach()
588 printf("\tint fd = skel_raw_tracepoint_open(NULL, prog_fd);\n"); in codegen_attach_detach()
591 printf("\tint fd = ((void)prog_fd, 0); /* auto-attach not supported */\n"); in codegen_attach_detach()
1336 printf("\t\tint %s_fd;\n", in do_skeleton()
1350 printf("t\tint %s_fd;\n", ident); in do_skeleton()
/linux-6.14.4/drivers/power/supply/
D88pm860x_battery.c78 /* TBAT for batt, TINT for chip itself */
109 unsigned temp_type:1; /* TINT or TBAT */
/linux-6.14.4/drivers/media/i2c/
Dvpx3220.c172 0x1c, 0x00, /* NTSC tint angle */
/linux-6.14.4/include/uapi/linux/
Drkisp1-config.h433 * @eff_tint: Chrominance increment values of tint (used for sepia effect)
/linux-6.14.4/Documentation/driver-api/media/drivers/
Dcx2341x-devel.rst3545 Green tint
3551 Red tint
/linux-6.14.4/drivers/pinctrl/renesas/
Dpinctrl-rzg2l.c255 * @tint_start_index: the start index for the TINT interrupts