Searched refs:SDC_LOGW_RAW (Results 1 – 2 of 2) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | _sd_define.h | 86 #define SDC_LOGW_RAW(mask, format, args...) ROM_WRN(mask, "SDC:"format, ##args) macro 96 #define SDC_LOGW_RAW(x...) do{ }while(0)
|
| A D | hal_sdhost.c | 2480 SDC_LOGW_RAW(ROM_WRN_MASK, "%s host not exit!\n", __func__); in hal_sdc_destroy() 2506 …SDC_LOGW_RAW(ROM_WRN_MASK, "%s host not exit! id:%d,host:%x\n", __func__, (unsigned int)sdc_id, H… in hal_sdc_open() 2526 SDC_LOGW_RAW(ROM_WRN_MASK, "%s fail! id:%ld\n", __func__, HAL_PR_SZ_L(sdc_id)); in hal_sdc_close()
|
Completed in 8 milliseconds