/linux-6.3-rc2/arch/sh/boot/compressed/ |
A D | head_64.S | 114 putcon r22, SSR 145 putcon r22, SSR
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-rcar.c | 66 #define SSR BIT(4) /* stop received */ macro 604 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq() 608 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq() 612 rcar_i2c_write(priv, ICSSR, ~(SAR | SSR) & 0xff); in rcar_i2c_slave_irq() 616 if (ssr_filtered & SSR) { in rcar_i2c_slave_irq() 620 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); in rcar_i2c_slave_irq()
|
/linux-6.3-rc2/sound/pci/aw2/ |
A D | saa7146.h | 35 #define SSR 0x114 macro
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
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 317 GC approach and turns SSR mode on.
|
/linux-6.3-rc2/include/media/drv-intf/ |
A D | saa7146.h | 380 #define SSR 0x114 /* Secondary status register */ macro
|
/linux-6.3-rc2/drivers/tty/ |
A D | synclink_gt.c | 373 #define SSR 0x8e /* serial status */ macro 2031 while (rd_reg16(info, SSR) & IRQ_RXDATA) { in isr_rxdata() 2061 unsigned short status = rd_reg16(info, SSR); in isr_serial() 2065 wr_reg16(info, SSR, status); /* clear pending */ in isr_serial() 3878 wr_reg16(info, SSR, IRQ_RXIDLE + IRQ_RXOVER); in rx_stop() 3893 wr_reg16(info, SSR, IRQ_RXOVER); in rx_start() 3959 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_start() 3964 wr_reg16(info, SSR, IRQ_TXIDLE); in tx_start() 3988 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_stop() 4429 unsigned short status = rd_reg16(info, SSR); in get_gtsignals()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | segment.c | 2348 if (sbi->ckpt->alloc_type[type] == SSR) in f2fs_curseg_valid_blocks() 2362 if (sbi->ckpt->alloc_type[i] != SSR && for_ra) in f2fs_npages_for_summary_flush() 2670 curseg->alloc_type = SSR; in change_curseg() 2720 get_atssr_segment(sbi, CURSEG_ALL_DATA_ATGC, CURSEG_COLD_DATA, SSR, 0); in __f2fs_init_atgc_curseg() 2854 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0)) in need_new_seg() 2873 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize() 3253 if (curseg->alloc_type == SSR) { in f2fs_allocate_data_block() 3703 if (seg_i->alloc_type == SSR) in read_compacted_summaries() 4644 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg() 4655 if (curseg->alloc_type == SSR) in sanity_check_curseg()
|
A D | debug.c | 616 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
|
A D | gc.c | 250 if (p->alloc_mode == SSR) { in select_policy() 297 if (p->alloc_mode == SSR) in get_max_cost() 368 if (p->alloc_mode == SSR) in get_gc_cost()
|
A D | segment.h | 157 SSR, enumerator
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | imsttfb.c | 72 SSR = 25, /* 0x64 */ enumerator 751 write_reg_le32(par->dc_regs, SSR, off); in set_offset() 1369 write_reg_le32(par->dc_regs, SSR, 0); in init_imstt()
|
/linux-6.3-rc2/drivers/media/common/saa7146/ |
A D | saa7146_core.c | 322 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
|
/linux-6.3-rc2/include/trace/events/ |
A D | f2fs.h | 35 TRACE_DEFINE_ENUM(SSR); 110 { SSR, "SSR-mode" }, \
|
/linux-6.3-rc2/drivers/staging/media/av7110/ |
A D | av7110.c | 373 saa7146_read(av7110->dev, SSR)); in debiirq() 471 saa7146_read(av7110->dev, SSR)); in gpioirq()
|