Searched refs:SSR (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/sh/boot/compressed/ |
| H A D | head_64.S | 114 putcon r22, SSR 145 putcon r22, SSR
|
| /linux/sound/pci/aw2/ |
| H A D | saa7146.h | 35 #define SSR 0x114 macro
|
| /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/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 | 2667 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 D | debug.c | 740 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
|
| H A D | gc.c | 286 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 D | segment.h | 128 SSR, enumerator
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_core.c | 310 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
|
| /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()
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 35 TRACE_DEFINE_ENUM(SSR); 113 { SSR, "SSR-mode" }, \
|