Home
last modified time | relevance | path

Searched refs:SD_LOGN (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dcore.c578 SD_LOGN("Card Type : %s\n", type); in mmc_add_card()
585 SD_LOGN("Card CSD :\n"); in mmc_add_card()
590 SD_LOGN("Card CUR_STA :\n"); in mmc_add_card()
591 SD_LOGN(" speed_mode : %s\n", speed_mode); in mmc_add_card()
900 SD_LOGN("sd1.0 or mmc\n"); in mmc_rescan()
907 SD_LOGN("***** Try sdio *****\n"); in mmc_rescan()
909 SD_LOGN("***** sdio init ok *****\n"); in mmc_rescan()
917 SD_LOGN("***** Try sd *****\n"); in mmc_rescan()
919 SD_LOGN("***** sd init ok *****\n"); in mmc_rescan()
927 SD_LOGN("***** Try mmc *****\n"); in mmc_rescan()
[all …]
A Dsd.c150 SD_LOGN("card raw SD status:\n"); in mmc_app_sd_status()
255 SD_LOGN("card raw cid:\n"); in mmc_send_cid()
681 SD_LOGN("Card ver. does not support to read switch info!\n"); in mmc_read_switch()
739 SD_LOGN("Card ver. does not support to switch to high speed!\n"); in mmc_sd_switch_hs()
744 SD_LOGN("Card cmdclass not support to switch to high speed!\n"); in mmc_sd_switch_hs()
809 SD_LOGN("card raw csd:\n"); in mmc_sd_get_csd()
830 SD_LOGN("card raw scr:\n"); in mmc_sd_setup_card()
914 SD_LOGN("Card CID number:%x\n", (unsigned int)card->cidno[0]); in mmc_sd_init_card()
997 SD_LOGN("card is switched to high speed mode, clk:%u KHz\n", (unsigned int)clk/1000); in mmc_sd_init_card()
1011 SD_LOGN("Set bus width type: %d\n", MMC_BUS_WIDTH_4); in mmc_sd_init_card()
[all …]
A D_sd_define.h53 #define SD_LOGN(format, args...) ROM_INF(card->debug_mask, "SD:"format, ##args) macro
63 #define SD_LOGN(x...) do{ }while(0)
A Dsdio_irq.c56SD_LOGN("d1 wait time %lld ns\n", HAL_PR_SZ_L(host->sdio_irq_times_ns = HAL_GetTimeNs()- host->sta…
A Dsdio.c1539 SD_LOGN("SDIO: Enabling IRQ for %d...\n", func_num);
1578 SD_LOGN("SDIO: Disabling IRQ for %d...\n", func_num);
1817 SD_LOGN("sdio highspeed \n"); in mmc_sdio_init_card()
1833 SD_LOGN("%s bus width type:%d\n", __func__, MMC_BUS_WIDTH_4); in mmc_sdio_init_card()

Completed in 15 milliseconds