Searched refs:SD_LOGD (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | mmc.c | 83 SD_LOGD("%s,%d arg use ocr?\n", __func__, __LINE__); in mmc_send_op_cond() 100 SD_LOGD("Wait card power up ready timeout, i = %d !\n", i); in mmc_send_op_cond() 106 SD_LOGD("ocr = %08x !!\n", (unsigned int)cmd.resp[0]); in mmc_send_op_cond() 127 SD_LOGD("rca = %04x !!\n", (unsigned int)card->rca); in mmc_public_new_rca() 158 SD_LOGD("%s,%d %s\n", __func__, __LINE__, "extcsd"); in mmc_send_extcsd() 200 SD_LOGD("RS-MMC Card!!\n"); in mmc_switch_buswidth() 212 SD_LOGD("Set bus width error, use default 1 bit !!\n"); in mmc_set_buswidth() 218 SD_LOGD("Set bus width error, use default 1 bit !!\n"); in mmc_set_buswidth() 225 SD_LOGD("Set bus width type: %d !!\n", (unsigned int)width); in mmc_set_buswidth() 336 SD_LOGD("All cards send CID number failed !!\n"); in mmc_attach_mmc() [all …]
|
| A D | sdio_irq.c | 139 SD_LOGD("%s: IRQ thread started (poll period = %lu jiffies)\n", __func__,period); 209 SD_LOGD("IRQ thread exiting with code %d\n",ret); 315 SD_LOGD("SDIO: Enabling IRQ for %ld...\n", HAL_PR_SZ_L(func->num)); 319 SD_LOGD("SDIO: IRQ for %ld already in use.\n", HAL_PR_SZ_L(func->num)); 360 SD_LOGD("SDIO: Disabling IRQ for %ld...\n", HAL_PR_SZ_L(func->num));
|
| A D | core.c | 417 SD_LOGD("MMC card doesn't support to switch to high speed mode !!\n"); in mmc_switch_to_high_speed() 424 SD_LOGD("MMC card failed to switch to high speed mode !!\n"); in mmc_switch_to_high_speed() 428 SD_LOGD("MMC card is switched to high speed!!\n"); in mmc_switch_to_high_speed() 441 SD_LOGD("%s %s blk_num:%u, blk_cnt:%u, sg_len:%u sg->len:%u\n", __func__, in __sdmmc_block_rw() 465 …SD_LOGD("starting CMD%u arg 0x%08x flags %x\n", (unsigned int)cmd.opcode, (unsigned int)cmd.arg, (… in __sdmmc_block_rw() 466 …SD_LOGD(" blksz %u blocks %u flags %x\n", (unsigned int)data.blksz, (unsigned int)data.blocks, (u… in __sdmmc_block_rw() 936 SD_LOGD("Undown Card Detected!!\n"); in mmc_rescan() 1089 SD_LOGD("%s card:%p id:%d\n", __func__, card, (unsigned int)card->id); in mmc_card_open() 1112 SD_LOGD("%s card:%p id:%d\n", __func__, card, (unsigned int)card->id); in mmc_card_close() 1236 SD_LOGD("Number of I/O Functions: %02lx\n", HAL_PR_SZ_L(funcs)); in mmc_card_restore()
|
| A D | sdio.c | 890 SD_LOGD("IO%ld is enabled !!\n", HAL_PR_SZ_L(func_num)); in sdio_enable_func() 899 SD_LOGD("IO%ld is ready !!\n", HAL_PR_SZ_L(func_num)); in sdio_enable_func() 922 SD_LOGD("IO%ld is Disabled !!\n", HAL_PR_SZ_L(func_num)); in sdio_disable_func() 954 SD_LOGD("sdio FN%ld set block size to %ld\n", HAL_PR_SZ_L(fn_num), HAL_PR_SZ_L(blksz)); in sdio_set_block_size() 1230 SD_LOGD("%s high_speed:%d sda_spec3:%d sd3_drv_type:%lx sd3_bus_mode:%lx\n", in sdio_read_cccr() 1454 SD_LOGD("Card id = %08x manfid = %08x\n", card_id, manfid); 1505 SD_LOGD("IO%x Interrupt is not pending !!\n", io_num); 1696 SD_LOGD("Standard SDIO Card with IO portion only !!\n"); in mmc_sdio_init_card() 1729 SD_LOGD("Card RCA %lx\n", HAL_PR_SZ_L(card->rca)); in mmc_sdio_init_card() 2044 SD_LOGD("card ocr:%lx\n", HAL_PR_SZ_L(card->ocr.ocr)); in mmc_attach_sdio() [all …]
|
| A D | _sd_define.h | 52 #define SD_LOGD(format, args...) ROM_DBG(card->debug_mask, "SD:"format, ##args) macro 62 #define SD_LOGD(x...) do{ }while(0)
|
| A D | quirks.c | 97 SD_LOGD("%s calling %pF\n", __func__, f->vendor_fixup); in mmc_fixup_device()
|
| A D | sd.c | 351 SD_LOGD("%s %d ca:%d\n", __func__, (unsigned int)csd_struct, (unsigned int)csd->capacity); in mmc_decode_csd() 924 SD_LOGD("Card public new RCA:%x\n", (unsigned int)card->rca); in mmc_sd_init_card() 1036 SD_LOGD("%s ok\n", __func__); in mmc_sd_suspend() 1055 SD_LOGD("%s ok\n", __func__); in mmc_sd_resume()
|
Completed in 16 milliseconds