Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/imx/
H A Dimx-scu.c41 bool fast_ipc; member
127 if (sc_ipc->fast_ipc) { in imx_scu_rx_callback()
175 size = sc_ipc->fast_ipc ? 1 : hdr.size; in imx_scu_ipc_write()
188 if (!sc_ipc->fast_ipc) { in imx_scu_ipc_write()
282 sc_ipc->fast_ipc = of_device_is_compatible(args.np, "fsl,imx8-mu-scu"); in imx_scu_probe()
284 num_channel = sc_ipc->fast_ipc ? 2 : SCU_MU_CHAN_NUM; in imx_scu_probe()
302 if (!sc_ipc->fast_ipc) { in imx_scu_probe()