Symbol: tav_write_byte
sys/dev/ic/tms320av110.c
124
tav_write_byte(iot, ioh, TAV_RESET, 1);
sys/dev/ic/tms320av110.c
128
tav_write_byte(iot, ioh, TAV_PCM_ORD, sc->sc_pcm_ord);
sys/dev/ic/tms320av110.c
129
tav_write_byte(iot, ioh, TAV_PCM_18, sc->sc_pcm_18);
sys/dev/ic/tms320av110.c
130
tav_write_byte(iot, ioh, TAV_DIF, sc->sc_dif);
sys/dev/ic/tms320av110.c
131
tav_write_byte(iot, ioh, TAV_PCM_DIV, sc->sc_pcm_div);
sys/dev/ic/tms320av110.c
137
tav_write_byte(iot, ioh, TAV_AUD_ID_EN, 0);
sys/dev/ic/tms320av110.c
138
tav_write_byte(iot, ioh, TAV_SKIP, 0);
sys/dev/ic/tms320av110.c
139
tav_write_byte(iot, ioh, TAV_REPEAT, 0);
sys/dev/ic/tms320av110.c
140
tav_write_byte(iot, ioh, TAV_MUTE, 0);
sys/dev/ic/tms320av110.c
141
tav_write_byte(iot, ioh, TAV_PLAY, 1);
sys/dev/ic/tms320av110.c
142
tav_write_byte(iot, ioh, TAV_SYNC_ECM, 0);
sys/dev/ic/tms320av110.c
143
tav_write_byte(iot, ioh, TAV_CRC_ECM, 0);
sys/dev/ic/tms320av110.c
144
tav_write_byte(iot, ioh, TAV_ATTEN_L, 0);
sys/dev/ic/tms320av110.c
145
tav_write_byte(iot, ioh, TAV_ATTEN_R, 0);
sys/dev/ic/tms320av110.c
147
tav_write_byte(iot, ioh, TAV_SIN_EN, 0);
sys/dev/ic/tms320av110.c
148
tav_write_byte(iot, ioh, TAV_SYNC_ECM, TAV_ECM_REPEAT);
sys/dev/ic/tms320av110.c
149
tav_write_byte(iot, ioh, TAV_CRC_ECM, TAV_ECM_REPEAT);
sys/dev/ic/tms320av110.c
246
tav_write_byte(iot, ioh, TAV_PLAY, 1);
sys/dev/ic/tms320av110.c
247
tav_write_byte(iot, ioh, TAV_MUTE, 0);
sys/dev/ic/tms320av110.c
268
tav_write_byte(iot, ioh, TAV_PLAY, 0);
sys/dev/ic/tms320av110.c
354
tav_write_byte(iot, ioh, TAV_RESTART, 1);
sys/dev/ic/tms320av110.c
395
tav_write_byte(iot, ioh, TAV_MUTE, !value);