Searched refs:SD_LOGW_RAW (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | _sd_define.h | 55 #define SD_LOGW_RAW(mask, format, args...) ROM_WRN(mask, "SD:"format, ##args) macro 65 #define SD_LOGW_RAW(x...) do{ }while(0)
|
| A D | core.c | 1006 SD_LOGW_RAW(param->debug_mask, "%s id:%d already!!\n", __func__, card_id); in mmc_card_create() 1048 SD_LOGW_RAW(ROM_WRN_MASK, "%s card not exit! card:%p id:%d del_id:%d\n", \ in mmc_card_delete() 1082 SD_LOGW_RAW(ROM_WRN_MASK, "%s card not exit! id:%d\n", __func__, card_id); in mmc_card_open() 1105 SD_LOGW_RAW(ROM_WRN_MASK, "%s fail! id:%d\n", __func__, card_id); in mmc_card_close()
|
Completed in 5 milliseconds