| /u-boot/arch/powerpc/cpu/mpc83xx/initreg/ |
| A D | Kconfig.spcr | 1 menu "SPCR - System priority and configuration register" 20 prompt "TSEC emergency priority" 26 bool "Level 0 (lowest priority)" 35 bool "Level 3 (highest priority)" 44 prompt "TSEC1 emergency priority" 50 bool "Level 0 (lowest priority)" 59 bool "Level 3 (highest priority)" 64 prompt "TSEC2 emergency priority" 70 bool "Level 0 (lowest priority)" 79 bool "Level 3 (highest priority)"
|
| /u-boot/common/ |
| A D | android_ab.c | 47 .priority = 15, in ab_control_default() 170 if (a->priority != b->priority) in ab_compare_slots() 171 return b->priority - a->priority; in ab_compare_slots() 258 i, abc->slot_info[i].priority, in ab_select_slot()
|
| /u-boot/tools/buildman/ |
| A D | toolchain.py | 63 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 97 if priority == PRIORITY_CALC: 98 self.priority = self.GetPriority(fname) 100 self.priority = priority 109 self.priority)) 280 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 293 toolchain = Toolchain(fname, test, verbose, priority, arch, 297 add_it = (toolchain.priority < 298 self.toolchains[toolchain.arch].priority) 304 (toolchain.gcc, toolchain.priority, toolchain.arch, [all …]
|
| A D | README | 256 Tool chain test: OK, arch='x86', priority 1 258 Tool chain test: OK, arch='arm', priority 1 264 Tool chain test: OK, arch='i386', priority 4 294 Tool chain test: OK, arch='arm', priority 3 307 Tool chain test: OK, arch='mips', priority 4 322 Tool chain test: OK, arch='m68k', priority 4 334 Tool chain test: OK, arch='bfin', priority 6 347 Tool chain test: OK, arch='mips', priority 4 354 Tool chain test: OK, arch='m68k', priority 4 382 Tool chain test: OK, arch='arm', priority 4 [all …]
|
| /u-boot/doc/device-tree-bindings/net/ |
| A D | fsl,mcf-dma-fec.txt | 8 - rx-priority: dma channel 9 - tx-priority: dma channel
|
| /u-boot/include/ |
| A D | MCD_dma.h | 74 u8 priority[32]; /* priority */ member 308 int priority, u32 flags, u32 funcDesc);
|
| A D | android_bootloader_message.h | 140 uint8_t priority : 4; member
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_bch.h | 50 u8 priority; member
|
| /u-boot/include/linux/mtd/ |
| A D | ubi.h | 246 int priority; member
|
| /u-boot/include/xen/interface/ |
| A D | event_channel.h | 223 u32 priority; member
|
| /u-boot/drivers/dma/ |
| A D | MCD_dmaApi.c | 361 int priority, u32 flags, u32 funcDesc in MCD_startDma() argument 446 MCD_dmaBar->priority[channel] = (u8) priority & PRIORITY_PRI_MASK; in MCD_startDma()
|
| /u-boot/drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_mlc.h | 161 enum nx_mlc_priority priority); 318 u8 priority,
|
| A D | s5pxx18_soc_mlc.c | 256 void nx_mlc_set_layer_priority(u32 module_index, enum nx_mlc_priority priority) in nx_mlc_set_layer_priority() argument 268 regvalue |= (priority << priority_pos); in nx_mlc_set_layer_priority() 1313 int mlcenable, u8 priority, in nx_mlc_set_mlctop_control_parameter() argument 1323 ((priority << 8) | ((mlcenable == 1) << 1) | in nx_mlc_set_mlctop_control_parameter()
|
| /u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| A D | README.pci_iommu_extra | 42 Note: the env var has priority over the device tree property.
|
| /u-boot/board/boundary/nitrogen6x/ |
| A D | README | 58 or the I2C touch controller of the LVDS and RGB displays in the priority
|
| /u-boot/arch/arm/cpu/armv7/ |
| A D | nonsec_virt.S | 178 str r1, [r3, #GICC_PMR] @ set priority mask register
|
| /u-boot/arch/arm/mach-sunxi/ |
| A D | dram_sun50i_h6.c | 97 bool priority, in mbus_configure_port() argument 109 | (priority ? (1 << 1) : 0) in mbus_configure_port()
|
| A D | dram_sunxi_dw.c | 86 bool priority, in mbus_configure_port() argument 98 | (priority ? (1 << 1) : 0) in mbus_configure_port()
|
| A D | dram_sun50i_h616.c | 35 bool priority, in mbus_configure_port() argument 47 | (priority ? (1 << 1) : 0) in mbus_configure_port()
|
| /u-boot/drivers/video/imx/ |
| A D | ipu_disp.c | 281 static void ipu_dc_link_event(int chan, int event, int addr, int priority) in ipu_dc_link_event() argument 287 reg |= ((addr << 8) | priority) << (16 * (event & 0x1)); in ipu_dc_link_event()
|
| /u-boot/doc/device-tree-bindings/adc/ |
| A D | st,stm32-adc.txt | 17 - injected conversions have higher priority, and so have the ability to
|
| /u-boot/arch/arm/dts/ |
| A D | rk3128.dtsi | 131 rockchip,priority = <3 3>; 136 rockchip,priority = <3 3>;
|
| /u-boot/arch/riscv/dts/ |
| A D | microchip-mpfs-icicle-kit.dts | 218 riscv,max-priority = <7>;
|
| A D | k210.dtsi | 149 riscv,max-priority = <7>;
|
| /u-boot/include/fsl-mc/ |
| A D | fsl_dpni.h | 1001 uint8_t priority; member
|