Searched refs:CLIC_HART0_BASE (Results 1 – 4 of 4) sorted by relevance
71 putreg8(1, CLIC_HART0_BASE + CLIC_INTIE_OFFSET + irq); in bflb_irq_enable()85 putreg8(0, CLIC_HART0_BASE + CLIC_INTIE_OFFSET + irq); in bflb_irq_disable()94 putreg8(1, CLIC_HART0_BASE + CLIC_INTIP_OFFSET + irq); in bflb_irq_set_pending()103 putreg8(0, CLIC_HART0_BASE + CLIC_INTIP_OFFSET + irq); in bflb_irq_clear_pending()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()125 uint8_t clicIntCfg = getreg8(CLIC_HART0_BASE + CLIC_INTCFG_OFFSET + irq); in bflb_irq_set_priority()126 … (preemptprio << (8 - nlbits)) | ((subprio & (0xf >> nlbits)) << 4), CLIC_HART0_BASE + CLIC_INTCFG… in bflb_irq_set_priority()
54 p = (uint32_t *)(CLIC_HART0_BASE + CLIC_INTIE_OFFSET); in SystemInit()60 p = (uint32_t *)(CLIC_HART0_BASE + CLIC_INTIP_OFFSET); in SystemInit()
60 p = (uint32_t *)(CLIC_HART0_BASE + CLIC_INTIE_OFFSET); in SystemInit()66 p = (uint32_t *)(CLIC_HART0_BASE + CLIC_INTIP_OFFSET); in SystemInit()
7 #define CLIC_HART0_BASE 0x02800000UL macro
Completed in 12 milliseconds