Searched refs:CA0106_GPIO (Results 1 – 2 of 2) sorted by relevance
73 val = inl(emu->port + CA0106_GPIO) & ~0x101; in ca0106_spdif_enable()74 outl(val, emu->port + CA0106_GPIO); in ca0106_spdif_enable()82 val = inl(emu->port + CA0106_GPIO) | 0x101; in ca0106_spdif_enable()83 outl(val, emu->port + CA0106_GPIO); in ca0106_spdif_enable()122 tmp = inl(emu->port + CA0106_GPIO) & ~0x400; in ca0106_set_capture_mic_line_in()124 outl(tmp, emu->port + CA0106_GPIO); in ca0106_set_capture_mic_line_in()128 tmp = inl(emu->port + CA0106_GPIO) & ~0x400; in ca0106_set_capture_mic_line_in()129 outl(tmp, emu->port + CA0106_GPIO); in ca0106_set_capture_mic_line_in()
136 #define CA0106_GPIO 0x18 /* Defaults: 005f03a3-Analog, 005f02a2-SPDIF. */ macro