Lines Matching refs:ctl
80 uint32_t ctl; in dwlpxmatch() local
91 if (badaddr(KV(PCIA_CTL(1) + ls), sizeof (ctl)) != 0) { in dwlpxmatch()
184 uint32_t ctl; in dwlpx_init() local
199 sizeof (ctl)) != 0) { in dwlpx_init()
225 ctl = REGVAL(PCIA_PRESENT + ccp->cc_sysbase); in dwlpx_init()
234 } else if ((ctl >> PCIA_PRESENT_REVSHIFT) & PCIA_PRESENT_REVMASK) { in dwlpx_init()
266 ctl = REGVAL(PCIA_CTL(i) + ccp->cc_sysbase); in dwlpx_init()
267 ctl &= 0x0fffffff; in dwlpx_init()
268 ctl &= ~(PCIA_CTL_MHAE(0x1f) | PCIA_CTL_IHAE(0x1f)); in dwlpx_init()
273 ctl |= PCIA_CTL_RMMENA | PCIA_CTL_RMMARB; in dwlpx_init()
278 ctl |= PCIA_CTL_3UP; in dwlpx_init()
280 ctl |= PCIA_CTL_CUTENA; in dwlpx_init()
286 ctl |= PCIA_CTL_SG32K; in dwlpx_init()
288 ctl |= PCIA_CTL_SG128K; in dwlpx_init()
290 ctl |= PCIA_CTL_SG32K; in dwlpx_init()
292 REGVAL(PCIA_CTL(i) + ccp->cc_sysbase) = ctl; in dwlpx_init()