/Linux-v4.19/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 26 #define SSR cr1 macro 88 #define __SSR __str(SSR)
|
/Linux-v4.19/arch/sh/boot/compressed/ |
D | head_64.S | 114 putcon r22, SSR 145 putcon r22, SSR
|
/Linux-v4.19/drivers/soc/qcom/ |
D | Kconfig | 26 tristate "Qualcomm Glink SSR driver" 30 Say y here to enable GLINK SSR support. The GLINK SSR driver 31 implements the SSR protocol for notifying the remote processor about
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-rcar.c | 64 #define SSR (1 << 4) /* stop received */ macro 582 rcar_i2c_write(priv, ICSIER, SDE | SSR | SAR); in rcar_i2c_slave_irq() 586 rcar_i2c_write(priv, ICSIER, SDR | SSR | SAR); in rcar_i2c_slave_irq() 593 if (ssr_filtered & SSR) { in rcar_i2c_slave_irq() 595 rcar_i2c_write(priv, ICSIER, SAR | SSR); in rcar_i2c_slave_irq() 596 rcar_i2c_write(priv, ICSSR, ~SSR & 0xff); in rcar_i2c_slave_irq() 849 rcar_i2c_write(priv, ICSIER, SAR | SSR); in rcar_reg_slave()
|
/Linux-v4.19/sound/pci/aw2/ |
D | saa7146.h | 48 #define SSR 0x114 macro
|
/Linux-v4.19/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 326 getcon SSR, r2 486 getcon SSR, r0 491 putcon r0, SSR 527 getcon SSR, r0 535 putcon r0, SSR 548 putcon r0, SSR 613 ! SSR is now the current SR with the MD and MMU bits set 666 getcon SSR, r6 788 getcon SSR, r61 1049 putcon r61, SSR
|
/Linux-v4.19/arch/sh/kernel/ |
D | head_64.S | 252 putcon r21, SSR
|
/Linux-v4.19/include/media/drv-intf/ |
D | saa7146.h | 380 #define SSR 0x114 /* Secondary status register */ macro
|
/Linux-v4.19/fs/f2fs/ |
D | debug.c | 407 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
|
D | gc.c | 178 if (p->alloc_mode == SSR) { in select_policy() 208 if (p->alloc_mode == SSR) in get_max_cost() 272 if (p->alloc_mode == SSR) in get_gc_cost()
|
D | segment.c | 2140 if (sbi->ckpt->alloc_type[i] == SSR) in f2fs_npages_for_summary_flush() 2403 if (seg->alloc_type == SSR) in __refresh_next_blkoff() 2431 curseg->alloc_type = SSR; in change_curseg() 2449 if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) { in get_ssr_segment() 2476 if (v_ops->get_victim(sbi, &segno, BG_GC, i, SSR)) { in get_ssr_segment() 3246 if (seg_i->alloc_type == SSR) in read_compacted_summaries() 3411 if (sbi->ckpt->alloc_type[i] == SSR) in write_compacted_summaries()
|
D | segment.h | 141 SSR enumerator
|
/Linux-v4.19/drivers/tty/ |
D | synclink_gt.c | 402 #define SSR 0x8e /* serial status */ macro 2104 while (rd_reg16(info, SSR) & IRQ_RXDATA) { in isr_rxdata() 2134 unsigned short status = rd_reg16(info, SSR); in isr_serial() 2138 wr_reg16(info, SSR, status); /* clear pending */ in isr_serial() 3959 wr_reg16(info, SSR, IRQ_RXIDLE + IRQ_RXOVER); in rx_stop() 3974 wr_reg16(info, SSR, IRQ_RXOVER); in rx_start() 4040 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_start() 4045 wr_reg16(info, SSR, IRQ_TXIDLE); in tx_start() 4069 wr_reg16(info, SSR, (unsigned short)(IRQ_TXIDLE + IRQ_TXUNDER)); in tx_stop() 4510 unsigned short status = rd_reg16(info, SSR); in get_signals()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | imsttfb.c | 72 SSR = 25, /* 0x64 */ enumerator 752 write_reg_le32(par->dc_regs, SSR, off); in set_offset() 1370 write_reg_le32(par->dc_regs, SSR, 0); in init_imstt()
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_core.c | 334 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 72 Controls the fee section threshold to trigger SSR allocation.
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 38 TRACE_DEFINE_ENUM(SSR); 123 { SSR, "SSR-mode" })
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110.c | 391 saa7146_read(av7110->dev, SSR)); in debiirq() 488 saa7146_read(av7110->dev, SSR)); in gpioirq()
|
/Linux-v4.19/Documentation/filesystems/ |
D | f2fs.txt | 305 find a victim segment when conducting SSR and
|