Searched full:latches (Results 1 – 25 of 53) sorted by relevance
123
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 3 By attaching hardware latches to the EBU it is possible to create output 5 written to outputs 16 bit to the latches.
|
D | gpio-latch.yaml | 13 This binding describes a GPIO multiplexer based on latches connected to 43 of number of latches and the number of inputs per latch is derived from
|
D | netxbig-gpio-ext.txt | 8 - enable-gpio: latches the new configuration (address, data) on raising edge.
|
/linux-6.12.1/sound/isa/gus/ |
D | gus_main.c | 23 static int snd_gus_init_dma_irq(struct snd_gus_card * gus, int latches); 261 static int snd_gus_init_dma_irq(struct snd_gus_card * gus, int latches) in snd_gus_init_dma_irq() argument 319 if (latches) { in snd_gus_init_dma_irq() 330 if (latches) { in snd_gus_init_dma_irq() 338 if (latches) in snd_gus_init_dma_irq() 339 gus->mix_cntrl_reg |= 0x08; /* enable latches */ in snd_gus_init_dma_irq() 341 gus->mix_cntrl_reg &= ~0x08; /* disable latches */ in snd_gus_init_dma_irq()
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-mm-lantiq.c | 21 * By attaching hardware latches to the EBU it is possible to create output 23 * written to outputs 16 bit to the latches. 31 u16 shadow; /* shadow the latches state */
|
D | gpio-latch.c | 8 * multiplexer based on latches like this: 36 * The above is just an example. The actual number of number of latches and
|
D | gpio-sodaville.c | 147 * This gpio irq controller latches level irqs. Testing shows that if in sdv_register_irqsupport()
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | amplc_dio200_pci.c | 133 * 9. "Pattern occurred" latched signal, latches HIGH when pattern 135 * 10. "Pattern gone away" latched signal, latches LOW when pattern 139 * 12. Negated "pattern occurred" latched signal, latches LOW when 141 * 13. Negated "pattern gone away" latched signal, latches LOW when 192 * register, a rising edge on the source signal latches the corresponding
|
D | amplc_dio200.c | 159 * register, a rising edge on the source signal latches the corresponding
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | prm3xxx.c | 395 * omap3_prm_reconfigure_io_chain - clear latches and reconfigure I/O chain 426 * omap3xxx_prm_enable_io_wakeup - enable wakeup events from I/O wakeup latches 428 * Activates the I/O wakeup event latches and allows events logged by 429 * those latches to signal a wakeup event to the PRCM. For I/O
|
D | prm44xx.c | 297 * omap44xx_prm_reconfigure_io_chain - clear latches and reconfigure I/O chain 344 * omap44xx_prm_enable_io_wakeup - enable wakeup events from I/O wakeup latches 346 * Activates the I/O wakeup event latches and allows events logged by 347 * those latches to signal a wakeup event to the PRCM. For I/O wakeups
|
/linux-6.12.1/arch/mips/generic/ |
D | board-ranchu.c | 24 * Reading the low address latches the high value in read_rtc_time()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_dsi_encoder.c | 97 * before the disable latches, which results that some of in mdp4_dsi_encoder_disable()
|
D | mdp4_dtv_encoder.c | 100 * before the disable latches, which results that some of in mdp4_dtv_encoder_disable()
|
D | mdp4_lcdc_encoder.c | 282 * before the disable latches, which results that some of in mdp4_lcdc_encoder_disable()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | mac_via.h | 203 #define vT1LL 0x0c00 /* [VIA only] Timer one latches low. */ 204 #define vT1LH 0x0e00 /* [VIA only] Timer one latches high. */
|
/linux-6.12.1/include/video/ |
D | cirrus.h | 64 #define CL_CRT22 0x22 /* Graphics Data Latches ReadBack */
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-aspeed-vic.c | 83 /* Clear edge detection latches */ in vic_init_hw()
|
/linux-6.12.1/arch/m68k/mac/ |
D | via.c | 179 via1[vACR] &= ~0x03; /* disable port A & B latches */ in via_init() 233 via2[vACR] &= ~0x03; /* disable port A & B latches */ in via_init()
|
/linux-6.12.1/drivers/clocksource/ |
D | timer-fsl-ftm.c | 116 * to the MOD register latches the value into a buffer. The MOD in ftm_set_next_event()
|
/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_encoder.c | 145 * before the disable latches, which results that some of in mdp5_vid_encoder_disable()
|
/linux-6.12.1/drivers/iio/adc/ |
D | ti-lmp92064.c | 132 * The ADC only latches in new samples if all DATA registers are read in lmp92064_read_meas()
|
/linux-6.12.1/drivers/w1/slaves/ |
D | w1_ds2408.c | 210 * Writing to the activity file resets the activity latches.
|
/linux-6.12.1/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 210 or userspace clients as it signals the point at which hardware latches to
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-palmas.c | 41 /* Copy RTC counting registers to static registers or latches */ in palmas_rtc_read_time()
|
123