Home | History | Annotate | Download | only in pci

Lines Matching defs:cctl

663 	uint32_t cctl, cie;
712 cctl = BA1READ4(sc, CS4280_CCTL) & ~CCTL_MASK;
713 cctl |= sc->cctl;
714 BA1WRITE4(sc, CS4280_CCTL, cctl);
740 sc->sc_suspend_state.cs4280.cctl = BA1READ4(sc, CS4280_CCTL);
743 DPRINTF(("cctl=0x%08x cie=0x%08x cba=0x%08x\n",
744 sc->sc_suspend_state.cs4280.cctl,
786 DPRINTF(("cctl=0x%08x cie=0x%08x cba=0x%08x\n",
787 sc->sc_suspend_state.cs4280.cctl,
793 BA1WRITE4(sc, CS4280_CCTL, sc->sc_suspend_state.cs4280.cctl);
1312 sc->cctl = mem & CCTL_MASK; /* save startup value */