Searched refs:SDIO_ERRORS (Results 1 – 10 of 10) sorted by relevance
51 #define SDIO_ERRORS \ macro
170 if (status & SDIO_ERRORS) in rthw_sdio_wait_completed()302 if ((count == 0) || (hsd->STA & SDIO_ERRORS)) in rthw_sdio_send_command()
47 #define SDIO_ERRORS \ macro
136 if (status & SDIO_ERRORS) in rthw_sdio_wait_completed()227 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command()
137 if (status & SDIO_ERRORS) in rthw_sdio_wait_completed()228 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command()
52 #define SDIO_ERRORS \ macro
159 if (status & SDIO_ERRORS) in rthw_sdio_wait_completed()257 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command()
160 if (status & SDIO_ERRORS) in rthw_sdio_wait_completed()287 if ((count == 0) || (hw_sdio->sta & SDIO_ERRORS)) in rthw_sdio_send_command()
Completed in 24 milliseconds