Home
last modified time | relevance | path

Searched refs:SSR (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boot/compressed/
Dhead_64.S114 putcon r22, SSR
145 putcon r22, SSR
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-rcar.c66 #define SSR (1 << 4) /* stop received */ macro
580 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq()
584 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq()
588 rcar_i2c_write(priv, ICSSR, ~(SAR | SSR) & 0xff); in rcar_i2c_slave_irq()
592 if (ssr_filtered & SSR) { in rcar_i2c_slave_irq()
596 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); in rcar_i2c_slave_irq()
/kernel/linux/linux-5.10/sound/pci/aw2/
Dsaa7146.h35 #define SSR 0x114 macro
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-fs-f2fs91 Description: Controls the free section threshold to trigger SSR allocation.
92 If this is large, SSR mode will be enabled early.
120 when conducting SSR and cleaning operations. The default value
/kernel/linux/linux-5.10/include/media/drv-intf/
Dsaa7146.h380 #define SSR 0x114 /* Secondary status register */ macro
/kernel/linux/linux-5.10/drivers/tty/
Dsynclink_gt.c376 #define SSR 0x8e /* serial status */ macro
2037 while (rd_reg16(info, SSR) & IRQ_RXDATA) { in isr_rxdata()
2067 unsigned short status = rd_reg16(info, SSR); in isr_serial()
2071 wr_reg16(info, SSR, status); /* clear pending */ in isr_serial()
3896 wr_reg16(info, SSR, IRQ_RXIDLE + IRQ_RXOVER); in rx_stop()
3911 wr_reg16(info, SSR, IRQ_RXOVER); in rx_start()
3977 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_start()
3982 wr_reg16(info, SSR, IRQ_TXIDLE); in tx_start()
4006 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_stop()
4447 unsigned short status = rd_reg16(info, SSR); in get_gtsignals()
/kernel/linux/linux-5.10/fs/f2fs/
Ddebug.c497 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
Dsegment.c2503 if (sbi->ckpt->alloc_type[i] == SSR) in f2fs_npages_for_summary_flush()
2787 if (seg->alloc_type == SSR) in __refresh_next_blkoff()
2834 curseg->alloc_type = SSR; in change_curseg()
2884 get_atssr_segment(sbi, CURSEG_ALL_DATA_ATGC, CURSEG_COLD_DATA, SSR, 0); in __f2fs_init_atgc_curseg()
3026 else if (need_ssr_by_type(sbi, type, contig_level) && get_ssr_segment(sbi, type, SSR, 0)) in allocate_segment_by_default()
3029 get_ssr_segment(sbi, type, SSR, 0)) in allocate_segment_by_default()
3052 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize()
3928 if (seg_i->alloc_type == SSR) in read_compacted_summaries()
4097 if (sbi->ckpt->alloc_type[i] == SSR) in write_compacted_summaries()
4827 if (curseg->alloc_type == SSR) in sanity_check_curseg()
Dgc.c224 if (p->alloc_mode == SSR) { in select_policy()
269 if (p->alloc_mode == SSR) in get_max_cost()
340 if (p->alloc_mode == SSR) in get_gc_cost()
Dsegment.h164 SSR, enumerator
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dimsttfb.c71 SSR = 25, /* 0x64 */ enumerator
750 write_reg_le32(par->dc_regs, SSR, off); in set_offset()
1368 write_reg_le32(par->dc_regs, SSR, 0); in init_imstt()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_core.c322 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
/kernel/linux/linux-5.10/include/trace/events/
Df2fs.h39 TRACE_DEFINE_ENUM(SSR);
116 { SSR, "SSR-mode" }, \
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Dav7110.c373 saa7146_read(av7110->dev, SSR)); in debiirq()
471 saa7146_read(av7110->dev, SSR)); in gpioirq()