Lines Matching +full:- +full:t0
4 * SPDX-License-Identifier: Apache-2.0
22 * EVENT_UNIT->INTPTPENDCLEAR = (1U << irq_num);
33 la t0, __EVENT_INTPTPENDCLEAR
36 sw t1, 0x00(t0)
46 * Zephyr's generic RISC-V mechanism for soc-specific context.
52 csrr t0, RI5CY_LPSTART0
55 sw t0, __soc_esf_t_lpstart0_OFFSET(a0)
58 csrr t0, RI5CY_LPSTART1
61 sw t0, __soc_esf_t_lpstart1_OFFSET(a0)
70 lw t0, __soc_esf_t_lpstart0_OFFSET(a0)
73 csrw RI5CY_LPSTART0, t0
76 lw t0, __soc_esf_t_lpstart1_OFFSET(a0)
79 csrw RI5CY_LPSTART1, t0