Searched refs:HW_SDIO_ERRORS (Results 1 – 7 of 7) sorted by relevance
150 if (status & HW_SDIO_ERRORS) in rt_hw_sdio_wait_completed()317 hw_sdio->mask |= HW_SDIO_IT_CMDSENT | HW_SDIO_IT_CMDREND | HW_SDIO_ERRORS; in rt_hw_sdio_send_command()340 if ((count == 0) || (hw_sdio->sta & HW_SDIO_ERRORS)) in rt_hw_sdio_send_command()549 if (intstatus & HW_SDIO_ERRORS) in rt_hw_sdio_irq_process()551 hw_sdio->icr = HW_SDIO_ERRORS; in rt_hw_sdio_irq_process()598 hw_sdio->mask &= ~HW_SDIO_ERRORS; in rt_hw_sdio_irq_process()
72 #define HW_SDIO_ERRORS \ macro
148 if (status & HW_SDIO_ERRORS) in rthw_sdio_wait_completed()315 hw_sdio->mask |= HW_SDIO_IT_CMDSENT | HW_SDIO_IT_CMDREND | HW_SDIO_ERRORS; in rthw_sdio_send_command()338 if ((count == 0) || (hw_sdio->sta & HW_SDIO_ERRORS)) in rthw_sdio_send_command()547 if (intstatus & HW_SDIO_ERRORS) in rthw_sdio_irq_process()549 hw_sdio->icr = HW_SDIO_ERRORS; in rthw_sdio_irq_process()596 hw_sdio->mask &= ~HW_SDIO_ERRORS; in rthw_sdio_irq_process()
74 #define HW_SDIO_ERRORS \ macro
151 if (status & HW_SDIO_ERRORS) in rthw_sdio_wait_completed()318 hw_sdio->mask |= HW_SDIO_IT_CMDSENT | HW_SDIO_IT_CMDREND | HW_SDIO_ERRORS; in rthw_sdio_send_command()341 if ((count == 0) || (hw_sdio->sta & HW_SDIO_ERRORS)) in rthw_sdio_send_command()550 if (intstatus & HW_SDIO_ERRORS) in rthw_sdio_irq_process()552 hw_sdio->icr = HW_SDIO_ERRORS; in rthw_sdio_irq_process()599 hw_sdio->mask &= ~HW_SDIO_ERRORS; in rthw_sdio_irq_process()
82 #define HW_SDIO_ERRORS \ macro
58 #define HW_SDIO_ERRORS \ macro
Completed in 14 milliseconds