/src/sys/arch/sparc64/dev/ |
schizo.c | 578 u_int64_t mapoff, clroff; local in function:schizo_set_intr 585 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]); 588 DPRINTF(SDB_INTR, (" mapoff %" PRIx64 " clroff %" PRIx64 "\n", 589 mapoff, clroff)); 596 ih->ih_clr = (uint64_t *)(uintptr_t)(intrregs + clroff); 606 schizo_pbm_write(pbm, clroff, 0); 810 uint64_t mapoff, clroff; local in function:schizo_intr_establish 832 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]); 834 DPRINTF(SDB_INTR, ("%s: intr %x: %p mapoff %" PRIx64 " clroff %" 835 PRIx64 "\n", __func__, ino, intrlev[ino], mapoff, clroff)); [all...] |
schizo.c | 578 u_int64_t mapoff, clroff; local in function:schizo_set_intr 585 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]); 588 DPRINTF(SDB_INTR, (" mapoff %" PRIx64 " clroff %" PRIx64 "\n", 589 mapoff, clroff)); 596 ih->ih_clr = (uint64_t *)(uintptr_t)(intrregs + clroff); 606 schizo_pbm_write(pbm, clroff, 0); 810 uint64_t mapoff, clroff; local in function:schizo_intr_establish 832 clroff = offsetof(struct schizo_pbm_regs, iclr[ino]); 834 DPRINTF(SDB_INTR, ("%s: intr %x: %p mapoff %" PRIx64 " clroff %" 835 PRIx64 "\n", __func__, ino, intrlev[ino], mapoff, clroff)); [all...] |