Home
last modified time | relevance | path

Searched refs:sc_write_1 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dhd64570var.h158 void (*sc_write_1)(struct sca_softc *, u_int, u_int8_t); member
H A Dhd64570.c176 #define sca_write_1(sc, reg, val) (sc)->sc_write_1(sc, reg, val)
/netbsd-src/sys/dev/pci/
H A Dif_ntwoc_pci.c341 sca->sc_write_1 = ntwoc_pci_sca_write_1; in ntwoc_pci_attach()
/netbsd-src/sys/dev/isa/
H A Dif_ntwoc_isa.c411 sca->sc_write_1 = ntwoc_isa_sca_write_1; in ntwoc_isa_attach()