Home
last modified time | relevance | path

Searched refs:tag_base (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c194 u64 tag_base = nvkm_memory_addr(ltc->tag_ram) + tag_margin; in gf100_ltc_oneinit_tag_ram() local
196 tag_base += tag_align - 1; in gf100_ltc_oneinit_tag_ram()
197 do_div(tag_base, tag_align); in gf100_ltc_oneinit_tag_ram()
199 ltc->tag_base = tag_base; in gf100_ltc_oneinit_tag_ram()
233 nvkm_wr32(device, 0x17e8d4, ltc->tag_base); in gf100_ltc_init()
H A Dgk104.c34 nvkm_wr32(device, 0x17e8d4, ltc->tag_base); in gk104_ltc_init()
H A Dgm200.c42 nvkm_wr32(ltc->subdev.device, 0x17e278, ltc->tag_base); in gm200_ltc_init()
H A Dgm107.c129 nvkm_wr32(device, 0x17e278, ltc->tag_base); in gm107_ltc_init()
/openbmc/linux/arch/sparc/kernel/
H A Dpsycho_common.c38 unsigned long err_base, tag_base, line_base; in psycho_check_stc_error() local
47 tag_base = strbuf->strbuf_tag_diag; in psycho_check_stc_error()
70 stc_tag_buf[i] = upa_readq(tag_base + (i * 8UL)); in psycho_check_stc_error()
72 upa_writeq(0UL, tag_base + (i * 8UL)); in psycho_check_stc_error()
H A Dpci_schizo.c133 unsigned long err_base, tag_base, line_base; in __schizo_check_stc_error_pbm() local
138 tag_base = regbase + SCHIZO_STC_TAG; in __schizo_check_stc_error_pbm()
163 stc_tag_buf[i] = upa_readq(tag_base + (i * 8UL)); in __schizo_check_stc_error_pbm()
165 upa_writeq(0UL, tag_base + (i * 8UL)); in __schizo_check_stc_error_pbm()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dltc.h19 u32 tag_base; member
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report413 tag_base, run_id = tag.rsplit('/', 1)
414 tag_base = tag_base.replace('/', '_')
415 bs_dir = os.path.join(outdir, measurement, tag_base)