Searched refs:present_state (Results 1 – 3 of 3) sorted by relevance
178 if (regs->present_state & EMMC_HOST_PSTATE_CMD_INHIBIT) { in emmc_disable_clock()179 LOG_ERR("present_state:%x", regs->present_state); in emmc_disable_clock()182 if (regs->present_state & EMMC_HOST_PSTATE_DAT_INHIBIT) { in emmc_disable_clock()183 LOG_ERR("present_state:%x", regs->present_state); in emmc_disable_clock()678 if (regs->present_state & EMMC_HOST_PSTATE_CMD_INHIBIT) { in emmc_host_send_cmd()683 if (config->data_present && (regs->present_state & EMMC_HOST_PSTATE_DAT_INHIBIT)) { in emmc_host_send_cmd()747 if (!(regs->present_state & EMMC_HOST_PSTATE_CARD_INSERTED)) { in emmc_reset()796 while ((regs->present_state & EMMC_HOST_PSTATE_BUF_READ_EN) == 0) { in read_data_port()801 if (regs->present_state & EMMC_HOST_PSTATE_DAT_INHIBIT) { in read_data_port()829 while ((regs->present_state & EMMC_HOST_PSTATE_BUF_WRITE_EN) == 0) { in write_data_port()[all …]
201 volatile uint32_t present_state; /**< Present State */ member
616 uint32_t thld_ctrl, present_state; in start_xfer() local619 present_state = sys_read32(config->regs + PRESENT_STATE); in start_xfer()639 if (present_state & PRESENT_STATE_CURRENT_MASTER) { in start_xfer()694 uint32_t present_state; in dw_i3c_xfers() local696 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_xfers()697 if (!(present_state & PRESENT_STATE_CURRENT_MASTER)) { in dw_i3c_xfers()921 uint32_t present_state; in dw_i3c_i2c_transfer() local923 present_state = sys_read32(config->regs + PRESENT_STATE); in dw_i3c_i2c_transfer()924 if (!(present_state & PRESENT_STATE_CURRENT_MASTER)) { in dw_i3c_i2c_transfer()1352 uint32_t present_state; in i3c_dw_irq() local[all …]