Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dgen_atmel_mci.c158 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)) {
[all …]