Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 61) sorted by relevance

123

/u-boot/include/linux/
A Dcompiler.h44 # ifndef likely
45 # define likely(x) (__branch_check__(x, 1, __builtin_constant_p(x))) macro
77 # define likely(x) __builtin_expect(!!(x), 1) macro
/u-boot/arch/arm/mach-uniphier/arm32/
A Dcache-uniphier.c105 if (likely(UNIPHIER_SSCOQAD_IS_NEEDED(operation))) { in uniphier_cache_maint_common()
117 while (likely(readl(UNIPHIER_SSCOLPQS) != UNIPHIER_SSCOLPQS_EF)) in uniphier_cache_maint_common()
/u-boot/tools/kermit/
A DREADME9 They are meant as EXAMPLE code, so it is very likely that you will
/u-boot/doc/device-tree-bindings/reset/
A Dreset.txt5 standalone chips are most likely better represented as GPIOs, although there
6 are likely to be exceptions to this rule.
/u-boot/include/
A Dcompiler.h148 #define likely(x) __builtin_expect(!!(x), 1) macro
A Ddiv64.h220 } else if (likely(((n) >> 32) == 0)) { \
/u-boot/lib/
A Dlz4.c216 && likely((endOnInput ? ip < shortiend : 1) & in LZ4_decompress_generic()
265 } while (likely(endOnInput in LZ4_decompress_generic()
A Dvsprintf.c754 if (likely(i < size)) in vscnprintf()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg_xfer_dma.c698 if (likely(req != 0)) in dwc2_queue()
724 if (likely(count != max)) in write_fifo_ep0()
727 if (likely(req->req.length != req->req.actual + count) in write_fifo_ep0()
1355 if (likely(usb_ctrl->bRequestType & USB_DIR_IN)) { in dwc2_ep0_setup()
1445 if (likely(dev->driver)) { in dwc2_ep0_setup()
/u-boot/arch/x86/dts/
A Dedison.dts153 * Which quite likely has been used in the phones, where I2C #8,
/u-boot/doc/board/xen/
A Dxenguest_arm64.rst64 U-boot most likely won’t require high memory bank for its work andlaunching
/u-boot/doc/develop/
A Dpy_testing.rst313 you would likely spawn that simulator from this script. However, note that
359 This script will likely be implemented by communicating with some form of
364 to flash, pulsing the board's reset signal is likely all this script needs to
441 then you would likely invoke the test script as follows:
451 If you want the test script to compile U-Boot for you too, then you likely
/u-boot/drivers/mmc/
A Dtmio-common.c148 if (likely(IS_ALIGNED((uintptr_t)buf, ((__width) / 8)))) { \
202 if (likely(IS_ALIGNED((uintptr_t)buf, ((__width) / 8)))) { \
/u-boot/doc/board/ti/
A Dam335x_evm.rst27 Beaglebone platforms are OSHA), it is likely that this platform code and
41 When removing options as part of customization, note that you will likely need
/u-boot/drivers/mtd/ubi/
A Dcrc32.c201 if(likely(len >= 4)){ in crc32_be()
/u-boot/doc/
A DREADME.mpc83xx.ddrecc20 inject mask and enable injection, U-Boot is very likely to hang quickly as the
A DREADME.generic-board118 CONFIG_SYS_GENERIC_BOARD in your board file and rebuild. Most likely on
/u-boot/doc/SPL/
A DREADME.am335x-network75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need
/u-boot/fs/ubifs/
A Dbudget.c472 if (likely(!err)) { in ubifs_budget_space()
/u-boot/drivers/mtd/nand/raw/
A Dstm32_fmc2_nand.c362 if (likely(!b)) in stm32_fmc2_nfc_ham_correct()
479 if (likely(!(bchdsr0 & FMC2_BCHDSR0_DEF))) in stm32_fmc2_nfc_bch_correct()
/u-boot/doc/chromium/
A Drun_vboot.rst156 using the chromeos_samus target. Patches will likely be forthcoming in early
A Dchainload.rst124 This is likely due to some problem with change-over of the serial driver
/u-boot/arch/arm/dts/
A Dtegra186.dtsi323 * in practice, all boards are likely to use identical values.
/u-boot/drivers/spi/
A Drockchip_sfc.c568 if (likely(sfc->use_dma) && len >= SFC_DMA_TRANS_THRETHOLD) in rockchip_sfc_exec_op()
/u-boot/drivers/usb/musb-new/
A Dam35x.c463 if (likely((0x03 & (unsigned long) dst) == 0) && len >= 4) { in musb_read_fifo()

Completed in 56 milliseconds

123