Searched refs:HW_SDIO_TO_HOST (Results 1 – 8 of 8) sorted by relevance
104 #define HW_SDIO_TO_HOST (0x01U << 1) macro
280 dir = (data->flags & DATA_DIR_READ) ? HW_SDIO_TO_HOST : 0; in rthw_sdio_send_command()
130 #define HW_SDIO_TO_HOST (0x01U << 1) macro
307 dir = (data->flags & DATA_DIR_READ) ? HW_SDIO_TO_HOST : 0; in rthw_sdio_send_command()
122 #define HW_SDIO_TO_HOST (0x01U << 1) macro
304 dir = (data->flags & DATA_DIR_READ) ? HW_SDIO_TO_HOST : 0; in rthw_sdio_send_command()
120 #define HW_SDIO_TO_HOST (0x01U << 1) macro
306 dir = (data->flags & DATA_DIR_READ) ? HW_SDIO_TO_HOST : 0; in rt_hw_sdio_send_command()
Completed in 26 milliseconds