HomeSort by: relevance | last modified time | path
    Searched defs:shift_powerctrl_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
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...]
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...]

Completed in 21 milliseconds