Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr_core.c285 unsigned int chipsc; in pcxhr_load_xilinx_binary() local
291 chipsc = PCXHR_INPL(mgr, PCXHR_PLX_CHIPSC); in pcxhr_load_xilinx_binary()
297 if ((chipsc & PCXHR_CHIPSC_GPI_USERI) == 0) { in pcxhr_load_xilinx_binary()
302 chipsc |= PCXHR_CHIPSC_RESET_XILINX; in pcxhr_load_xilinx_binary()
303 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()
311 chipsc &= ~(PCXHR_CHIPSC_DATA_CLK | in pcxhr_load_xilinx_binary()
314 chipsc |= PCXHR_CHIPSC_DATA_IN; in pcxhr_load_xilinx_binary()
315 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()
316 chipsc |= PCXHR_CHIPSC_DATA_CLK; in pcxhr_load_xilinx_binary()
317 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()
[all …]