Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dfsl_esdhc.c46 uint prsstat; /* Present state register */ member
183 while (!(esdhc_read32(&regs->prsstat) & PRSSTAT_BREN) in esdhc_pio_read_write()
206 while (!(esdhc_read32(&regs->prsstat) & PRSSTAT_BWEN) in esdhc_pio_read_write()
263 if ((esdhc_read32(&regs->prsstat) & in esdhc_setup_data()
375 while ((esdhc_read32(&regs->prsstat) & PRSSTAT_CICHB) || in esdhc_send_cmd_common()
376 (esdhc_read32(&regs->prsstat) & PRSSTAT_CIDHB)) in esdhc_send_cmd_common()
379 while (esdhc_read32(&regs->prsstat) & PRSSTAT_DLA) in esdhc_send_cmd_common()
446 while (timeout > 0 && !(esdhc_read32(&regs->prsstat) & in esdhc_send_cmd_common()
592 while (!(esdhc_read32(&regs->prsstat) & value)) { in esdhc_clock_control()
704 while (!(esdhc_read32(&regs->prsstat) & PRSSTAT_CINS) && --timeout) in esdhc_getcd_common()