Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/hisilicon/hikey960/drivers/ipc/
H A Dhisi_ipc.c95 unsigned int cmdtype, unsigned int cmdpara) in hisi_ipc_send_cmd_with_ack() argument
122 mmio_write_32(IPC_MBX_DATA_REG(mbox, 0), cmdtype); in hisi_ipc_send_cmd_with_ack()
136 unsigned int cmdtype = 0; in hisi_ipc_pm_on_off() local
141 cmdtype = IPC_CMD_TYPE(0, cluster, mode, 0x3); in hisi_ipc_pm_on_off()
144 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_pm_on_off()
150 unsigned int cmdtype = 0; in hisi_ipc_pm_suspend() local
156 cmdtype = IPC_CMD_TYPE(0, -1, 0x1, 0x3 + affinity_level); in hisi_ipc_pm_suspend()
158 cmdtype = IPC_CMD_TYPE(0, cluster, 0x1, 0x3 + affinity_level); in hisi_ipc_pm_suspend()
162 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_pm_suspend()
167 unsigned int cmdtype = 0; in hisi_ipc_psci_system_off() local
[all …]