Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c911 u64 stb_phys_addr; in amd_pmc_s2d_init() local
939 stb_phys_addr = ((u64)phys_addr_hi << 32 | phys_addr_low); in amd_pmc_s2d_init()
944 dev->stb_virt_addr = devm_ioremap(dev->dev, stb_phys_addr, dev->dram_size); in amd_pmc_s2d_init()