Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/boot/compressed/
Dhead_64.S114 putcon r22, SSR
145 putcon r22, SSR
/linux-6.12.1/sound/pci/aw2/
Dsaa7146.h35 #define SSR 0x114 macro
/linux-6.12.1/drivers/i2c/busses/
Di2c-rcar.c70 #define SSR BIT(4) /* stop received */ macro
671 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq()
675 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq()
679 rcar_i2c_write(priv, ICSSR, ~(SAR | SSR) & 0xff); in rcar_i2c_slave_irq()
683 if (ssr_filtered & SSR) { in rcar_i2c_slave_irq()
687 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); in rcar_i2c_slave_irq()
/linux-6.12.1/Documentation/accel/qaic/
Daic100.rst202 | | | | restart events, and to offload SSR |
479 Subsystem Restart (SSR)
482 SSR is the concept of limiting the impact of an error. An AIC100 device may
485 impact other workloads. SSR accomplishes this.
492 When SSR occurs, any state in the workload is lost. Any inputs that were in
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-fs-f2fs56 0x02 SSR if SSR mode is activated
58 0x08 SSR_UTIL if SSR mode is activated and FS utilization is over
98 Description: Controls the free section threshold to trigger SSR allocation.
99 If this is large, SSR mode will be enabled early.
166 when conducting SSR and cleaning operations. The default value
311 GC approach and turns SSR mode on.
/linux-6.12.1/include/media/drv-intf/
Dsaa7146.h380 #define SSR 0x114 /* Secondary status register */ macro
/linux-6.12.1/drivers/tty/
Dsynclink_gt.c372 #define SSR 0x8e /* serial status */ macro
2030 while (rd_reg16(info, SSR) & IRQ_RXDATA) { in isr_rxdata()
2060 unsigned short status = rd_reg16(info, SSR); in isr_serial()
2064 wr_reg16(info, SSR, status); /* clear pending */ in isr_serial()
3859 wr_reg16(info, SSR, IRQ_RXIDLE + IRQ_RXOVER); in rx_stop()
3874 wr_reg16(info, SSR, IRQ_RXOVER); in rx_start()
3940 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_start()
3945 wr_reg16(info, SSR, IRQ_TXIDLE); in tx_start()
3969 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_stop()
4410 unsigned short status = rd_reg16(info, SSR); in get_gtsignals()
/linux-6.12.1/drivers/video/fbdev/
Dimsttfb.c72 SSR = 25, /* 0x64 */ enumerator
751 write_reg_le32(par->dc_regs, SSR, off); in set_offset()
1371 write_reg_le32(par->dc_regs, SSR, 0); in init_imstt()
/linux-6.12.1/fs/f2fs/
Ddebug.c633 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
Dsegment.c2580 if (sbi->ckpt->alloc_type[type] == SSR) in f2fs_curseg_valid_blocks()
2594 if (sbi->ckpt->alloc_type[i] != SSR && for_ra) in f2fs_npages_for_summary_flush()
2939 curseg->alloc_type = SSR; in change_curseg()
2994 CURSEG_COLD_DATA, SSR, 0); in __f2fs_init_atgc_curseg()
3149 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0)) in need_new_seg()
3169 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize()
3672 if (curseg->alloc_type == SSR) { in f2fs_allocate_data_block()
4139 if (seg_i->alloc_type == SSR) in read_compacted_summaries()
5077 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()
5088 if (curseg->alloc_type == SSR) in sanity_check_curseg()
Dgc.c279 if (p->alloc_mode == SSR) { in select_policy()
326 if (p->alloc_mode == SSR) in get_max_cost()
397 if (p->alloc_mode == SSR) in get_gc_cost()
Dsegment.h147 SSR, enumerator
/linux-6.12.1/drivers/media/common/saa7146/
Dsaa7146_core.c310 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
/linux-6.12.1/drivers/staging/media/av7110/
Dav7110.c361 saa7146_read(av7110->dev, PSR), saa7146_read(av7110->dev, SSR)); in debiirq()
459 saa7146_read(av7110->dev, PSR), saa7146_read(av7110->dev, SSR)); in gpioirq()
/linux-6.12.1/include/trace/events/
Df2fs.h35 TRACE_DEFINE_ENUM(SSR);
110 { SSR, "SSR-mode" }, \