Searched refs:cmdtype (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/ |
D | hisi_ipc.c | 93 unsigned int cmdtype, unsigned int cmdpara) in hisi_ipc_send_cmd_with_ack() argument 120 mmio_write_32(IPC_MBX_DATA_REG(mbox, 0), cmdtype); in hisi_ipc_send_cmd_with_ack() 134 unsigned int cmdtype = 0; in hisi_ipc_pm_on_off() local 139 cmdtype = IPC_CMD_TYPE(0, cluster, mode, 0x3); in hisi_ipc_pm_on_off() 142 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_pm_on_off() 148 unsigned int cmdtype = 0; in hisi_ipc_pm_suspend() local 154 cmdtype = IPC_CMD_TYPE(0, -1, 0x1, 0x3 + affinity_level); in hisi_ipc_pm_suspend() 156 cmdtype = IPC_CMD_TYPE(0, cluster, 0x1, 0x3 + affinity_level); in hisi_ipc_pm_suspend() 160 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_pm_suspend() 165 unsigned int cmdtype = 0; in hisi_ipc_psci_system_off() local [all …]
|