/Linux-v5.4/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 23 #define SSR cr1 macro 85 #define __SSR __str(SSR)
|
/Linux-v5.4/arch/sh/boot/compressed/ |
D | head_64.S | 114 putcon r22, SSR 145 putcon r22, SSR
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-rcar.c | 64 #define SSR (1 << 4) /* stop received */ macro 576 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq() 580 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq() 587 if (ssr_filtered & SSR) { in rcar_i2c_slave_irq() 589 rcar_i2c_write(priv, ICSIER, SAR | SSR); in rcar_i2c_slave_irq() 590 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); in rcar_i2c_slave_irq() 853 rcar_i2c_write(priv, ICSIER, SAR | SSR); in rcar_reg_slave()
|
/Linux-v5.4/drivers/soc/qcom/ |
D | Kconfig | 39 tristate "Qualcomm Glink SSR driver" 43 Say y here to enable GLINK SSR support. The GLINK SSR driver 44 implements the SSR protocol for notifying the remote processor about
|
/Linux-v5.4/sound/pci/aw2/ |
D | saa7146.h | 35 #define SSR 0x114 macro
|
/Linux-v5.4/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 323 getcon SSR, r2 483 getcon SSR, r0 488 putcon r0, SSR 524 getcon SSR, r0 532 putcon r0, SSR 545 putcon r0, SSR 610 ! SSR is now the current SR with the MD and MMU bits set 663 getcon SSR, r6 785 getcon SSR, r61 1046 putcon r61, SSR
|
/Linux-v5.4/arch/sh/kernel/ |
D | head_64.S | 249 putcon r21, SSR
|
/Linux-v5.4/fs/f2fs/ |
D | gc.c | 183 if (p->alloc_mode == SSR) { in select_policy() 213 if (p->alloc_mode == SSR) in get_max_cost() 277 if (p->alloc_mode == SSR) in get_gc_cost() 402 p.alloc_mode != SSR)) in get_victim_by_default()
|
D | debug.c | 439 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
|
D | segment.c | 2278 if (sbi->ckpt->alloc_type[i] == SSR) in f2fs_npages_for_summary_flush() 2544 if (seg->alloc_type == SSR) in __refresh_next_blkoff() 2572 curseg->alloc_type = SSR; in change_curseg() 2591 if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) { in get_ssr_segment() 2618 if (v_ops->get_victim(sbi, &segno, BG_GC, i, SSR)) { in get_ssr_segment() 3457 if (seg_i->alloc_type == SSR) in read_compacted_summaries() 3625 if (sbi->ckpt->alloc_type[i] == SSR) in write_compacted_summaries() 4317 if (curseg->alloc_type == SSR) in sanity_check_curseg()
|
D | segment.h | 138 SSR enumerator
|
/Linux-v5.4/include/media/drv-intf/ |
D | saa7146.h | 380 #define SSR 0x114 /* Secondary status register */ macro
|
/Linux-v5.4/drivers/tty/ |
D | synclink_gt.c | 402 #define SSR 0x8e /* serial status */ macro 2095 while (rd_reg16(info, SSR) & IRQ_RXDATA) { in isr_rxdata() 2125 unsigned short status = rd_reg16(info, SSR); in isr_serial() 2129 wr_reg16(info, SSR, status); /* clear pending */ in isr_serial() 3950 wr_reg16(info, SSR, IRQ_RXIDLE + IRQ_RXOVER); in rx_stop() 3965 wr_reg16(info, SSR, IRQ_RXOVER); in rx_start() 4031 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_start() 4036 wr_reg16(info, SSR, IRQ_TXIDLE); in tx_start() 4060 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_stop() 4501 unsigned short status = rd_reg16(info, SSR); in get_signals()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | imsttfb.c | 71 SSR = 25, /* 0x64 */ enumerator 750 write_reg_le32(par->dc_regs, SSR, off); in set_offset() 1368 write_reg_le32(par->dc_regs, SSR, 0); in init_imstt()
|
/Linux-v5.4/drivers/media/common/saa7146/ |
D | saa7146_core.c | 322 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 72 Controls the fee section threshold to trigger SSR allocation.
|
/Linux-v5.4/Documentation/filesystems/ |
D | f2fs.txt | 344 SSR block allocation. If this is large, SSR mode 358 find a victim segment when conducting SSR and
|
/Linux-v5.4/include/trace/events/ |
D | f2fs.h | 38 TRACE_DEFINE_ENUM(SSR); 113 { SSR, "SSR-mode" })
|
/Linux-v5.4/drivers/media/pci/ttpci/ |
D | av7110.c | 373 saa7146_read(av7110->dev, SSR)); in debiirq() 470 saa7146_read(av7110->dev, SSR)); in gpioirq()
|