Searched refs:write_2 (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dam79c930var.h52 void (*write_2)(struct am79c930_softc *, u_int32_t, u_int16_t); member in struct:am79c930_ops
H A Dawivar.h131 ((sc)->sc_chip.sc_ops->write_2)(&sc->sc_chip, off, val)
/netbsd-current/sys/arch/hpcmips/vr/
H A Dvrc4172gpio.c118 static void write_2(struct vrc4172gpio_softc *, bus_addr_t, u_int16_t);
153 write_2(struct vrc4172gpio_softc *sc, bus_addr_t off, u_int16_t data) function
172 write_2(sc, off, data & 0xffff);
173 write_2(sc, off + VRC2_EXGP_OFFSET, (data>>16)&0xffff);
279 write_2(sc, VRC2_EXGPINTEN, sc->sc_intr_mask);
289 write_2(sc, VRC2_EXGPINTLV0L, (data >> 0) & 0xff);
290 write_2(sc, VRC2_EXGPINTLV0H, (data >> 8) & 0xff);
291 write_2(sc, VRC2_EXGPINTLV1L, (data >> 16) & 0xff);
653 write_2(sc, VRC2_EXGPINTEN, sc->sc_intr_mask);
/netbsd-current/sys/dev/nor/
H A Dnor.h114 void (*write_2) (device_t, flash_off_t, uint16_t); member in struct:nor_interface
222 KASSERT(sc->sc_nor_if->write_2 != NULL);
225 sc->sc_nor_if->write_2(sc->sc_controller_dev, offset, data);
H A Dcfi.c149 .write_2 = cfi_write_2,
H A Dnor.c322 nor_if->write_2 = NULL;
/netbsd-current/sys/dev/nand/
H A Dnand.h178 void (*write_2) (device_t, uint16_t); member in struct:nand_interface
292 KASSERT(sc->nand_if->write_2 != NULL);
295 sc->nand_if->write_2(sc->controller_dev, data);
H A Dnandemulator.c194 sc->sc_nand_if.write_2 = &nandemulator_write_2;
H A Dnand.c307 interface->write_2 = NULL;
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_nand.c216 sc->sc_nand_if.write_2 = rmixl_nand_write_2;
/netbsd-current/sys/arch/mips/mips/
H A Dbus_space_alignstride_chipdep.c831 __BS(write_2)(void *v, bus_space_handle_t h, bus_size_t off, uint16_t val) function
1199 t->bs_w_2 = __BS(write_2);
1292 t->bs_ws_2 = __BS(write_2);
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_nand.c565 nand->write_2 = sunxi_nand_write_2;
/netbsd-current/sys/arch/arm/ti/
H A Domap2_nand.c274 sc->sc_nand_if.write_2 = &omap2_nand_write_2;

Completed in 369 milliseconds