Lines Matching +full:sub +full:- +full:system
1 /* SPDX-License-Identifier: GPL-2.0 */
11 #include <linux/mailbox/mtk-cmdq-mailbox.h>
31 * cmdq_dev_get_client_reg() - parse cmdq client reg from the device
46 * cmdq_mbox_create() - create CMDQ mailbox client and channel
55 * cmdq_mbox_destroy() - destroy CMDQ mailbox client and channel
61 * cmdq_pkt_create() - create a CMDQ packet
70 * cmdq_pkt_destroy() - destroy the CMDQ packet
76 * cmdq_pkt_write() - append write command to the CMDQ packet
78 * @subsys: the CMDQ sub system code
79 * @offset: register offset from CMDQ sub system
87 * cmdq_pkt_write_mask() - append write command with mask to the CMDQ packet
89 * @subsys: the CMDQ sub system code
90 * @offset: register offset from CMDQ sub system
100 * cmdq_pkt_read_s() - append read_s command to the CMDQ packet
112 * cmdq_pkt_write_s() - append write_s command to the CMDQ packet
129 * cmdq_pkt_write_s_mask() - append write_s with mask command to the CMDQ packet
147 * cmdq_pkt_write_s_value() - append write_s command to the CMDQ packet which
160 * cmdq_pkt_write_s_mask_value() - append write_s command with mask to the CMDQ
175 * cmdq_pkt_wfe() - append wait for event command to the CMDQ packet
185 * cmdq_pkt_clear_event() - append clear event command to the CMDQ packet
194 * cmdq_pkt_set_event() - append set event command to the CMDQ packet
203 * cmdq_pkt_poll() - Append polling command to the CMDQ packet, ask GCE to
209 * @subsys: the CMDQ sub system code
210 * @offset: register offset from CMDQ sub system
219 * cmdq_pkt_poll_mask() - Append polling command to the CMDQ packet, ask GCE to
225 * @subsys: the CMDQ sub system code
226 * @offset: register offset from CMDQ sub system
236 * cmdq_pkt_assign() - Append logic assign command to the CMDQ packet, ask GCE
249 * cmdq_pkt_jump() - Append jump command to the CMDQ packet, ask GCE
260 * cmdq_pkt_finalize() - Append EOC and jump command to pkt.
268 * cmdq_pkt_flush_async() - trigger CMDQ to asynchronously execute the CMDQ