Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_sdio.c106 …end cmd/data timeout wait for %x int: %x, status: %x\n",mask, r, read32(pdat->virt + EMMC_STATUS)); in sd_int()
122 …while ((read32(pdat->virt + EMMC_STATUS) & mask) && !(read32(pdat->virt + EMMC_INTERRUPT) & INT_ER… in sd_status()
196 …->response[1], cmd->response[2], cmd->response[3], read32(pdat->virt + EMMC_STATUS),read32(pdat->v… in raspi_transfer_command()
213 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
435 while ((read32(pdat->virt + EMMC_STATUS) & (SR_CMD_INHIBIT | SR_DAT_INHIBIT)) && (--count)) in sdhci_setclock()
439 …C: Set clock: timeout waiting for inhibit flags. Status %08x.\n",read32(pdat->virt + EMMC_STATUS)); in sdhci_setclock()
539 } while ((read32(pdat->virt + EMMC_STATUS) & (0x1 << 16)) == 0); in reset_emmc()
541 rt_uint32_t status_reg = read32(pdat->virt + EMMC_STATUS); in reset_emmc()
A Ddrv_sdio.h158 #define EMMC_STATUS (0x24) macro
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_sdio.c106 …end cmd/data timeout wait for %x int: %x, status: %x\n",mask, r, read32(pdat->virt + EMMC_STATUS)); in sd_int()
122 …while ((read32(pdat->virt + EMMC_STATUS) & mask) && !(read32(pdat->virt + EMMC_INTERRUPT) & INT_ER… in sd_status()
196 …->response[1], cmd->response[2], cmd->response[3], read32(pdat->virt + EMMC_STATUS),read32(pdat->v… in raspi_transfer_command()
213 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
435 while ((read32(pdat->virt + EMMC_STATUS) & (SR_CMD_INHIBIT | SR_DAT_INHIBIT)) && (--count)) in sdhci_setclock()
439 …C: Set clock: timeout waiting for inhibit flags. Status %08x.\n",read32(pdat->virt + EMMC_STATUS)); in sdhci_setclock()
539 } while ((read32(pdat->virt + EMMC_STATUS) & (0x1 << 16)) == 0); in reset_emmc()
541 rt_uint32_t status_reg = read32(pdat->virt + EMMC_STATUS); in reset_emmc()
A Ddrv_sdio.h158 #define EMMC_STATUS (0x24) macro
/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_sdio.c119 …while ((read32(pdat->virt + EMMC_STATUS) & mask) && !(read32(pdat->virt + EMMC_INTERRUPT) & INT_ER… in sd_status()
192 …->response[1], cmd->response[2], cmd->response[3], read32(pdat->virt + EMMC_STATUS),read32(pdat->v… in raspi_transfer_command()
209 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
404 while ((read32(pdat->virt + EMMC_STATUS) & (SR_CMD_INHIBIT | SR_DAT_INHIBIT)) && (--count)) in sdhci_setclock()
408 …C: Set clock: timeout waiting for inhibit flags. Status %08x.\n",read32(pdat->virt + EMMC_STATUS)); in sdhci_setclock()
A Ddrv_sdio.h160 #define EMMC_STATUS (0x24) macro
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_sdio.c122 …while ((read32(pdat->virt + EMMC_STATUS) & mask) && !(read32(pdat->virt + EMMC_INTERRUPT) & INT_ER… in sd_status()
195 …->response[1], cmd->response[2], cmd->response[3], read32(pdat->virt + EMMC_STATUS),read32(pdat->v… in raspi_transfer_command()
212 if (read32(pdat->virt + EMMC_STATUS) & SR_READ_AVAILABLE) in read_bytes()
405 while ((read32(pdat->virt + EMMC_STATUS) & (SR_CMD_INHIBIT | SR_DAT_INHIBIT)) && (--count)) in sdhci_setclock()
409 …C: Set clock: timeout waiting for inhibit flags. Status %08x.\n",read32(pdat->virt + EMMC_STATUS)); in sdhci_setclock()
A Ddrv_sdio.h160 #define EMMC_STATUS (0x24) macro

Completed in 22 milliseconds