Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c422 if (likely(req->req.status == -EINPROGRESS)) in done()
460 while (likely(count--)) in write_packet()
487 if (likely(req->req.length != req->req.actual) in write_fifo()
625 if (likely(udccs & UDCCS_BO_RNE)) { in read_fifo()
635 while (likely(count-- != 0)) { in read_fifo()
824 if (likely(req && ep->desc)) in pxa25x_ep_queue()
829 if (likely(req != NULL)) in pxa25x_ep_queue()
1251 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE)) in handle_ep0()
1370 if (likely(dev->ep0state == EP0_IN_DATA_PHASE in handle_ep0()
1380 } else if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA)) in handle_ep0()
[all …]
H A Ddwc2_udc_otg_xfer_dma.c696 if (likely(req != 0)) in dwc2_queue()
722 if (likely(count != max)) in write_fifo_ep0()
725 if (likely(req->req.length != req->req.actual + count) in write_fifo_ep0()
1353 if (likely(usb_ctrl->bRequestType & USB_DIR_IN)) { in dwc2_ep0_setup()
1443 if (likely(dev->driver)) { in dwc2_ep0_setup()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c106 if (likely(UNIPHIER_SSCOQAD_IS_NEEDED(operation))) { in uniphier_cache_maint_common()
118 while (likely(readl(UNIPHIER_SSCOLPQS) != UNIPHIER_SSCOLPQS_EF)) in uniphier_cache_maint_common()
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler.h133 # ifndef likely
134 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1)) macro
165 # define likely(x) __builtin_expect(!!(x), 1) macro
/rk3399_rockchip-uboot/include/
H A Dcompiler.h146 #define likely(x) __builtin_expect(!!(x), 1) macro
H A Ddiv64.h220 } else if (likely(((n) >> 32) == 0)) { \
/rk3399_rockchip-uboot/tools/kermit/
H A DREADME11 They are meant as EXAMPLE code, so it is very likely that you will
/rk3399_rockchip-uboot/doc/device-tree-bindings/reset/
H A Dreset.txt5 standalone chips are most likely better represented as GPIOs, although there
6 are likely to be exceptions to this rule.
/rk3399_rockchip-uboot/doc/
H A Dfeature-removal-schedule.txt15 defines (which are likely to be propagated to new platforms from
H A DREADME.mpc83xx.ddrecc20 inject mask and enable injection, U-Boot is very likely to hang quickly as the
H A DREADME.generic-board120 CONFIG_SYS_GENERIC_BOARD in your board file and rebuild. Most likely on
H A DREADME.distro245 kernel CONFIG_AUTO_ZRELADDR option to work, which is likely enabled on any
250 A size of 16MB for the kernel is likely adequate.
H A DREADME.chromium124 This is likely due to some problem with change-over of the serial driver
/rk3399_rockchip-uboot/test/py/
H A DREADME.md193 you would likely spawn that simulator from this script. However, note that
237 This script will likely be implemented by communicating with some form of
242 to flash, pulsing the board's reset signal is likely all this script need do.
312 then you would likely invoke the test script as follows:
322 If you want the test script to compile U-Boot for you too, then you likely
/rk3399_rockchip-uboot/lib/
H A Dlz4.c124 while (likely((endOnInput)?ip<iend-RUN_MASK:1) && (s==255)); in LZ4_decompress_generic()
H A Dvsprintf.c686 if (likely(i < size)) in vscnprintf()
/rk3399_rockchip-uboot/drivers/mmc/
H A Duniphier-sd.c232 if (likely(IS_ALIGNED((unsigned long)*pbuf, 4))) { in uniphier_sd_pio_read_one_block()
258 if (likely(IS_ALIGNED((unsigned long)*pbuf, 4))) { in uniphier_sd_pio_write_one_block()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32.c200 if(likely(len >= 4)){ in crc32_be()
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.am335x-network75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c204 if (likely(num_err == 0)) in fsmc_bch8_correct_data()
H A Dstm32_fmc2_nand.c380 if (likely(!b)) in stm32_fmc2_ham_correct()
500 if (likely(!(bchdsr0 & FMC2_BCHDSR0_DEF))) in stm32_fmc2_bch_correct()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dbudget.c472 if (likely(!err)) { in ubifs_budget_space()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra186.dtsi323 * in practice, all boards are likely to use identical values.
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dam35x.c460 if (likely((0x03 & (unsigned long) dst) == 0) && len >= 4) { in musb_read_fifo()
/rk3399_rockchip-uboot/drivers/usb/host/
H A DKconfig75 If your USB host controller supports USB 2.0, you will likely want to

12