Searched refs:sc_write_1 (Results 1 – 4 of 4) sorted by relevance
158 void (*sc_write_1)(struct sca_softc *, u_int, u_int8_t); member
176 #define sca_write_1(sc, reg, val) (sc)->sc_write_1(sc, reg, val)
341 sca->sc_write_1 = ntwoc_pci_sca_write_1; in ntwoc_pci_attach()
411 sca->sc_write_1 = ntwoc_isa_sca_write_1; in ntwoc_isa_attach()