Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c207 u16 comm_space_size; in hccs_pcc_cmd_send() local
220 comm_space_size = HCCS_PCC_SHARE_MEM_BYTES - in hccs_pcc_cmd_send()
222 memcpy_toio(comm_space, (void *)desc, comm_space_size); in hccs_pcc_cmd_send()
238 memcpy_fromio((void *)desc, comm_space, comm_space_size); in hccs_pcc_cmd_send()