HomeSort by: relevance | last modified time | path
    Searched defs:scmd_remote_write (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
scmd.c 51 static int scmd_remote_write(struct scmd_sc *, int, uint8_t);
449 scmd_remote_write(struct scmd_sc *sc, int reg, uint8_t buf) function in typeref:typename:int
535 if ((error = scmd_remote_write(sc, reg_addr, buf)) != 0) {
scmd.c 51 static int scmd_remote_write(struct scmd_sc *, int, uint8_t);
449 scmd_remote_write(struct scmd_sc *sc, int reg, uint8_t buf) function in typeref:typename:int
535 if ((error = scmd_remote_write(sc, reg_addr, buf)) != 0) {

Completed in 24 milliseconds