/src/sys/dev/ic/ |
scmd.c | 50 static int scmd_local_write(struct scmd_sc *, uint8_t, uint8_t); 440 scmd_local_write(struct scmd_sc *sc, uint8_t reg, uint8_t buf) function in typeref:typename:int 512 if ((error = scmd_local_write(sc, (uint8_t)reg_addr, buf)) != 0) {
|
scmd.c | 50 static int scmd_local_write(struct scmd_sc *, uint8_t, uint8_t); 440 scmd_local_write(struct scmd_sc *sc, uint8_t reg, uint8_t buf) function in typeref:typename:int 512 if ((error = scmd_local_write(sc, (uint8_t)reg_addr, buf)) != 0) {
|
scmd.c | 50 static int scmd_local_write(struct scmd_sc *, uint8_t, uint8_t); 440 scmd_local_write(struct scmd_sc *sc, uint8_t reg, uint8_t buf) function in typeref:typename:int 512 if ((error = scmd_local_write(sc, (uint8_t)reg_addr, buf)) != 0) {
|