Lines Matching refs:error_flags
158 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
163 *error_flags |= (MMCI_BIT(DTOE) | MMCI_BIT(RDIRE) | MMCI_BIT(RENDE) |
178 *error_flags |= MMCI_BIT(RCRCE);
190 static u32 mci_data_read(atmel_mci_t *mci, u32* data, u32 error_flags) argument
196 if (status & (error_flags | MMCI_BIT(OVRE)))
209 static u32 mci_data_write(atmel_mci_t *mci, u32* data, u32 error_flags) argument
215 if (status & (error_flags | MMCI_BIT(UNRE)))
249 u32 error_flags = 0; local
258 cmdr = mci_encode_cmd(cmd, data, &error_flags);
277 if ((status & error_flags) & MMCI_BIT(RTOE)) {
280 } else if (status & error_flags) {
300 (atmel_mci_t *mci, u32* data, u32 error_flags);
318 status = mci_data_op(mci, ioptr, error_flags);
338 error_flags);
353 if (status & error_flags) {