Home
last modified time | relevance | path

Searched refs:wsr (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dhead.S57 wsr a2, excsave1
71 wsr a1, windowstart
72 wsr a0, windowbase
76 wsr a1, ps
94 wsr a2, excsave1
116 wsr a2, vecbase
123 wsr a0, ibreakenable
125 wsr a0, icount
127 wsr a0, icountlevel
131 wsr a0, SREG_DBREAKC + _index
[all …]
H A Dentry.S147 wsr a2, depc # terminate user stack trace with 0
237 wsr a3, windowstart # set corresponding WINDOWSTART bit
238 wsr a2, windowbase # and WINDOWSTART
573 wsr a2, scompare1
575 wsr a3, ps /* disable interrupts */
587 wsr a1, depc # use DEPC as temp storage
588 wsr a3, windowstart # restore WINDOWSTART
730 wsr a2, epc1
731 wsr a3, sar
737 wsr a2, lbeg
[all …]
H A Dvectors.S75 wsr a2, depc # save a2
102 wsr a2, depc # save a2
260 wsr a2, depc # save stack pointer temporarily
263 wsr a0, windowbase
308 wsr a0, excsave1
401 wsr a0, depc # replace the saved a0
410 wsr a0, depc # replace the saved a0
450 wsr a2, depc
530 wsr a2, depc
631 wsr a0, excsave2
[all …]
H A Dmxhead.S42 wsr a1, windowstart
43 wsr a0, windowbase
47 wsr a1, ps
H A Dalign.S332 wsr a0, sar
416 wsr a4, lcount
419 1: wsr a7, epc1 # skip emulated instruction
427 wsr a4, icount
444 wsr a0, sar
454 wsr a3, excsave1
463 wsr a0, sar
H A Dcoprocessor.S148 wsr a0, cpenable
209 wsr a0, sar
/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Dstart.S92 wsr a0, PTEVADDR
100 wsr a0, DBREAKC + _index
109 wsr a3, windowstart
110 wsr a0, windowbase
122 wsr a3, VECBASE
128 wsr a0, LCOUNT
138 wsr a2, PS
206 wsr a2, PS
307 wsr a0, windowstart
342 wsr a2, EXCSAVE1
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/variants/csp/include/variant/
H A Dtie-asm.h158 wsr.ACCLO \at1 // MAC16 option
160 wsr.ACCHI \at1 // MAC16 option
170 wsr.BR \at1 // boolean option
172 wsr.SCOMPARE1 \at1 // conditional store option
174 wsr.M0 \at1 // MAC16 option
176 wsr.M1 \at1 // MAC16 option
178 wsr.M2 \at1 // MAC16 option
180 wsr.M3 \at1 // MAC16 option
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/arch-de212/
H A Dtie-asm.h116 wsr.ACCLO \at1 // MAC16 option
118 wsr.ACCHI \at1 // MAC16 option
128 wsr.SCOMPARE1 \at1 // conditional store option
130 wsr.M0 \at1 // MAC16 option
132 wsr.M1 \at1 // MAC16 option
134 wsr.M2 \at1 // MAC16 option
136 wsr.M3 \at1 // MAC16 option
/OK3568_Linux_fs/kernel/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h136 wsr.ACCLO \at1 // MAC16 option
138 wsr.ACCHI \at1 // MAC16 option
148 wsr.SCOMPARE1 \at1 // conditional store option
150 wsr.M0 \at1 // MAC16 option
152 wsr.M1 \at1 // MAC16 option
154 wsr.M2 \at1 // MAC16 option
156 wsr.M3 \at1 // MAC16 option
/OK3568_Linux_fs/kernel/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h84 wsr \at1, ACCLO // MAC16 accumulator
85 wsr \at2, ACCHI
92 wsr \at1, M0 // MAC16 registers
93 wsr \at2, M1
96 wsr \at1, M2
97 wsr \at2, M3
103 wsr \at1, SCOMPARE1 // conditional store option
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/arch-dc232b/
H A Dtie-asm.h83 wsr \at1, ACCLO // MAC16 accumulator
84 wsr \at2, ACCHI
91 wsr \at1, M0 // MAC16 registers
92 wsr \at2, M1
95 wsr \at1, M2
96 wsr \at2, M3
102 wsr \at1, SCOMPARE1 // conditional store option
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/arch-dc233c/
H A Dtie-asm.h137 wsr \at1, ACCLO // MAC16 option
139 wsr \at1, ACCHI // MAC16 option
149 wsr \at1, M0 // MAC16 option
151 wsr \at1, M1 // MAC16 option
153 wsr \at1, M2 // MAC16 option
155 wsr \at1, M3 // MAC16 option
157 wsr \at1, SCOMPARE1 // conditional store option
/OK3568_Linux_fs/kernel/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h157 wsr \at1, ACCLO // MAC16 option
159 wsr \at1, ACCHI // MAC16 option
169 wsr \at1, M0 // MAC16 option
171 wsr \at1, M1 // MAC16 option
173 wsr \at1, M2 // MAC16 option
175 wsr \at1, M3 // MAC16 option
177 wsr \at1, SCOMPARE1 // conditional store option
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dimx_watchdog.c18 writew(0x5555, &wdog->wsr); in hw_watchdog_reset()
19 writew(0xaaaa, &wdog->wsr); in hw_watchdog_reset()
48 writew(0x5555, &wdog->wsr); in reset_cpu()
49 writew(0xaaaa, &wdog->wsr); /* load minimum 1/2 second timeout */ in reset_cpu()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c287 out_be16(&wdt->wsr, 0x5555); in watchdog_reset()
288 out_be16(&wdt->wsr, 0xaaaa); in watchdog_reset()
296 out_be16(&wdt->wsr, 0x5555); in watchdog_disable()
297 out_be16(&wdt->wsr, 0xaaaa); in watchdog_disable()
318 out_be16(&wdt->wsr, 0x5555); in watchdog_init()
319 out_be16(&wdt->wsr, 0xaaaa); in watchdog_init()
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S46 wsr a0, windowbase
49 wsr a0, windowstart
52 wsr a0, ps
/OK3568_Linux_fs/kernel/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie-asm.h158 wsr.ACCLO \at1 // MAC16 option
160 wsr.ACCHI \at1 // MAC16 option
170 wsr.BR \at1 // boolean option
172 wsr.SCOMPARE1 \at1 // conditional store option
174 wsr.M0 \at1 // MAC16 option
176 wsr.M1 \at1 // MAC16 option
178 wsr.M2 \at1 // MAC16 option
180 wsr.M3 \at1 // MAC16 option
/OK3568_Linux_fs/kernel/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dtie-asm.h159 wsr.ACCLO \at1 // MAC16 option
161 wsr.ACCHI \at1 // MAC16 option
171 wsr.M0 \at1 // MAC16 option
173 wsr.M1 \at1 // MAC16 option
175 wsr.M2 \at1 // MAC16 option
177 wsr.M3 \at1 // MAC16 option
179 wsr.BR \at1 // boolean option
181 wsr.SCOMPARE1 \at1 // conditional store option
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dreset.c33 writew(0x5555, &regs->wsr); in reset_cpu()
34 writew(0xAAAA, &regs->wsr); in reset_cpu()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dreset.c33 writew(WSR_UNLOCK1, &regs->wsr); in reset_cpu()
34 writew(WSR_UNLOCK2, &regs->wsr); in reset_cpu()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dinitialize_mmu.h57 wsr a3, atomctl
122 wsr a6, ITLBCFG
123 wsr a6, DTLBCFG
171 wsr a0, ptevaddr
/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Dssi.c87 u32 wsr; member
330 ssi->wsr = CONT; in rsnd_ssi_master_clk_start()
372 u32 wsr = ssi->wsr; in rsnd_ssi_config_init() local
403 wsr = ssi->wsr; in rsnd_ssi_config_init()
405 wsr |= WS_MODE; in rsnd_ssi_config_init()
488 ssi->wsr = wsr; in rsnd_ssi_config_init()
495 rsnd_mod_write(mod, SSIWSR, ssi->wsr); in rsnd_ssi_register_setup()
566 ssi->wsr = 0; in rsnd_ssi_quit()
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S56 wsr a4, ps
62 wsr a4, windowstart
66 wsr a4, ps
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_wdog.h9 u16 wsr; /* Service */ member

12