Searched refs:present_state (Results 1 – 6 of 6) 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()747 if (!(regs->present_state & EMMC_HOST_PSTATE_CARD_INSERTED)) { in emmc_reset()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()840 if (regs->present_state & EMMC_HOST_PSTATE_DAT_INHIBIT) { in write_data_port()1100 emmc->card_present = (bool)((regs->present_state >> 16u) & 1u); in emmc_get_card_present()[all …]
216 volatile uint32_t present_state; /**< Present State */ member
152 if ((reg->present_state & XLNX_SDHC_PSR_CARD_INSRT_MASK) != 0U) { in xlnx_sdhc_card_detect()385 if (((reg->present_state & XLNX_SDHC_PSR_INHIBIT_DAT_MASK) != 0U) && in xlnx_sdhc_cmd()469 if ((reg->present_state & 1U) != 0U) { in xlnx_sdhc_transfer()1209 ret = xlnx_sdhc_waitl_events((void *)®->present_state, 2, in xlnx_sdhc_card_busy()
201 volatile uint32_t present_state; /**< Present State */ member
625 uint32_t thld_ctrl, present_state; in start_xfer() local648 if (present_state & PRESENT_STATE_CURRENT_MASTER) { in start_xfer()703 uint32_t present_state; in dw_i3c_xfers() local706 if (!(present_state & PRESENT_STATE_CURRENT_MASTER)) { in dw_i3c_xfers()930 uint32_t present_state; in dw_i3c_i2c_transfer() local933 if (!(present_state & PRESENT_STATE_CURRENT_MASTER)) { in dw_i3c_i2c_transfer()1364 uint32_t present_state; in i3c_dw_irq() local1697 uint32_t present_state; in dw_i3c_do_ccc() local1883 uint32_t present_state; in dw_i3c_do_daa() local2175 uint32_t present_state; in dw_i3c_target_tx_write() local[all …]
95 val->present_state = tmp & BAT_PRESENT_MASK; in is_battery_connect()
Completed in 24 milliseconds