| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.c | 422 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 D | dwc2_udc_otg_xfer_dma.c | 696 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 D | cache-uniphier.c | 106 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 D | compiler.h | 133 # 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 D | compiler.h | 146 #define likely(x) __builtin_expect(!!(x), 1) macro
|
| H A D | div64.h | 220 } else if (likely(((n) >> 32) == 0)) { \
|
| /rk3399_rockchip-uboot/tools/kermit/ |
| H A D | README | 11 They are meant as EXAMPLE code, so it is very likely that you will
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/reset/ |
| H 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.
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | feature-removal-schedule.txt | 15 defines (which are likely to be propagated to new platforms from
|
| H A D | README.mpc83xx.ddrecc | 20 inject mask and enable injection, U-Boot is very likely to hang quickly as the
|
| H A D | README.generic-board | 120 CONFIG_SYS_GENERIC_BOARD in your board file and rebuild. Most likely on
|
| H A D | README.distro | 245 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 D | README.chromium | 124 This is likely due to some problem with change-over of the serial driver
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | README.md | 193 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 D | lz4.c | 124 while (likely((endOnInput)?ip<iend-RUN_MASK:1) && (s==255)); in LZ4_decompress_generic()
|
| H A D | vsprintf.c | 686 if (likely(i < size)) in vscnprintf()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | uniphier-sd.c | 232 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 D | crc32.c | 200 if(likely(len >= 4)){ in crc32_be()
|
| /rk3399_rockchip-uboot/doc/SPL/ |
| H A D | README.am335x-network | 75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | fsmc_nand.c | 204 if (likely(num_err == 0)) in fsmc_bch8_correct_data()
|
| H A D | stm32_fmc2_nand.c | 380 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 D | budget.c | 472 if (likely(!err)) { in ubifs_budget_space()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra186.dtsi | 323 * in practice, all boards are likely to use identical values.
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | am35x.c | 460 if (likely((0x03 & (unsigned long) dst) == 0) && len >= 4) { in musb_read_fifo()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | Kconfig | 75 If your USB host controller supports USB 2.0, you will likely want to
|