Searched refs:likely (Results 1 – 25 of 61) sorted by relevance
123
| /u-boot/include/linux/ |
| A D | compiler.h | 44 # 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 D | cache-uniphier.c | 105 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 D | README | 9 They are meant as EXAMPLE code, so it is very likely that you will
|
| /u-boot/doc/device-tree-bindings/reset/ |
| A D | reset.txt | 5 standalone chips are most likely better represented as GPIOs, although there 6 are likely to be exceptions to this rule.
|
| /u-boot/include/ |
| A D | compiler.h | 148 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| A D | div64.h | 220 } else if (likely(((n) >> 32) == 0)) { \
|
| /u-boot/lib/ |
| A D | lz4.c | 216 && likely((endOnInput ? ip < shortiend : 1) & in LZ4_decompress_generic() 265 } while (likely(endOnInput in LZ4_decompress_generic()
|
| A D | vsprintf.c | 754 if (likely(i < size)) in vscnprintf()
|
| /u-boot/drivers/usb/gadget/ |
| A D | dwc2_udc_otg_xfer_dma.c | 698 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 D | edison.dts | 153 * Which quite likely has been used in the phones, where I2C #8,
|
| /u-boot/doc/board/xen/ |
| A D | xenguest_arm64.rst | 64 U-boot most likely won’t require high memory bank for its work andlaunching
|
| /u-boot/doc/develop/ |
| A D | py_testing.rst | 313 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 D | tmio-common.c | 148 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 D | am335x_evm.rst | 27 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 D | crc32.c | 201 if(likely(len >= 4)){ in crc32_be()
|
| /u-boot/doc/ |
| A D | README.mpc83xx.ddrecc | 20 inject mask and enable injection, U-Boot is very likely to hang quickly as the
|
| A D | README.generic-board | 118 CONFIG_SYS_GENERIC_BOARD in your board file and rebuild. Most likely on
|
| /u-boot/doc/SPL/ |
| A D | README.am335x-network | 75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need
|
| /u-boot/fs/ubifs/ |
| A D | budget.c | 472 if (likely(!err)) { in ubifs_budget_space()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | stm32_fmc2_nand.c | 362 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 D | run_vboot.rst | 156 using the chromeos_samus target. Patches will likely be forthcoming in early
|
| A D | chainload.rst | 124 This is likely due to some problem with change-over of the serial driver
|
| /u-boot/arch/arm/dts/ |
| A D | tegra186.dtsi | 323 * in practice, all boards are likely to use identical values.
|
| /u-boot/drivers/spi/ |
| A D | rockchip_sfc.c | 568 if (likely(sfc->use_dma) && len >= SFC_DMA_TRANS_THRETHOLD) in rockchip_sfc_exec_op()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | am35x.c | 463 if (likely((0x03 & (unsigned long) dst) == 0) && len >= 4) { in musb_read_fifo()
|
Completed in 56 milliseconds
123