Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mac68k/nubus/
Dgrf_nubus.c489 volatile char *slotbase; in grfmv_intr_cb264() local
492 slotbase = (volatile char *)(sc->sc_handle.base); /* XXX evil hack */ in grfmv_intr_cb264()
530 : : "g" (slotbase) : "a0","d0","d1"); in grfmv_intr_cb264()
543 volatile char *slotbase; in grfmv_intr_cb364() local
546 slotbase = (volatile char *)(sc->sc_handle.base); /* XXX evil hack */ in grfmv_intr_cb364()
620 : : "g" (slotbase) : "a0","d0","d1","d2"); in grfmv_intr_cb364()
/netbsd/src/sys/dev/tc/
Dtc.c239 tc_checkslot(tc_addr_t slotbase, char *namep, struct tc_rommap **rompp) in tc_checkslot() argument
246 (slotbase + tc_slot_romoffs[i]); in tc_checkslot()
/netbsd/src/sys/dev/pci/
Dydsreg.h274 uint32_t slotbase; member