Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dscmd.c49 static int scmd_remote_read(struct scmd_sc *, int, uint8_t *);
339 scmd_remote_read(struct scmd_sc *sc, int reg, uint8_t *buf) in scmd_remote_read() function
409 if ((error = scmd_remote_read(sc, reg_addr, &buf)) != 0) { in scmd_read()