Searched refs:CLIC_CFG_OFFSET (Results 1 – 2 of 2) sorted by relevance
112 uint8_t clicCfg = getreg8(CLIC_HART0_BASE + CLIC_CFG_OFFSET); in bflb_irq_set_nlbits()113 putreg8((clicCfg & 0xe1) | ((nlbits & 0xf) << 1), CLIC_HART0_BASE + CLIC_CFG_OFFSET); in bflb_irq_set_nlbits()124 uint8_t nlbits = getreg8(CLIC_HART0_BASE + CLIC_CFG_OFFSET) >> 1 & 0xf; in bflb_irq_set_priority()
15 #define CLIC_CFG_OFFSET 0xc00 macro
Completed in 5 milliseconds