Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/include/cpu-sh5/cpu/
Dregisters.h23 #define SSR cr1 macro
85 #define __SSR __str(SSR)
/Linux-v5.4/arch/sh/boot/compressed/
Dhead_64.S114 putcon r22, SSR
145 putcon r22, SSR
/Linux-v5.4/drivers/i2c/busses/
Di2c-rcar.c64 #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/
DKconfig39 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/
Dsaa7146.h35 #define SSR 0x114 macro
/Linux-v5.4/arch/sh/kernel/cpu/sh5/
Dentry.S323 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/
Dhead_64.S249 putcon r21, SSR
/Linux-v5.4/fs/f2fs/
Dgc.c183 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()
Ddebug.c439 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
Dsegment.c2278 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()
Dsegment.h138 SSR enumerator
/Linux-v5.4/include/media/drv-intf/
Dsaa7146.h380 #define SSR 0x114 /* Secondary status register */ macro
/Linux-v5.4/drivers/tty/
Dsynclink_gt.c402 #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/
Dimsttfb.c71 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/
Dsaa7146_core.c322 u32 ssr = saa7146_read(dev, SSR); in interrupt_hw()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-fs-f2fs72 Controls the fee section threshold to trigger SSR allocation.
/Linux-v5.4/Documentation/filesystems/
Df2fs.txt344 SSR block allocation. If this is large, SSR mode
358 find a victim segment when conducting SSR and
/Linux-v5.4/include/trace/events/
Df2fs.h38 TRACE_DEFINE_ENUM(SSR);
113 { SSR, "SSR-mode" })
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110.c373 saa7146_read(av7110->dev, SSR)); in debiirq()
470 saa7146_read(av7110->dev, SSR)); in gpioirq()