Searched refs:SD_LOGW (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | sd.c | 206 SD_LOGW("sd switch 1v8 failed\n"); in mmc_switch_to_1v8() 427 SD_LOGW("%s: Problem setting bus speed mode!\n", __func__); in sd_set_bus_speed_mode() 488 SD_LOGW("%s: Problem setting current limit!\n", __func__); in sd_set_current_limit() 694 SD_LOGW("%s: problem reading Bus Speed modes.\n", __func__); in mmc_read_switch() 851 SD_LOGW("%s: recovered\n", __func__); in mmc_sd_setup_card() 855 SD_LOGW("%s: read switch failed (attempt %d)\n", in mmc_sd_setup_card() 911 SD_LOGW("Cards all send CID number failed !!\n"); in mmc_sd_init_card() 921 SD_LOGW("Card public new RCA failed !!\n"); in mmc_sd_init_card() 928 SD_LOGW("Card send CID reg failed !!\n"); in mmc_sd_init_card() 934 SD_LOGW("Card send CSD reg failed !!\n"); in mmc_sd_init_card() [all …]
|
| A D | mmc.c | 196 SD_LOGW("Old-MMC Card with 1 bit data only!!\n"); in mmc_switch_buswidth() 347 SD_LOGW("Card send CID reg failed !!\n"); in mmc_attach_mmc() 353 SD_LOGW("Card send CSD reg failed !!\n"); in mmc_attach_mmc() 359 SD_LOGW("mmc_select_card failed !!\n"); in mmc_attach_mmc()
|
| A D | _sd_define.h | 54 #define SD_LOGW(format, args...) ROM_WRN(card->debug_mask, "SD:"format, ##args) macro 64 #define SD_LOGW(x...) do{ }while(0)
|
| A D | sdio_irq.c | 91 SD_LOGW("pending IRQ for non-existent function\n"); 99 SD_LOGW("pending IRQ with no handler\n");
|
| A D | core.c | 296 SD_LOGW("unexpected status %x after switch", (unsigned int)status); in mmc_switch() 643 SD_LOGW("%s only support len < %d\n", __func__, SDXC_MAX_TRANS_LEN/512); in mmc_block_read() 648 SD_LOGW("%s id:%d has suspend\n", __func__, (unsigned int)card->id); in mmc_block_read() 695 SD_LOGW("%s only support block number < %d\n", __func__, SDXC_MAX_TRANS_LEN/512); in mmc_block_write() 700 SD_LOGW("%s id:%d has suspend\n", __func__, (unsigned int)card->id); in mmc_block_write() 1056 SD_LOGW("%s fail, ref:%d\n", __func__, (unsigned int)card->ref); in mmc_card_delete()
|
| A D | sdio.c | 180 SD_LOGW("%s: bad %s tuple 0x%02x (%u bytes)\n", in cis_tpl_parse() 185 SD_LOGW("%s: queuing unknown CIS tuple 0x%02x (%u bytes)\n", in cis_tpl_parse() 933 SD_LOGW("block size has beed set to %d !!\n", blksz); in sdio_set_block_size() 938 SD_LOGW("block size has beed set to %ld !!\n", HAL_PR_SZ_L(blksz)); in sdio_set_block_size() 1150 SD_LOGW("%s: unrecognised CCCR structure version %ld\n", in sdio_read_cccr() 1686 SD_LOGW("SDIO Combo Card(With I/O & Memory) !!\n"); in mmc_sdio_init_card() 1726 SD_LOGW("SD public RCA failed\n"); in mmc_sdio_init_card() 2051 SD_LOGW("card claims to support voltages below the defined range." in mmc_attach_sdio()
|
Completed in 15 milliseconds