Searched refs:mtvec_value (Results 1 – 1 of 1) sorted by relevance
359 uint32_t mtvec_value = read_csr(CSR_MTVEC); in eclic_mode_enable() local360 mtvec_value = mtvec_value & 0xFFFFFFC0; in eclic_mode_enable()361 mtvec_value = mtvec_value | 0x00000003; in eclic_mode_enable()362 write_csr(CSR_MTVEC,mtvec_value); in eclic_mode_enable()364 uint32_t mtvec_value = read_csr(mtvec); in eclic_mode_enable()365 mtvec_value = mtvec_value & 0xFFFFFFC0; in eclic_mode_enable()366 mtvec_value = mtvec_value | 0x00000003; in eclic_mode_enable()367 write_csr(mtvec,mtvec_value); in eclic_mode_enable()
Completed in 4 milliseconds