nouveau_nvkm_subdev_devinit_nv04.c | 157 int shift_powerctrl_1 = powerctrl_1_shift(chip_version, reg); local in function:setPLL_single 162 if (shift_powerctrl_1 >= 0) { 165 (saved_powerctrl_1 & ~(0xf << shift_powerctrl_1)) | 166 1 << shift_powerctrl_1); 185 if (shift_powerctrl_1 >= 0) 217 int shift_powerctrl_1 = powerctrl_1_shift(chip_version, reg1); local in function:setPLL_double_highregs 241 if (shift_powerctrl_1 >= 0) { 244 (saved_powerctrl_1 & ~(0xf << shift_powerctrl_1)) | 245 1 << shift_powerctrl_1); 274 if (shift_powerctrl_1 >= 0 [all...] |