Searched refs:error_flags (Results 1 – 1 of 1) sorted by relevance
164 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument169 *error_flags |= (MMCI_BIT(DTOE) | MMCI_BIT(RDIRE) | MMCI_BIT(RENDE) |184 *error_flags |= MMCI_BIT(RCRCE);196 static u32 mci_data_read(atmel_mci_t *mci, u32* data, u32 error_flags) argument202 if (status & (error_flags | MMCI_BIT(OVRE)))215 static u32 mci_data_write(atmel_mci_t *mci, u32* data, u32 error_flags) argument221 if (status & (error_flags | MMCI_BIT(UNRE)))254 u32 error_flags = 0; local263 cmdr = mci_encode_cmd(cmd, data, &error_flags);284 if ((status & error_flags) & MMCI_BIT(RTOE)) {[all …]