Searched refs:sc_enable_rom (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dstivar.h136 void (*sc_enable_rom)(struct sti_softc *); member in struct:sti_softc
H A Dsti.c141 if ((sc) != NULL && (sc)->sc_enable_rom != NULL) \
142 (*(sc)->sc_enable_rom)(sc); \
/netbsd-current/sys/arch/hppa/dev/
H A Dsti_sgc.c252 sc->sc_enable_rom = NULL;
H A Dgftfb.c222 sc->sc_base.sc_enable_rom = gftfb_enable_rom;
/netbsd-current/sys/dev/pci/
H A Dsti_pci.c107 spc->sc_base.sc_enable_rom = sti_pci_enable_rom;

Completed in 94 milliseconds