Searched refs:branch (Results 1 – 16 of 16) sorted by relevance
| /bsp/phytium/libraries/ |
| A D | phytium_standalone_sdk_install.py | 4 def clone_repository(branch, commit_hash): argument 9 subprocess.call(["git", "clone", "-b", branch, repository_url, target_folder])
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ohci-q.c | 112 int i, branch = -ENOSPC; 122 if (branch < 0 || ohci->load [branch] > ohci->load [i]) { 132 branch = i; 135 return branch; 150 ed, ed->branch, ed->load, ed->interval); 186 int branch; 249 if (branch < 0) { 252 branch, ed->interval, ed->load); 254 return branch; 256 ed->branch = branch; [all …]
|
| A D | ohci.h | 64 u8 branch;
|
| A D | ohci-hcd.c | 251 frame |= ed->branch;
|
| /bsp/at91/at91sam9260/link_scripts/ |
| A D | at91sam9260_ram.icf | 30 // initialization code, causing the processor to branch to zero and fault.
|
| /bsp/at91/at91sam9g45/link_scripts/ |
| A D | at91sam9g45_ram.icf | 30 // initialization code, causing the processor to branch to zero and fault.
|
| /bsp/asm9260t/link_scripts/ |
| A D | sdram.icf | 30 // initialization code, causing the processor to branch to zero and fault.
|
| /bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/linker/AlphaScale/sam9260t/ |
| A D | sam9260t_sdram.icf | 31 // initialization code, causing the processor to branch to zero and fault.
|
| /bsp/mini2440/ |
| A D | Ext_RAM.ini | 51 _WDWORD(0x40000000, 0xEAFFFFFE); // Load RAM addr 0 with branch to itself
|
| /bsp/nxp/imx/imx6sx/cortex-a9/cpu/ |
| A D | cortexA9_gcc.S | 179 mcr p15, 0, r0, c7, c5, 6 @ BPIALL - Invalidate entire branch predictor array 188 …mcr p15, 0, r0, c7, c1, 6 @ BPIALLIS - Invalidate entire branch predictor arra…
|
| /bsp/tm4c123bsp/board/linker_scripts/ |
| A D | link.icf | 56 // initialization code, causing the processor to branch to zero and fault.
|
| /bsp/tm4c129x/ |
| A D | tm4c_rom.icf | 61 // initialization code, causing the processor to branch to zero and fault.
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/ |
| A D | README.md | 5 The branch *master* of this GitHub repository contains ![Version](https://img.shields.io/github/v/r… 10 **Note:** The branch *develop* of this GitHub repository reflects our current state of development …
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/CMSIS/ |
| A D | README.md | 5 The branch *master* of this GitHub repository contains ![Version](https://img.shields.io/github/v/r… 10 **Note:** The branch *develop* of this GitHub repository reflects our current state of development …
|
| /bsp/k230/ |
| A D | README.md | 232 Your branch is up to date with 'origin/for-k230'.
|
| /bsp/ESP32_C3/ |
| A D | README.md | 100 … be up-to-date, while the Dockerfile allows you to fetch the latest main branch. Below are the set…
|
Completed in 27 milliseconds