Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_mmcsd_core.h104 unsigned int busy_timeout; /* busy detect timeout in ms */ member
/components/drivers/sdio/
A Ddev_block.c49 cmd.busy_timeout = 0; in __send_status()
/components/drivers/sdio/sdhci/
A Dsdhci.c1008 target_timeout = cmd->busy_timeout * 1000; in sdhci_target_timeout()
1043 if (!data && !cmd->busy_timeout) in sdhci_calc_timeout()
1358 else if (!cmd->data && cmd->busy_timeout > 9000) in sdhci_send_command()
1359 timeout += DIV_ROUND_UP(cmd->busy_timeout, 1000) * RT_TICK_PER_SECOND + RT_TICK_PER_SECOND; in sdhci_send_command()

Completed in 8 milliseconds