Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ptp.h66 void __iomem *cmd_sync; member
H A Didpf_virtchnl_ptp.c92 ptp->dev_clk_regs.cmd_sync = idpf_get_reg_addr(adapter, temp_offset); in idpf_ptp_get_caps()
108 ptp->dev_clk_regs.cmd_sync = idpf_get_reg_addr(adapter, temp_offset); in idpf_ptp_get_caps()
H A Didpf_ptp.c87 writel(shtime_enable, adapter->ptp->dev_clk_regs.cmd_sync); in idpf_ptp_enable_shtime()
88 writel(exec_cmd | shtime_enable, adapter->ptp->dev_clk_regs.cmd_sync); in idpf_ptp_enable_shtime()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Dtegra241-cmdqv.c432 u64 cmd_sync[CMDQ_ENT_DWORDS] = {}; in tegra241_vcmdq_hw_flush_timeout() local
434 cmd_sync[0] = FIELD_PREP(CMDQ_0_OP, CMDQ_OP_CMD_SYNC) | in tegra241_vcmdq_hw_flush_timeout()
441 arm_smmu_cmdq_issue_cmdlist(smmu, &smmu->cmdq, cmd_sync, 1, true); in tegra241_vcmdq_hw_flush_timeout()
H A Darm-smmu-v3.c428 struct arm_smmu_cmdq_ent cmd_sync = { in __arm_smmu_cmdq_skip_err() local
464 arm_smmu_cmdq_build_cmd(cmd, &cmd_sync); in __arm_smmu_cmdq_skip_err()
794 u64 cmd_sync[CMDQ_ENT_DWORDS]; in arm_smmu_cmdq_issue_cmdlist() local
837 arm_smmu_cmdq_build_sync_cmd(cmd_sync, smmu, cmdq, prod); in arm_smmu_cmdq_issue_cmdlist()
838 queue_write(Q_ENT(&cmdq->q, prod), cmd_sync, CMDQ_ENT_DWORDS); in arm_smmu_cmdq_issue_cmdlist()