Home
last modified time | relevance | path

Searched refs:BONITO_INTENCLR (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/loongson/dev/
Dbonito.c314 REGVAL(BONITO_INTENCLR) = 0xffffffff; in bonito_attach()
315 (void)REGVAL(BONITO_INTENCLR); in bonito_attach()
513 REGVAL(BONITO_INTENCLR) = clear; in bonito_setintrmask()
514 (void)REGVAL(BONITO_INTENCLR); in bonito_setintrmask()
608 REGVAL(BONITO_INTENCLR) = isr; in bonito_intr_2e()
609 (void)REGVAL(BONITO_INTENCLR); in bonito_intr_2e()
653 REGVAL(BONITO_INTENCLR) = isr; in bonito_intr_2f()
654 (void)REGVAL(BONITO_INTENCLR); in bonito_intr_2f()
865 REGVAL(BONITO_INTENCLR) = 0xffffffff; in bonito_conf_read_internal()
866 (void)REGVAL(BONITO_INTENCLR); in bonito_conf_read_internal()
[all …]
Dbonitoreg.h105 #define BONITO_INTENCLR BONITO(BONITO_REGBASE + 0x34) macro