Searched full:tint (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/irqchip/ |
H A D | irq-renesas-rzg2l.c | 332 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/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | cirrus,clps711x-intc.txt | 23 11: TINT 64Hz tick
|
/linux/drivers/mmc/host/ |
H A D | pxamci.h | 61 #define TINT (1 << 7) macro
|
/linux/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 255 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()
|
H A D | 7990.h | 150 = BABL | MISS | MERR | RINT | TINT | IDON */
|
H A D | ariadne.h | 185 #define TINT 0x0002 /* Transmit Interrupt */ macro
|
H A D | amd8111e.c | 1105 /* Current driver processes 4 interrupts : RINT,TINT,LCINT,STINT */ in amd8111e_interrupt()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/ |
H A D | ia_css_eed1_8_param.h | 25 * Used in Tint color suppression.
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_vid.c | 201 /* Brightness, contrast, tint, saturation */ in sti_vid_init()
|
/linux/arch/microblaze/kernel/ |
H A D | timer.c | 90 * TINT - clear interrupt status in xilinx_timer0_start_periodic()
|
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 581 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/drivers/power/supply/ |
H A D | 88pm860x_battery.c | 77 /* TBAT for batt, TINT for chip itself */ 108 unsigned temp_type:1; /* TINT or TBAT */
|
/linux/drivers/media/i2c/ |
H A D | vpx3220.c | 172 0x1c, 0x00, /* NTSC tint angle */
|
/linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 433 * @eff_tint: Chrominance increment values of tint (used for sepia effect)
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | cx2341x-devel.rst | 3545 Green tint 3551 Red tint
|