Searched refs:shift_powerctrl_1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
H A Dnouveau_nvkm_subdev_devinit_nv04.c157 int shift_powerctrl_1 = powerctrl_1_shift(chip_version, reg); local
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
241 if (shift_powerctrl_1 >= 0) {
244 (saved_powerctrl_1 & ~(0xf << shift_powerctrl_1)) |
245 1 << shift_powerctrl_1);
274 if (shift_powerctrl_1 >
[all...]

Completed in 72 milliseconds