Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 51) 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/drivers/usb/gadget/
A Dpxa25x_udc.c425 if (likely(req->req.status == -EINPROGRESS)) in done()
463 while (likely(count--)) in write_packet()
490 if (likely(req->req.length != req->req.actual) in write_fifo()
628 if (likely(udccs & UDCCS_BO_RNE)) { in read_fifo()
638 while (likely(count-- != 0)) { in read_fifo()
827 if (likely(req && ep->desc)) in pxa25x_ep_queue()
832 if (likely(req != NULL)) in pxa25x_ep_queue()
1473 if (likely(!list_empty(&ep->queue))) in handle_ep()
1487 if (likely(tmp)) in handle_ep()
1498 if (likely(tmp)) in handle_ep()
[all …]
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/arm/mach-u8500/
A DKconfig19 and likely others as well (untested).
/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/include/
A Dcompiler.h145 #define likely(x) __builtin_expect(!!(x), 1) macro
A Ddiv64.h220 } else if (likely(((n) >> 32) == 0)) { \
/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/board/ste/stemmy/
A DREADME11 and likely others as well (untested).
/u-boot/arch/x86/dts/
A Dedison.dts135 * Which quite likely has been used in the phones, where I2C #8,
/u-boot/lib/
A Dlz4.c123 while (likely((endOnInput)?ip<iend-RUN_MASK:1) && (s==255)); in LZ4_decompress_generic()
A Dvsprintf.c725 if (likely(i < size)) in vscnprintf()
/u-boot/doc/develop/
A Dpy_testing.rst243 you would likely spawn that simulator from this script. However, note that
289 This script will likely be implemented by communicating with some form of
294 to flash, pulsing the board's reset signal is likely all this script needs to
371 then you would likely invoke the test script as follows:
381 If you want the test script to compile U-Boot for you too, then you likely
/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/
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/drivers/mtd/ubi/
A Dcrc32.c201 if(likely(len >= 4)){ in crc32_be()
/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/SPL/
A DREADME.am335x-network75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need
/u-boot/drivers/mtd/nand/raw/
A Dfsmc_nand.c203 if (likely(num_err == 0)) in fsmc_bch8_correct_data()
A Dstm32_fmc2_nand.c359 if (likely(!b)) in stm32_fmc2_nfc_ham_correct()
476 if (likely(!(bchdsr0 & FMC2_BCHDSR0_DEF))) in stm32_fmc2_nfc_bch_correct()
/u-boot/fs/ubifs/
A Dbudget.c472 if (likely(!err)) { in ubifs_budget_space()
/u-boot/drivers/usb/musb-new/
A Dam35x.c463 if (likely((0x03 & (unsigned long) dst) == 0) && len >= 4) { in musb_read_fifo()
/u-boot/arch/arm/dts/
A Dtegra186.dtsi323 * in practice, all boards are likely to use identical values.

Completed in 42 milliseconds

123