Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dscmd.c51 static int scmd_remote_write(struct scmd_sc *, int, uint8_t);
449 scmd_remote_write(struct scmd_sc *sc, int reg, uint8_t buf) in scmd_remote_write() function
535 if ((error = scmd_remote_write(sc, reg_addr, buf)) != 0) { in scmd_write()