Searched refs:hdsp_write (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/rme9652/
H A Dhdsp.c636 static void hdsp_write(struct hdsp *hdsp, int reg, int val) function
711 hdsp_write (hdsp, HDSP_control2Reg, HDSP_S_PROGRAM);
712 hdsp_write (hdsp, HDSP_fifoData, 0);
717 hdsp_write(hdsp, HDSP_control2Reg, HDSP_S200);
721 hdsp_write (hdsp, HDSP_control2Reg, HDSP_S_LOAD);
724 hdsp_write(hdsp, HDSP_fifoData, cache[i]);
728 hdsp_write(hdsp, HDSP_control2Reg, HDSP_S200);
734 hdsp_write(hdsp, HDSP_control2Reg, HDSP_S200);
742 hdsp_write (hdsp, HDSP_control2Reg, hdsp->control2_register);
763 hdsp_write(hds
[all...]

Completed in 98 milliseconds