Home
last modified time | relevance | path

Searched refs:cmd_error (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dsmmuv3.c1284 SMMUCmdError cmd_error = SMMU_CERROR_NONE; in smmuv3_cmdq_consume() local
1310 cmd_error = SMMU_CERROR_ABT; in smmuv3_cmdq_consume()
1334 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1354 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1373 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1391 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1413 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1437 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1447 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
1458 cmd_error = SMMU_CERROR_ILL; in smmuv3_cmdq_consume()
[all …]
H A Dtrace-events41 smmuv3_cmdq_consume_error(const char *cmd_name, uint8_t cmd_error) "Error on %s command execution: …
/openbmc/u-boot/include/
H A Dmmc.h692 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error);
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c317 int mmc_send_tuning(struct mmc *mmc, u32 opcode, int *cmd_error) in mmc_send_tuning() argument