Searched refs:chipsc (Results 1 – 1 of 1) sorted by relevance
272 unsigned int chipsc; in pcxhr_load_xilinx_binary() local278 chipsc = PCXHR_INPL(mgr, PCXHR_PLX_CHIPSC); in pcxhr_load_xilinx_binary()284 if ((chipsc & PCXHR_CHIPSC_GPI_USERI) == 0) { in pcxhr_load_xilinx_binary()289 chipsc |= PCXHR_CHIPSC_RESET_XILINX; in pcxhr_load_xilinx_binary()290 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()298 chipsc &= ~(PCXHR_CHIPSC_DATA_CLK | in pcxhr_load_xilinx_binary()301 chipsc |= PCXHR_CHIPSC_DATA_IN; in pcxhr_load_xilinx_binary()302 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()303 chipsc |= PCXHR_CHIPSC_DATA_CLK; in pcxhr_load_xilinx_binary()304 PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); in pcxhr_load_xilinx_binary()[all …]