Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dhd64570var.h159 void (*sc_write_2)(struct sca_softc *, u_int, u_int16_t); member
H A Dhd64570.c177 #define sca_write_2(sc, reg, val) (sc)->sc_write_2(sc, reg, val)
/netbsd-src/sys/dev/pci/
H A Dif_ntwoc_pci.c342 sca->sc_write_2 = ntwoc_pci_sca_write_2; in ntwoc_pci_attach()
/netbsd-src/sys/dev/isa/
H A Dif_ntwoc_isa.c412 sca->sc_write_2 = ntwoc_isa_sca_write_2; in ntwoc_isa_attach()