Searched refs:likely (Results 1 – 25 of 51) 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/drivers/usb/gadget/ |
| A D | pxa25x_udc.c | 425 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 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/arm/mach-u8500/ |
| A D | Kconfig | 19 and likely others as well (untested).
|
| /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/include/ |
| A D | compiler.h | 145 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| A D | div64.h | 220 } else if (likely(((n) >> 32) == 0)) { \
|
| /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/board/ste/stemmy/ |
| A D | README | 11 and likely others as well (untested).
|
| /u-boot/arch/x86/dts/ |
| A D | edison.dts | 135 * Which quite likely has been used in the phones, where I2C #8,
|
| /u-boot/lib/ |
| A D | lz4.c | 123 while (likely((endOnInput)?ip<iend-RUN_MASK:1) && (s==255)); in LZ4_decompress_generic()
|
| A D | vsprintf.c | 725 if (likely(i < size)) in vscnprintf()
|
| /u-boot/doc/develop/ |
| A D | py_testing.rst | 243 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 D | xenguest_arm64.rst | 64 U-boot most likely won’t require high memory bank for its work andlaunching
|
| /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/drivers/mtd/ubi/ |
| A D | crc32.c | 201 if(likely(len >= 4)){ in crc32_be()
|
| /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/SPL/ |
| A D | README.am335x-network | 75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | fsmc_nand.c | 203 if (likely(num_err == 0)) in fsmc_bch8_correct_data()
|
| A D | stm32_fmc2_nand.c | 359 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 D | budget.c | 472 if (likely(!err)) { in ubifs_budget_space()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | am35x.c | 463 if (likely((0x03 & (unsigned long) dst) == 0) && len >= 4) { in musb_read_fifo()
|
| /u-boot/arch/arm/dts/ |
| A D | tegra186.dtsi | 323 * in practice, all boards are likely to use identical values.
|
Completed in 42 milliseconds
123