Home | History | Annotate | Download | only in ic

Lines Matching refs:iot

119 	bus_space_tag_t iot;
122 iot = sc->sc_iot;
124 tav_write_byte(iot, ioh, TAV_RESET, 1);
125 while (tav_read_byte(iot, ioh, TAV_RESET))
128 tav_write_byte(iot, ioh, TAV_PCM_ORD, sc->sc_pcm_ord);
129 tav_write_byte(iot, ioh, TAV_PCM_18, sc->sc_pcm_18);
130 tav_write_byte(iot, ioh, TAV_DIF, sc->sc_dif);
131 tav_write_byte(iot, ioh, TAV_PCM_DIV, sc->sc_pcm_div);
134 tav_read_byte(iot, ioh, TAV_VERSION),
135 TAV_DRAM_SIZE(tav_read_byte(iot, ioh, TAV_DRAM_EXT)));
137 tav_write_byte(iot, ioh, TAV_AUD_ID_EN, 0);
138 tav_write_byte(iot, ioh, TAV_SKIP, 0);
139 tav_write_byte(iot, ioh, TAV_REPEAT, 0);
140 tav_write_byte(iot, ioh, TAV_MUTE, 0);
141 tav_write_byte(iot, ioh, TAV_PLAY, 1);
142 tav_write_byte(iot, ioh, TAV_SYNC_ECM, 0);
143 tav_write_byte(iot, ioh, TAV_CRC_ECM, 0);
144 tav_write_byte(iot, ioh, TAV_ATTEN_L, 0);
145 tav_write_byte(iot, ioh, TAV_ATTEN_R, 0);
146 tav_write_short(iot, ioh, TAV_FREE_FORM, 0);
147 tav_write_byte(iot, ioh, TAV_SIN_EN, 0);
148 tav_write_byte(iot, ioh, TAV_SYNC_ECM, TAV_ECM_REPEAT);
149 tav_write_byte(iot, ioh, TAV_CRC_ECM, TAV_ECM_REPEAT);
191 bus_space_tag_t iot;
195 iot = sc->sc_iot;
199 tav_write_short(iot, ioh, TAV_INTR_EN, 0);
231 bus_space_tag_t iot;
237 iot = sc->sc_iot;
246 tav_write_byte(iot, ioh, TAV_PLAY, 1);
247 tav_write_byte(iot, ioh, TAV_MUTE, 0);
251 bus_space_write_multi_1(iot, ioh, TAV_DATAIN, ptr, count);
252 tav_write_short(iot, ioh, TAV_INTR_EN, TAV_INTR_LOWWATER);
261 bus_space_tag_t iot;
265 iot = sc->sc_iot;
268 tav_write_byte(iot, ioh, TAV_PLAY, 0);
278 bus_space_tag_t iot;
282 iot = sc->sc_iot;
288 tav_read_byte(iot, ioh, TAV_VERSION));
298 bus_space_tag_t iot;
303 iot = sc->sc_iot;
306 maxhalf = TAV_DRAM_HSIZE(tav_read_byte(iot, ioh, TAV_DRAM_EXT));
313 tav_write_short(iot, ioh, TAV_BALE_LIM, size/8);
342 bus_space_tag_t iot;
346 iot = sc->sc_iot;
352 bus_space_write_1(iot, ioh, TAV_STR_SEL, TAV_STR_SEL_AUDIO_BYPASS);
354 tav_write_byte(iot, ioh, TAV_RESTART, 1);
357 } while (tav_read_byte(iot, ioh, TAV_RESTART));
388 bus_space_tag_t iot;
392 iot = sc->sc_iot;
395 tav_write_byte(iot, ioh, TAV_MUTE, !value);