Home
last modified time | relevance | path

Searched refs:stb_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/amd/pmc/
H A Dmp2_stb.c102 unsigned int len = mp2->stb_len; in amd_mp2_stb_region()
136 mp2->stb_len = BIT(stb_dv.val.length) * SZ_1K; in amd_mp2_process_cmd()
147 memcpy_fromio(mp2->stbdata, mp2->vslbase, mp2->stb_len); in amd_mp2_process_cmd()
187 return simple_read_from_buffer(buf, size, pos, filp->private_data, mp2->stb_len); in amd_mp2_stb_debugfs_read()
H A Dpmc.h24 int stb_len; member