Searched refs:cmdq_pkt_write (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/soc/mediatek/ |
H A D | mtk-cmdq.h | 114 * cmdq_pkt_write() - append write command to the CMDQ packet 122 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value); 416 static inline int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) 424 static inline int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) cmdq_pkt_write() function
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_ddp_comp.c | 75 cmdq_pkt_write(cmdq_pkt, cmdq_reg->subsys, in mtk_ddp_write() 88 cmdq_pkt_write(cmdq_pkt, cmdq_reg->subsys, in mtk_ddp_write_relaxed()
|
/linux/drivers/soc/mediatek/ |
H A D | mtk-mutex.c | 974 cmdq_pkt_write(cmdq_pkt, mtx->cmdq_reg.subsys, in mtk_mutex_enable_by_cmdq()
|