Lines Matching refs:mthd
154 .mthd = 0x0000,
167 .mthd = 0x0020,
180 .mthd = 0x0020,
193 .mthd = 0x0020,
206 .mthd = 0x0300,
366 .mthd = 0x0000,
416 .mthd = 0x0020,
460 .mthd = 0x0000,
744 .mthd = nv50_disp_main_mthd,
1110 nv50_disp_mthd_chan(priv, NV_DBG_DEBUG, 0, impl->mthd.core); in gf110_disp_intr_supervisor()
1156 u32 mthd = nv_rd32(priv, 0x6101f0 + (chid * 12)); in gf110_disp_intr_error() local
1162 chid, (mthd & 0x0000ffc), data, mthd, unkn); in gf110_disp_intr_error()
1165 switch (mthd & 0xffc) { in gf110_disp_intr_error()
1168 impl->mthd.core); in gf110_disp_intr_error()
1175 switch (mthd & 0xffc) { in gf110_disp_intr_error()
1178 impl->mthd.base); in gf110_disp_intr_error()
1185 switch (mthd & 0xffc) { in gf110_disp_intr_error()
1188 impl->mthd.ovly); in gf110_disp_intr_error()
1305 .mthd.core = &gf110_disp_core_mthd_chan,
1306 .mthd.base = &gf110_disp_base_mthd_chan,
1307 .mthd.ovly = &gf110_disp_ovly_mthd_chan,
1308 .mthd.prev = -0x020000,