Searched refs:ad_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | ad1848.c | 204 static int ad_read(ad1848_info * devc, int reg) in ad_read() function 273 while (timeout > 0 && !(ad_read(devc, 11) & 0x20)) in wait_for_calibration() 275 if (!(ad_read(devc, 11) & 0x20)) in wait_for_calibration() 279 while (timeout > 0 && (ad_read(devc, 11) & 0x20)) in wait_for_calibration() 281 if (ad_read(devc, 11) & 0x20) in wait_for_calibration() 297 prev = devc->saved_regs[i] = ad_read(devc, i); in ad_mute() 331 acal = ad_read(devc, 9); in ad_leave_MCE() 412 ad_write(devc, 0, (ad_read(devc, 0) & 0x3f) | recdev); in ad1848_set_recmask() 413 ad_write(devc, 1, (ad_read(devc, 1) & 0x3f) | recdev); in ad1848_set_recmask() 434 val = ad_read(devc, devc->mix_devices[i][j].recreg); in ad1848_set_recmask() [all …]
|