Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c93 unsigned long share_mem_phy; in sip_smc_request_share_mem() local
99 share_mem_phy = res.a1; in sip_smc_request_share_mem()
100 res.a1 = (unsigned long)ioremap(share_mem_phy, SIZE_PAGE(page_num)); in sip_smc_request_share_mem()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Drockchip_sip.c171 unsigned long share_mem_phy; in sip_smc_request_share_mem() local
177 share_mem_phy = res.a1; in sip_smc_request_share_mem()
178 res.a1 = (unsigned long)sip_map(share_mem_phy, SIZE_PAGE(page_num)); in sip_smc_request_share_mem()