chipsc 272 sound/pci/pcxhr/pcxhr_core.c unsigned int chipsc; chipsc 278 sound/pci/pcxhr/pcxhr_core.c chipsc = PCXHR_INPL(mgr, PCXHR_PLX_CHIPSC); chipsc 284 sound/pci/pcxhr/pcxhr_core.c if ((chipsc & PCXHR_CHIPSC_GPI_USERI) == 0) { chipsc 289 sound/pci/pcxhr/pcxhr_core.c chipsc |= PCXHR_CHIPSC_RESET_XILINX; chipsc 290 sound/pci/pcxhr/pcxhr_core.c PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); chipsc 298 sound/pci/pcxhr/pcxhr_core.c chipsc &= ~(PCXHR_CHIPSC_DATA_CLK | chipsc 301 sound/pci/pcxhr/pcxhr_core.c chipsc |= PCXHR_CHIPSC_DATA_IN; chipsc 302 sound/pci/pcxhr/pcxhr_core.c PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); chipsc 303 sound/pci/pcxhr/pcxhr_core.c chipsc |= PCXHR_CHIPSC_DATA_CLK; chipsc 304 sound/pci/pcxhr/pcxhr_core.c PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc); chipsc 310 sound/pci/pcxhr/pcxhr_core.c chipsc &= ~(PCXHR_CHIPSC_DATA_CLK | PCXHR_CHIPSC_DATA_IN); chipsc 311 sound/pci/pcxhr/pcxhr_core.c PCXHR_OUTPL(mgr, PCXHR_PLX_CHIPSC, chipsc);