Home | History | Annotate | Download | only in ic

Lines Matching refs:ioh

120 	bus_space_handle_t ioh;
123 ioh = sc->sc_ioh;
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);
192 bus_space_handle_t ioh;
196 ioh = sc->sc_ioh;
199 tav_write_short(iot, ioh, TAV_INTR_EN, 0);
232 bus_space_handle_t ioh;
238 ioh = sc->sc_ioh;
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);
262 bus_space_handle_t ioh;
266 ioh = sc->sc_ioh;
268 tav_write_byte(iot, ioh, TAV_PLAY, 0);
279 bus_space_handle_t ioh;
283 ioh = sc->sc_ioh;
288 tav_read_byte(iot, ioh, TAV_VERSION));
299 bus_space_handle_t ioh;
304 ioh = sc->sc_ioh;
306 maxhalf = TAV_DRAM_HSIZE(tav_read_byte(iot, ioh, TAV_DRAM_EXT));
313 tav_write_short(iot, ioh, TAV_BALE_LIM, size/8);
343 bus_space_handle_t ioh;
347 ioh = sc->sc_ioh;
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));
389 bus_space_handle_t ioh;
393 ioh = sc->sc_ioh;
395 tav_write_byte(iot, ioh, TAV_MUTE, !value);