Searched refs:wsr (Results 1 – 14 of 14) sorted by relevance
| /u-boot/arch/xtensa/cpu/ |
| A D | start.S | 91 wsr a0, PTEVADDR 121 wsr a3, VECBASE 127 wsr a0, LCOUNT 137 wsr a2, PS 205 wsr a2, PS 468 wsr a3, PS 476 wsr a2, LBEG 477 wsr a3, LEND 478 wsr a4, LCOUNT 483 wsr a2, SAR [all …]
|
| /u-boot/arch/xtensa/include/asm/arch-dc232b/ |
| A D | tie-asm.h | 81 wsr \at1, ACCLO // MAC16 accumulator 82 wsr \at2, ACCHI 89 wsr \at1, M0 // MAC16 registers 90 wsr \at2, M1 93 wsr \at1, M2 94 wsr \at2, M3 100 wsr \at1, SCOMPARE1 // conditional store option
|
| /u-boot/arch/xtensa/include/asm/arch-de212/ |
| A D | tie-asm.h | 115 wsr.ACCLO \at1 // MAC16 option 117 wsr.ACCHI \at1 // MAC16 option 127 wsr.SCOMPARE1 \at1 // conditional store option 129 wsr.M0 \at1 // MAC16 option 131 wsr.M1 \at1 // MAC16 option 133 wsr.M2 \at1 // MAC16 option 135 wsr.M3 \at1 // MAC16 option
|
| /u-boot/arch/xtensa/include/asm/arch-dc233c/ |
| A D | tie-asm.h | 134 wsr \at1, ACCLO // MAC16 option 136 wsr \at1, ACCHI // MAC16 option 146 wsr \at1, M0 // MAC16 option 148 wsr \at1, M1 // MAC16 option 150 wsr \at1, M2 // MAC16 option 152 wsr \at1, M3 // MAC16 option 154 wsr \at1, SCOMPARE1 // conditional store option
|
| /u-boot/arch/m68k/cpu/mcf52x2/ |
| A D | cpu.c | 298 out_be16(&wdt->wsr, 0x5555); in watchdog_reset() 299 out_be16(&wdt->wsr, 0xaaaa); in watchdog_reset() 307 out_be16(&wdt->wsr, 0x5555); in watchdog_disable() 308 out_be16(&wdt->wsr, 0xaaaa); in watchdog_disable() 329 out_be16(&wdt->wsr, 0x5555); in watchdog_init() 330 out_be16(&wdt->wsr, 0xaaaa); in watchdog_init()
|
| /u-boot/include/ |
| A D | fsl_wdog.h | 8 u16 wsr; /* Service */ member
|
| /u-boot/drivers/watchdog/ |
| A D | imx_watchdog.c | 59 writew(0x5555, &wdog->wsr); in imx_watchdog_reset() 60 writew(0xaaaa, &wdog->wsr); in imx_watchdog_reset()
|
| /u-boot/arch/m68k/include/asm/ |
| A D | immap_5282.h | 99 ushort wsr; member
|
| A D | immap_5275.h | 232 u16 wsr; member
|
| /u-boot/arch/arm/include/asm/arch-mx27/ |
| A D | imx-regs.h | 109 u16 wsr; member
|
| /u-boot/arch/arm/include/asm/arch-vf610/ |
| A D | imx-regs.h | 375 u16 wsr; member
|
| /u-boot/arch/arm/include/asm/arch-imx8m/ |
| A D | imx-regs.h | 394 u16 wsr; /* Service */ member
|
| /u-boot/arch/arm/include/asm/arch-mx6/ |
| A D | imx-regs.h | 941 u16 wsr; /* Service */ member
|
| /u-boot/arch/arm/include/asm/arch-mx7/ |
| A D | imx-regs.h | 976 u16 wsr; /* Service */ member
|
Completed in 47 milliseconds