stty_write_ccr
stty_write_ccr(sc, CD180_CCR_CMD_RESET | CD180_CCR_RESETALL);
stty_write_ccr(csc, CD180_CCR_CMD_RESET|CD180_CCR_RESETCHAN);
stty_write_ccr(sc, CD180_CCR_CMD_COR|CD180_CCR_CORCHG1);
stty_write_ccr(sc, CD180_CCR_CMD_COR|CD180_CCR_CORCHG2);
stty_write_ccr(sc, CD180_CCR_CMD_COR|CD180_CCR_CORCHG3);
stty_write_ccr(sc, CD180_CCR_CMD_CHAN |
void stty_write_ccr(struct spif_softc *, u_int8_t);