Home
last modified time | relevance | path

Searched refs:UC0 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c1813 emu10k_write_efx(devc, UC0 + i, code[i]); in emu10k_load_dsp()
1823 emu10k_write_efx(devc, UC0 + (pc * 2), 0x10040); \
1824 emu10k_write_efx(devc, UC0 + (pc * 2 + 1), 0x610040); \
1827 emu10k_write_efx(devc, UC0 + (pc * 2), (x << 10) | y); \
1828 emu10k_write_efx(devc, UC0 + (pc * 2 + 1), (6 << 20) | (r << 10) | a); \
1832 emu10k_write_efx(devc, UC0 + (pc * 2), (x << 12) | y); \
1833 emu10k_write_efx(devc, UC0 + (pc * 2+1), (6 << 24) | (r << 12) | a); \
H A Daudioemu10k.h236 #define UC0 ((devc->feature_mask&SB_LIVE) ? 0x400:0x600) /* DSM ucode */ macro