Searched refs:write_buf_4 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/nor/
H A Dnor.h118 void (*write_buf_4) (device_t, flash_off_t, const uint32_t *, size_t); member in struct:nor_interface
299 KASSERT(sc->sc_nor_if->write_buf_4 != NULL);
302 sc->sc_nor_if->write_buf_4(sc->sc_controller_dev, offset, buf, size);
H A Dcfi.c153 .write_buf_4 = cfi_write_buf_4,
H A Dnor.c326 nor_if->write_buf_4 = NULL;

Completed in 204 milliseconds