Searched refs:cmdq_pkt_write (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/soc/mediatek/ |
| H A D | mtk-cmdq.h | 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) in cmdq_pkt_write() function
|
| /linux-6.15/drivers/soc/mediatek/ |
| H A D | mtk-cmdq-helper.c | 192 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write() function 202 EXPORT_SYMBOL(cmdq_pkt_write); 217 return cmdq_pkt_write(pkt, subsys, offset_mask, value); in cmdq_pkt_write_mask()
|
| H A D | mtk-mutex.c | 980 cmdq_pkt_write(cmdq_pkt, mtx->cmdq_reg.subsys, in mtk_mutex_enable_by_cmdq()
|
| /linux-6.15/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-comp.h | 22 cmdq_pkt_write(&((cmd)->pkt), id, (base) + (ofst), (val))
|
| H A D | mtk-mdp3-cmdq.c | 324 cmdq_pkt_write(&cmd->pkt, set->subsys_id, set->reg, set->value); in mdp_path_config_subfrm() 379 cmdq_pkt_write(&cmd->pkt, set->subsys_id, set->reg, 0); in mdp_path_config_subfrm()
|
| /linux-6.15/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()
|