Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/soc/hisilicon/
Dkunpeng_hccs.c230 void __iomem *comm_space, in hccs_fill_pcc_shared_mem_region() argument
243 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_pcc_shared_mem_region()
249 void __iomem *comm_space, in hccs_fill_ext_pcc_shared_mem_region() argument
263 memcpy_toio(comm_space, (void *)desc, space_size); in hccs_fill_ext_pcc_shared_mem_region()
272 void __iomem *comm_space; in hccs_pcc_cmd_send() local
276 comm_space = cl_info->pcc_comm_addr + verspec_data->shared_mem_size; in hccs_pcc_cmd_send()
279 comm_space, space_size); in hccs_pcc_cmd_send()
296 memcpy_fromio((void *)desc, comm_space, space_size); in hccs_pcc_cmd_send()
Dkunpeng_hccs.h64 void __iomem *comm_space,