Searched refs:HIMCI_DEBUG_INFO (Results 1 – 2 of 2) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mmc/ |
D | himci.c | 143 HIMCI_DEBUG_INFO("CMD send timeout"); in hi_mci_wait_cmd() 290 HIMCI_DEBUG_INFO("host->dma_des is 0x%x", (unsigned int)host->dma_des); in hi_mci_idma_start() 363 HIMCI_DEBUG_INFO("des[%ld] vaddr is 0x%X", des_cnt, in hi_mci_setup_data() 365 HIMCI_DEBUG_INFO("des[%ld].idmac_des_ctrl is 0x%X", des_cnt, in hi_mci_setup_data() 367 HIMCI_DEBUG_INFO("des[%ld].idmac_des_buf_size is 0x%X", in hi_mci_setup_data() 370 HIMCI_DEBUG_INFO("des[%ld].idmac_des_buf_addr 0x%X", des_cnt, in hi_mci_setup_data() 372 HIMCI_DEBUG_INFO("des[%ld].idmac_des_next_addr is 0x%X", in hi_mci_setup_data() 465 HIMCI_DEBUG_INFO("Send cmd of card is CMD %d", cmd->cmdidx); in hi_mci_exec_cmd() 502 HIMCI_DEBUG_INFO("CMD Response of card is " in hi_mci_cmd_done() 508 HIMCI_DEBUG_INFO("CMD Response of card is %08x", in hi_mci_cmd_done() [all …]
|
D | himci.h | 78 #define HIMCI_DEBUG_INFO(msg...) HIMCI_DEBUG(HIMCI_DEBUG_TYPE_INFO, msg) macro 94 #define HIMCI_DEBUG_INFO(msg...) macro
|