| /linux/arch/sh/boot/compressed/ |
| H A D | head_64.S | 114 putcon r22, SSR 145 putcon r22, SSR
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-rcar.c | 70 #define SSR BIT(4) /* stop received */ macro 675 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq() 682 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq() 686 rcar_i2c_write(priv, ICSSR, ~(SAR | SSR) & 0xff); in rcar_i2c_slave_irq() 690 if (ssr_filtered & SSR) { in rcar_i2c_slave_irq() 695 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); in rcar_i2c_slave_irq()
|
| /linux/sound/pci/aw2/ |
| H A D | saa7146.h | 35 #define SSR 0x114 macro
|
| /linux/Documentation/accel/qaic/ |
| H A D | aic100.rst | 202 | | | | restart events, and to offload SSR | 481 Subsystem Restart (SSR) 484 SSR is the concept of limiting the impact of an error. An AIC100 device may 487 impact other workloads. SSR accomplishes this. 494 When SSR occurs, any state in the workload is lost. Any inputs that were in 499 When SSR occurs for a specific NSP, the assigned DBC goes through the 515 SSR also has an optional crashdump collection feature. If enabled, the host can
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 56 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/include/media/drv-intf/ |
| H A D | saa7146.h | 380 #define SSR 0x114 /* Secondary status register */ macro
|
| /linux/drivers/tty/ |
| H A D | synclink_gt.c | 372 #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/drivers/video/fbdev/ |
| H A D | imsttfb.c | 72 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/fs/f2fs/ |
| H A D | segment.c | 2656 if (sbi->ckpt->alloc_type[type] == SSR) in f2fs_curseg_valid_blocks() 2670 if (sbi->ckpt->alloc_type[i] != SSR && for_ra) in f2fs_npages_for_summary_flush() 3065 curseg->alloc_type = SSR; in change_curseg() 3120 CURSEG_COLD_DATA, SSR, 0); in __f2fs_init_atgc_curseg() 3274 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0)) in need_new_seg() 3294 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize() 3810 if (curseg->alloc_type == SSR) { in f2fs_allocate_data_block() 4318 if (seg_i->alloc_type == SSR) in read_compacted_summaries() 5271 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg() 5282 if (curseg->alloc_type == SSR) in sanity_check_curseg()
|
| H A D | debug.c | 741 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
|
| H A D | gc.c | 290 if (p->alloc_mode == SSR || p->alloc_mode == AT_SSR) { in select_policy() 332 if (p->alloc_mode == SSR) in get_max_cost() 399 if (p->alloc_mode == SSR) in get_gc_cost()
|
| H A D | segment.h | 127 SSR, enumerator
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_core.c | 310 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 35 TRACE_DEFINE_ENUM(SSR); 113 { SSR, "SSR-mode" }, \
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110.c | 361 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()
|