Lines Matching refs:plxcntrl
354 unsigned long plxcntrl, addr = cs->hw.gazel.cfg_reg; in reset_gazel() local
364 plxcntrl = inl(addr + PLX_CNTRL); in reset_gazel()
365 plxcntrl |= (RESET_9050 + RESET_GAZEL); in reset_gazel()
366 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
367 plxcntrl &= ~(RESET_9050 + RESET_GAZEL); in reset_gazel()
369 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
374 plxcntrl = inl(addr + PLX_CNTRL); in reset_gazel()
375 plxcntrl |= (RESET_9050 + RESET_GAZEL); in reset_gazel()
376 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()
377 plxcntrl &= ~(RESET_9050 + RESET_GAZEL); in reset_gazel()
380 outl(plxcntrl, addr + PLX_CNTRL); in reset_gazel()