Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/nand/
Dnandemulator.c64 static void nandemulator_write_1(device_t, uint8_t);
193 sc->sc_nand_if.write_1 = &nandemulator_write_1; in nandemulator_attach()
526 nandemulator_write_1(device_t self, uint8_t data) in nandemulator_write_1() function
651 nandemulator_write_1(self, *addr); in nandemulator_write_buf_1()