/linux-6.1.9/sound/soc/fsl/ |
D | fsl_dma.c | 207 u32 sr, sr2 = 0; in fsl_dma_isr() local 217 sr2 |= CCSR_DMA_SR_TE; in fsl_dma_isr() 227 sr2 |= CCSR_DMA_SR_PE; in fsl_dma_isr() 232 sr2 |= CCSR_DMA_SR_EOLNI; in fsl_dma_isr() 251 sr2 |= CCSR_DMA_SR_EOSI; in fsl_dma_isr() 256 sr2 |= CCSR_DMA_SR_EOLSI; in fsl_dma_isr() 261 if (sr2) in fsl_dma_isr() 262 out_be32(&dma_channel->sr, sr2); in fsl_dma_isr()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | syscall.S | 56 ldw 0(%sr2,\reg2), \reg1 58 stw \reg1, 0(%sr2,\reg2) 64 ldw 0(%sr2,\reg2), \reg1 66 stw \reg1, 0(%sr2,\reg2) 297 mfsp %sr2,%r2 504 LDREGX %r20(%sr2,r28), %r21 /* Scratch use of r21 */ 507 be,n 0(%sr2,%r21) 511 stw,ma %r20, 0(%sr2,%r20) 524 stw,ma %r20, 0(%sr2,%r20) 621 LDCW 0(%sr2,%r20), %r28 [all …]
|
D | kgdb.c | 74 gr->sr2 = regs->sr[2]; in pt_regs_to_gdb_regs() 105 regs->sr[2] = gr->sr2; in gdb_regs_to_pt_regs()
|
D | head.S | 276 mtsp %r0,%sr2
|
D | entry.S | 1775 mtsp %r0,%sr2
|
/linux-6.1.9/arch/parisc/kernel/vdso64/ |
D | sigtramp.S | 46 ble 0x100(%sr2, %r0) 51 ble 0x100(%sr2, %r0)
|
/linux-6.1.9/arch/parisc/kernel/vdso32/ |
D | sigtramp.S | 46 ble 0x100(%sr2, %r0) 51 ble 0x100(%sr2, %r0)
|
D | restart_syscall.S | 29 be 0x100(%sr2, %r0)
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | kgdb.h | 45 unsigned long sr2; member
|
D | asmregs.h | 71 sr2: .reg %sr2
|
D | assembly.h | 467 SAVE_SP (%sr2, PT_SR2 (\regs)) 506 REST_SP (%sr2, PT_SR2 (\regs))
|
/linux-6.1.9/drivers/mtd/spi-nor/ |
D | core.c | 904 static int spi_nor_write_sr2(struct spi_nor *nor, const u8 *sr2) in spi_nor_write_sr2() argument 913 struct spi_mem_op op = SPI_NOR_WRSR2_OP(sr2); in spi_nor_write_sr2() 920 sr2, 1); in spi_nor_write_sr2() 940 static int spi_nor_read_sr2(struct spi_nor *nor, u8 *sr2) in spi_nor_read_sr2() argument 945 struct spi_mem_op op = SPI_NOR_RDSR2_OP(sr2); in spi_nor_read_sr2() 951 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDSR2, sr2, in spi_nor_read_sr2() 1585 u8 *sr2 = nor->bouncebuf; in spi_nor_sr2_bit7_quad_enable() local 1590 ret = spi_nor_read_sr2(nor, sr2); in spi_nor_sr2_bit7_quad_enable() 1593 if (*sr2 & SR2_QUAD_EN_BIT7) in spi_nor_sr2_bit7_quad_enable() 1597 *sr2 |= SR2_QUAD_EN_BIT7; in spi_nor_sr2_bit7_quad_enable() [all …]
|
/linux-6.1.9/drivers/mtd/devices/ |
D | st_spi_fsm.c | 1478 uint8_t sr1, sr2; in stfsm_w25q_config() local 1488 stfsm_read_status(fsm, SPINOR_OP_RDCR, &sr2, 1); in stfsm_w25q_config() 1491 if (!(sr2 & W25Q_STATUS_QE)) { in stfsm_w25q_config() 1493 sr2 |= W25Q_STATUS_QE; in stfsm_w25q_config() 1497 if (sr2 & W25Q_STATUS_QE) { in stfsm_w25q_config() 1499 sr2 &= ~W25Q_STATUS_QE; in stfsm_w25q_config() 1506 sr_wr = ((uint16_t)sr2 << 8) | sr1; in stfsm_w25q_config()
|
/linux-6.1.9/kernel/locking/ |
D | lockdep_proc.c | 203 sr2 = debug_atomic_read(redundant_softirqs_off); in lockdep_stats_debug_show() local 227 seq_printf(m, " redundant softirq offs: %11llu\n", sr2); in lockdep_stats_debug_show()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | omap34xx-omap36xx-clocks.dtsi | 173 sr2_fck: clock-sr2-fck {
|
/linux-6.1.9/arch/parisc/lib/ |
D | lusercopy.S | 98 dstspc = sr2
|
/linux-6.1.9/include/linux/platform_data/ |
D | cros_ec_commands.h | 1684 uint8_t sr1, sr2; member
|