Searched full:mast (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/lib/ |
D | maple_tree.c | 2321 * @mast: The maple_subtree_state. 2323 static inline void mast_topiary(struct maple_subtree_state *mast) in mast_topiary() argument 2325 MA_WR_STATE(wr_mas, mast->orig_l, NULL); in mast_topiary() 2330 wr_mas.type = mte_node_type(mast->orig_l->node); in mast_topiary() 2331 mast->orig_l->index = mast->orig_l->last; in mast_topiary() 2333 l_start = mast->orig_l->offset + 1; in mast_topiary() 2334 l_end = mas_data_end(mast->orig_l); in mast_topiary() 2336 r_end = mast->orig_r->offset; in mast_topiary() 2341 l_slots = ma_slots(mas_mn(mast->orig_l), in mast_topiary() 2342 mte_node_type(mast->orig_l->node)); in mast_topiary() [all …]
|
D | test_maple_tree.c | 1997 * Fixed by setting mast->r->max correctly. in check_fuzzer() 2045 * Fixed by setting mast->r->max correctly in mast_cp_to_nodes() in check_fuzzer()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | mcp77.c | 86 u32 mast = nvkm_rd32(device, 0x00c054); in mcp77_clk_read() local 99 switch (mast & 0x000c0000) { in mcp77_clk_read() 109 switch (mast & 0x00000003) { in mcp77_clk_read() 117 if ((mast & 0x03000000) != 0x03000000) in mcp77_clk_read() 120 if ((mast & 0x00000200) == 0x00000000) in mcp77_clk_read() 123 switch (mast & 0x00000c00) { in mcp77_clk_read() 131 switch (mast & 0x00000030) { in mcp77_clk_read() 133 if (mast & 0x00000040) in mcp77_clk_read() 146 switch (mast & 0x00400000) { in mcp77_clk_read() 157 nvkm_debug(subdev, "unknown clock source %d %08x\n", src, mast); in mcp77_clk_read() [all …]
|
D | nv50.c | 129 u32 src, mast = nvkm_rd32(device, 0x00c040); in read_pll_ref() local 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() 161 u32 mast = nvkm_rd32(device, 0x00c040); in read_pll() local 168 if (base == 0x004028 && (mast & 0x00100000)) { in read_pll() 197 u32 mast = nvkm_rd32(device, 0x00c040); in nv50_clk_read() local 212 switch (mast & 0x30000000) { in nv50_clk_read() 220 if (!(mast & 0x00100000)) in nv50_clk_read() [all …]
|
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-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | microchip,sparx5-sgpio.yaml | 47 even. The tuples mast be ordered (low, high) and are
|
/Linux-v6.1/drivers/zorro/ |
D | zorro.ids | 460 0800 MAST Fireball [SCSI Host Adapter]
|
/Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 73 * but the host shall use the bit-mast + bit-shift defs, to be endian-
|