Searched refs:HW_SDIO_IT_RXACT (Results 1 – 6 of 6) sorted by relevance
71 #define HW_SDIO_IT_RXACT (0x01U << 13) macro
336 while (count && (hw_sdio->sta & (HW_SDIO_IT_TXACT | HW_SDIO_IT_RXACT))) in rthw_sdio_send_command()
63 #define HW_SDIO_IT_RXACT (0x01U << 13) macro
333 while (count && (hw_sdio->sta & (HW_SDIO_IT_TXACT | HW_SDIO_IT_RXACT))) in rthw_sdio_send_command()
61 #define HW_SDIO_IT_RXACT (0x01U << 13) macro
335 while (count && (hw_sdio->sta & (HW_SDIO_IT_TXACT | HW_SDIO_IT_RXACT))) in rt_hw_sdio_send_command()
Completed in 16 milliseconds