Home
last modified time | relevance | path

Searched refs:hal_log_debug (Results 1 – 8 of 8) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_log.h20 #define hal_log_debug(fmt, ...) pr_debug(fmt"\n", ##__VA_ARGS__) macro
29 #define hal_log_debug(fmt, ...) pr_debug(fmt"\n", ##__VA_ARGS__)
64 #define hal_log_debug(...) \
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu_frac.c72 hal_log_debug("%s: Read fractional\n", clk_hw_get_name(&common->hw)); in ccu_frac_helper_read_rate()
79 hal_log_debug("%s: clock is fractional (rates %lu and %lu)\n", in ccu_frac_helper_read_rate()
84 hal_log_debug("%s: clock reg is 0x%x (select is 0x%x)\n", in ccu_frac_helper_read_rate()
A Dccu_sdm.c123 hal_log_debug("%s: Read sigma-delta modulation setting\n", in ccu_sdm_helper_read_rate()
131 hal_log_debug("%s: clock is sigma-delta modulated\n", in ccu_sdm_helper_read_rate()
136 hal_log_debug("%s: pattern reg is 0x%x", in ccu_sdm_helper_read_rate()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dudc.h43 #define log_udc_dbg(fmt, ...) hal_log_debug("[%s %d]"fmt, __func__, __LINE__, ##__VA_ARGS__)
/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A Dinter.h12 #define SPINOR_DEBUG(fmt, arg...) hal_log_debug(SPINOR_FMT(fmt), ##arg)
/bsp/allwinner/libraries/sunxi-hal/hal/source/efuse/
A Defuse.c78 #define EFUSE_DBG(fmt,args...) hal_log_debug(fmt ,##args)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci.h765 hal_log_debug(fmt, ## args)
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/
A Dinclude.h42 #define DE_DBG(fmt, ...) do {hal_log_debug("disp:[%s %d]"fmt, __func__, __LINE__, ##__VA_ARGS_…
46 #define DE_DBG(...) hal_log_debug(__VA_ARGS__)

Completed in 23 milliseconds