Searched refs:hal_log_debug (Results 1 – 8 of 8) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/osal/ |
| A D | hal_log.h | 20 #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 D | ccu_frac.c | 72 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 D | ccu_sdm.c | 123 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 D | udc.h | 43 #define log_udc_dbg(fmt, ...) hal_log_debug("[%s %d]"fmt, __func__, __LINE__, ##__VA_ARGS__)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | inter.h | 12 #define SPINOR_DEBUG(fmt, arg...) hal_log_debug(SPINOR_FMT(fmt), ##arg)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/efuse/ |
| A D | efuse.c | 78 #define EFUSE_DBG(fmt,args...) hal_log_debug(fmt ,##args)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci.h | 765 hal_log_debug(fmt, ## args)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | include.h | 42 #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