Home
last modified time | relevance | path

Searched refs:sr2 (Results 1 – 23 of 23) sorted by relevance

/linux/arch/arm64/boot/dts/ti/
H A Dk3-am654-idk.dtso30 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
31 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
32 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
33 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
34 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
35 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
97 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
98 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
99 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
100 "ti-pruss/am65x-sr2
[all...]
H A Dk3-am654-icssg2.dtso28 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
29 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
30 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
31 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
32 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
33 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
H A Dk3-am642-phyboard-electra-rdk.dts71 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
72 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
73 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
74 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
75 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
76 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
H A Dk3-am65-iot2050-common.dtsi151 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
152 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
153 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
154 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
155 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
156 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
H A Dk3-am642-sr-som.dtsi35 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
36 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
37 "ti-pruss/am65x-sr2-txpru0-prueth-fw.elf",
38 "ti-pruss/am65x-sr2-pru1-prueth-fw.elf",
39 "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
40 "ti-pruss/am65x-sr2-txpru1-prueth-fw.elf";
H A Dk3-am642-evm.dts252 firmware-name = "ti-pruss/am64x-sr2-pru0-prueth-fw.elf",
253 "ti-pruss/am64x-sr2-rtu0-prueth-fw.elf",
254 "ti-pruss/am64x-sr2-txpru0-prueth-fw.elf",
255 "ti-pruss/am64x-sr2-pru1-prueth-fw.elf",
256 "ti-pruss/am64x-sr2-rtu1-prueth-fw.elf",
257 "ti-pruss/am64x-sr2-txpru1-prueth-fw.elf";
H A Dk3-am642-tqma64xxl-mbax4xxl.dts97 firmware-name = "ti-pruss/am64x-sr2-pru0-prueth-fw.elf",
98 "ti-pruss/am64x-sr2-rtu0-prueth-fw.elf",
99 "ti-pruss/am64x-sr2-txpru0-prueth-fw.elf",
100 "ti-pruss/am64x-sr2-pru1-prueth-fw.elf",
101 "ti-pruss/am64x-sr2-rtu1-prueth-fw.elf",
102 "ti-pruss/am64x-sr2-txpru1-prueth-fw.elf";
/linux/sound/soc/fsl/
H A Dfsl_dma.c207 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/arch/parisc/kernel/
H A Dsyscall.S21 user process address space (although you have access to kernel space via %sr2).
57 ldw 0(%sr2,\reg2), \reg1
59 stw \reg1, 0(%sr2,\reg2)
65 ldw 0(%sr2,\reg2), \reg1
67 stw \reg1, 0(%sr2,\reg2)
308 mfsp %sr2,%r2
515 LDREGX %r20(%sr2,r28), %r21 /* Scratch use of r21 */
518 be,n 0(%sr2,%r21)
523 stw,ma %r21, 0(%sr2,%r20)
537 stw,ma %r21, 0(%sr2,
[all...]
H A Dkgdb.c74 gr->sr2 = regs->sr[2]; in pt_regs_to_gdb_regs()
105 regs->sr[2] = gr->sr2; in gdb_regs_to_pt_regs()
H A Dhead.S285 mtsp %r0,%sr2
H A Dentry.S1800 /* Set sr2 to zero for userspace syscalls to work. */
1801 mtsp %r0,%sr2
1878 /* sr2 should be set to zero for userspace syscalls */
/linux/arch/parisc/kernel/vdso64/
H A Dsigtramp.S46 ble 0x100(%sr2, %r0)
51 ble 0x100(%sr2, %r0)
/linux/arch/parisc/kernel/vdso32/
H A Dsigtramp.S46 ble 0x100(%sr2, %r0)
51 ble 0x100(%sr2, %r0)
H A Drestart_syscall.S29 be 0x100(%sr2, %r0)
/linux/arch/parisc/include/asm/
H A Dkgdb.h47 unsigned long sr2; member
H A Dasmregs.h71 sr2: .reg %sr2
/linux/drivers/mtd/spi-nor/
H A Dcore.c1000 * @sr2: pointer to DMA-able buffer to write to the Status Register 2.
1004 static int spi_nor_write_sr2(struct spi_nor *nor, const u8 *sr2) in spi_nor_write_sr2() argument
1013 struct spi_mem_op op = SPI_NOR_WRSR2_OP(sr2); in spi_nor_write_sr2()
1020 sr2, 1); in spi_nor_write_sr2()
1035 * @sr2: pointer to DMA-able buffer where the value of the
1040 static int spi_nor_read_sr2(struct spi_nor *nor, u8 *sr2) in spi_nor_read_sr2() argument
1045 struct spi_mem_op op = SPI_NOR_RDSR2_OP(sr2); in spi_nor_read_sr2()
1051 ret = spi_nor_controller_ops_read_reg(nor, SPINOR_OP_RDSR2, sr2, in spi_nor_read_sr2()
1909 u8 *sr2 = nor->bouncebuf; in spi_nor_sr2_bit7_quad_enable() local
1914 ret = spi_nor_read_sr2(nor, sr2); in spi_nor_sr2_bit7_quad_enable()
[all...]
/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c1478 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/kernel/locking/
H A Dlockdep_proc.c203 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/arch/arm/boot/dts/ti/omap/
H A Domap34xx-omap36xx-clocks.dtsi177 sr2_fck: clock-sr2-fck@7 {
/linux/arch/parisc/lib/
H A Dlusercopy.S59 * - sr2 already contains space of destination region
98 dstspc = sr2
/linux/include/linux/platform_data/
H A Dcros_ec_commands.h1726 uint8_t sr1, sr2; member