Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_core.c284 unsigned int chipsc; in pcxhr_load_xilinx_binary() local
290 chipsc = PCXHR_INPL(mgr, PCXHR_PLX_CHIPSC); in pcxhr_load_xilinx_binary()
296 if ((chipsc & PCXHR_CHIPSC_GPI_USERI) == 0) { in pcxhr_load_xilinx_binary()
301 chipsc |= PCXHR_CHIPSC_RESET_XILINX; in pcxhr_load_xilinx_binary()
302 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()
310 chipsc &= ~(PCXHR_CHIPSC_DATA_CLK | in pcxhr_load_xilinx_binary()
313 chipsc |= PCXHR_CHIPSC_DATA_IN; in pcxhr_load_xilinx_binary()
314 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()
315 chipsc |= PCXHR_CHIPSC_DATA_CLK; in pcxhr_load_xilinx_binary()
316 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()
[all …]