Searched refs:stb_virt_addr (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/platform/x86/amd/pmc/ |
D | pmc.h | 31 void __iomem *stb_virt_addr; member
|
D | pmc.c | 253 memcpy_fromio(stb_data_arr->data, dev->stb_virt_addr, fsize); in amd_pmc_stb_handle_efr() 312 memcpy_fromio(stb_data_arr->data, dev->stb_virt_addr + stb_rdptr_offset, fsize); in amd_pmc_stb_debugfs_open_v2() 314 memcpy_fromio(stb_data_arr->data + fsize, dev->stb_virt_addr, stb_rdptr_offset); in amd_pmc_stb_debugfs_open_v2() 316 memcpy_fromio(stb_data_arr->data, dev->stb_virt_addr, fsize); in amd_pmc_stb_debugfs_open_v2() 1011 dev->stb_virt_addr = devm_ioremap(dev->dev, stb_phys_addr, dev->dram_size); in amd_pmc_s2d_init() 1012 if (!dev->stb_virt_addr) in amd_pmc_s2d_init()
|