sc_enable_rom     114 dev/ic/sti.c   	if ((sc) != NULL && (sc)->sc_enable_rom != NULL) \
sc_enable_rom     115 dev/ic/sti.c   		(*(sc)->sc_enable_rom)(sc); \
sc_enable_rom     103 dev/ic/stivar.h 	void	(*sc_enable_rom)(struct sti_softc *);
sc_enable_rom      79 dev/pci/sti_pci.c 	spc->sc_base.sc_enable_rom = sti_pci_enable_rom;