Searched refs:mast (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | nv50.c | 133 src = !!(mast & 0x00200000); in read_pll_ref() 136 src = !!(mast & 0x00400000); in read_pll_ref() 139 src = !!(mast & 0x00010000); in read_pll_ref() 142 src = !!(mast & 0x02000000); in read_pll_ref() 212 switch (mast & 0x30000000) { in nv50_clk_read() 220 if (!(mast & 0x00100000)) in nv50_clk_read() 222 switch (mast & 0x00000003) { in nv50_clk_read() 231 switch (mast & 0x00000030) { in nv50_clk_read() 233 if (mast & 0x00000080) in nv50_clk_read() 244 switch (mast & 0x0000c000) { in nv50_clk_read() [all …]
|
| H A D | mcp77.c | 99 switch (mast & 0x000c0000) { in mcp77_clk_read() 109 switch (mast & 0x00000003) { in mcp77_clk_read() 133 if (mast & 0x00000040) in mcp77_clk_read() 301 u32 pllmask = 0, mast; in mcp77_clk_prog() local 312 mast &= ~0x00400e73; in mcp77_clk_prog() 313 mast |= 0x03000000; in mcp77_clk_prog() 318 mast |= 0x00000002; in mcp77_clk_prog() 325 mast |= 0x00000003; in mcp77_clk_prog() 339 mast |= 0x00000020; in mcp77_clk_prog() 346 mast |= 0x00000030; in mcp77_clk_prog() [all …]
|
| H A D | nv40.c | 102 u32 mast = nvkm_rd32(device, 0x00c040); in nv40_clk_read() local 110 return read_clk(clk, (mast & 0x00000003) >> 0); in nv40_clk_read() 112 return read_clk(clk, (mast & 0x00000030) >> 4); in nv40_clk_read() 119 nvkm_debug(subdev, "unknown clock source %d %08x\n", src, mast); in nv40_clk_read()
|
| /linux-6.15/lib/ |
| H A D | maple_tree.c | 2250 mast->l->min = mast->orig_l->min; in mast_rebalance_prev() 2668 mast->l->min = mast->orig_l->min; in mast_cp_to_nodes() 2682 mast->r->max = mast->orig_r->max; in mast_cp_to_nodes() 2711 if (mast->bn->pivot[mast->bn->b_end - 1] >= mast->orig_r->max) in mast_combine_cp_right() 3171 mab_set_b_end(mast->bn, mast->l, mast->l->node); in mast_fill_bnode() 3173 mab_set_b_end(mast->bn, mast->r, mast->r->node); in mast_fill_bnode() 3179 mast->bn, mast->bn->b_end); in mast_fill_bnode() 3199 mab_mas_cp(mast->bn, split + 1, mast->bn->b_end, mast->r, false); in mast_split_data() 3202 mast->r->min = mast->l->max + 1; in mast_split_data() 3207 mas_set_split_parent(mast->orig_l, mast->l->node, mast->r->node, in mast_split_data() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | microchip,sparx5-sgpio.yaml | 47 even. The tuples mast be ordered (low, high) and are
|