Lines Matching refs:ssel
34 u32 ssel; member
152 u32 ssel = nvkm_rd32(device, 0x137100); in read_clk() local
153 if (ssel & (1 << idx)) { in read_clk()
323 info->ssel = 0; in calc_clk()
330 info->ssel = (1 << idx); in calc_clk()
361 if (!info->ssel) { in gk104_clk_prog_0()
415 if (info->ssel) in gk104_clk_prog_3()
426 if (info->ssel) { in gk104_clk_prog_4_0()
427 nvkm_mask(device, 0x137100, (1 << idx), info->ssel); in gk104_clk_prog_4_0()
430 if (tmp == info->ssel) in gk104_clk_prog_4_0()
441 if (info->ssel) { in gk104_clk_prog_4_1()