Home
last modified time | relevance | path

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

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