Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dgen_atmel_mci.c164 struct mmc_cmd *cmd, struct mmc_data *data, u32* error_flags) argument
169 *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) argument
202 if (status & (error_flags | MMCI_BIT(OVRE)))
215 static u32 mci_data_write(atmel_mci_t *mci, u32* data, u32 error_flags) argument
221 if (status & (error_flags | MMCI_BIT(UNRE)))
254 u32 error_flags = 0; local
263 cmdr = mci_encode_cmd(cmd, data, &error_flags);
284 if ((status & error_flags) & MMCI_BIT(RTOE)) {
[all …]