Lines Matching refs:plxcntrl
350 unsigned long plxcntrl, addr = cs->hw.gazel.cfg_reg; in reset_gazel() local
360 plxcntrl = inl(addr + PLX_CNTRL); in reset_gazel()
361 plxcntrl |= (RESET_9050 + RESET_GAZEL); in reset_gazel()
362 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
363 plxcntrl &= ~(RESET_9050 + RESET_GAZEL); in reset_gazel()
365 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
370 plxcntrl = inl(addr + PLX_CNTRL); in reset_gazel()
371 plxcntrl |= (RESET_9050 + RESET_GAZEL); in reset_gazel()
372 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
373 plxcntrl &= ~(RESET_9050 + RESET_GAZEL); in reset_gazel()
376 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()