Lines Matching defs:command
438 static int mlxbf_pmc_secure_read(void __iomem *addr, uint32_t command,
444 arm_smccc_smc(command, pmc->sreg_tbl_perf, (uintptr_t)addr, 0, 0, 0, 0,
465 static int mlxbf_pmc_read(void __iomem *addr, uint32_t command,
469 return mlxbf_pmc_secure_read(addr, command, result);
471 if (command == MLXBF_PMC_READ_REG_32)
494 static int mlxbf_pmc_secure_write(void __iomem *addr, uint32_t command,
500 arm_smccc_smc(command, pmc->sreg_tbl_perf, value, (uintptr_t)addr, 0, 0,
518 static int mlxbf_pmc_write(void __iomem *addr, int command, uint64_t value)
521 return mlxbf_pmc_secure_write(addr, command, value);
523 if (command == MLXBF_PMC_WRITE_REG_32)