Searched refs:WARN (Results 1 – 9 of 9) sorted by relevance
/u-boot/scripts/ |
A D | checkpatch.pl | 2184 sub WARN { subroutine 2352 WARN("LIVETREE", 2358 WARN("CMD_TEST", 2364 WARN("PREFER_IF", 4308 WARN("ENOSYS", 5572 WARN("BRACES", 5725 WARN("IF_0", 5731 WARN("IF_1", 5912 WARN("MSLEEP", 6240 WARN("MEMSET", [all …]
|
/u-boot/include/linux/ |
A D | bug.h | 23 #define WARN(condition, format...) ({ \ macro 47 WARN(1, format); \
|
/u-boot/drivers/clk/analogbits/ |
A D | wrpll-cln28hpc.c | 83 WARN(1, "%s: post-divider reference freq out of range: %lu", in __wrpll_calc_filter_range() 231 WARN(1, "%s called with uninitialized PLL config", __func__); in wrpll_configure_for_rate() 337 WARN(1, "external feedback mode not yet supported"); in wrpll_calc_output_rate()
|
/u-boot/board/sifive/fu540/ |
A D | fu540.c | 104 WARN(true, "Board serial number should not be 0 !!\n"); in misc_init_r()
|
/u-boot/drivers/clk/ |
A D | clk-divider.c | 65 WARN(!(flags & CLK_DIVIDER_ALLOW_ZERO), in divider_recalc_rate()
|
/u-boot/drivers/usb/dwc3/ |
A D | gadget.c | 618 WARN(true, "%s is already enabled\n", in dwc3_gadget_ep_enable() 661 WARN(true, "%s is already disabled\n", in dwc3_gadget_ep_disable() 1085 WARN(true, "request %p belongs to '%s'\n", request, in dwc3_gadget_ep_queue() 2213 WARN(true, "LPM Erratum not available on dwc3 revisisions < 2.40a\n"); in dwc3_gadget_conndone_interrupt() 2401 WARN(1 ,"unexpected hibernation event\n"); in dwc3_gadget_interrupt()
|
A D | core.c | 540 WARN(true, in dwc3_core_init()
|
A D | ep0.c | 928 WARN(true, "UNKNOWN ep0state %d\n", dwc->ep0state); in dwc3_ep0_xfer_complete()
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_host.c | 110 if (WARN(retries-- < 1, in musb_h_tx_flush_fifo() 134 WARN(!retries, "Could not flush host TX%d fifo: csr: %04x\n", in musb_h_ep0_flush_fifo()
|
Completed in 22 milliseconds