Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc64/dev/
Dschizo.c578 u_int64_t mapoff, clroff; in schizo_set_intr() local
585 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]); in schizo_set_intr()
589 mapoff, clroff)); in schizo_set_intr()
596 ih->ih_clr = (uint64_t *)(uintptr_t)(intrregs + clroff); in schizo_set_intr()
606 schizo_pbm_write(pbm, clroff, 0); in schizo_set_intr()
810 uint64_t mapoff, clroff; in schizo_intr_establish() local
832 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]); in schizo_intr_establish()
835 PRIx64 "\n", __func__, ino, intrlev[ino], mapoff, clroff)); in schizo_intr_establish()
841 intrclrptr = (uint64_t *)(uintptr_t)(intrregs + clroff); in schizo_intr_establish()
888 schizo_pbm_writeintr(pbm, clroff, 0); in schizo_intr_establish()