Searched refs:slotbase (Results 1 – 3 of 3) sorted by relevance
489 volatile char *slotbase; in grfmv_intr_cb264() local492 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() local546 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()
239 tc_checkslot(tc_addr_t slotbase, char *namep, struct tc_rommap **rompp) in tc_checkslot() argument246 (slotbase + tc_slot_romoffs[i]); in tc_checkslot()
274 uint32_t slotbase; member