Home
last modified time | relevance | path

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

/linux/arch/sh/boot/compressed/
H A Dhead_64.S114 putcon r22, SSR
145 putcon r22, SSR
/linux/sound/pci/aw2/
H A Dsaa7146.h35 #define SSR 0x114 macro
/linux/Documentation/ABI/testing/
H A 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/include/media/drv-intf/
H A Dsaa7146.h380 #define SSR 0x114 /* Secondary status register */ macro
/linux/drivers/video/fbdev/
H A 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/fs/f2fs/
H A Dsegment.c2667 if (sbi->ckpt->alloc_type[type] == SSR) in f2fs_curseg_valid_blocks()
2681 if (sbi->ckpt->alloc_type[i] != SSR && for_ra) in f2fs_npages_for_summary_flush()
3075 curseg->alloc_type = SSR; in change_curseg()
3130 CURSEG_COLD_DATA, SSR, 0); in __f2fs_init_atgc_curseg()
3284 if (!f2fs_need_SSR(sbi) || !get_ssr_segment(sbi, type, SSR, 0)) in need_new_seg()
3304 if (f2fs_need_SSR(sbi) && get_ssr_segment(sbi, type, SSR, 0)) in f2fs_allocate_segment_for_resize()
3818 if (curseg->alloc_type == SSR) { in f2fs_allocate_data_block()
4326 if (seg_i->alloc_type == SSR) in read_compacted_summaries()
5274 if (curseg->alloc_type != LFS && curseg->alloc_type != SSR) { in sanity_check_curseg()
5285 if (curseg->alloc_type == SSR) in sanity_check_curseg()
H A Ddebug.c740 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
H A Dgc.c286 if (p->alloc_mode == SSR || p->alloc_mode == AT_SSR) { in select_policy()
328 if (p->alloc_mode == SSR) in get_max_cost()
395 if (p->alloc_mode == SSR) in get_gc_cost()
H A Dsegment.h128 SSR, enumerator
/linux/drivers/media/common/saa7146/
H A Dsaa7146_core.c310 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
/linux/drivers/staging/media/av7110/
H A 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/include/trace/events/
H A Df2fs.h35 TRACE_DEFINE_ENUM(SSR);
113 { SSR, "SSR-mode" }, \