Lines Matching refs:cbctl
4133 "cbctl 0x%x\n",
4538 "pcic_ll_reset(socket %d) powerlevel=%x cbctl 0x%x cbps 0x%x\n",
6700 uint32_t cbctl = 0, orig_cbctl, cbstev, cbps;
6707 cbctl |= pcic_cbv_levels[ind];
6710 cbctl |= (pcic_cbv_levels[ind]<<4);
6717 "cbctl 0x%x->0x%x\n",
6718 socket, sockp->pcs_vcc, sockp->pcs_vpp1, orig_cbctl, cbctl);
6720 if (cbctl != orig_cbctl) {
6727 pcic_putcb(pcic, CB_CONTROL, cbctl);
6729 if ((cbctl & CB_C_VCCMASK) == (orig_cbctl & CB_C_VCCMASK)) {
6748 if (cbctl && !(cbps & CB_PS_POWER_CYCLE)) {
6752 if (cbctl & CB_PS_BADVCC) {
6759 "cbstev = 0x%x cbps = 0x%x cbctl 0x%x(0x%x)",
6761 cbctl, orig_cbctl);
6777 "cbstev = 0x%x cbps = 0x%x cbctl 0x%x(0x%x) "
6780 cbctl, orig_cbctl, sockp->pcs_vcc, sockp->pcs_vpp1);