Lines Matching refs:plxcntrl
362 unsigned long plxcntrl, addr = cs->hw.gazel.cfg_reg; in reset_gazel() local
375 plxcntrl = inl(addr + PLX_CNTRL); in reset_gazel()
376 plxcntrl |= (RESET_9050 + RESET_GAZEL); in reset_gazel()
377 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
378 plxcntrl &= ~(RESET_9050 + RESET_GAZEL); in reset_gazel()
380 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
385 plxcntrl = inl(addr + PLX_CNTRL); in reset_gazel()
386 plxcntrl |= (RESET_9050 + RESET_GAZEL); in reset_gazel()
387 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
388 plxcntrl &= ~(RESET_9050 + RESET_GAZEL); in reset_gazel()
391 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()