Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/arch/powerpc/cpu/mpc83xx/initreg/
A DKconfig.spcr1 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 Dandroid_ab.c47 .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 Dtoolchain.py63 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 DREADME256 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 Dfsl,mcf-dma-fec.txt8 - rx-priority: dma channel
9 - tx-priority: dma channel
/u-boot/include/
A DMCD_dma.h74 u8 priority[32]; /* priority */ member
308 int priority, u32 flags, u32 funcDesc);
A Dandroid_bootloader_message.h140 uint8_t priority : 4; member
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.h50 u8 priority; member
/u-boot/include/linux/mtd/
A Dubi.h246 int priority; member
/u-boot/include/xen/interface/
A Devent_channel.h223 u32 priority; member
/u-boot/drivers/dma/
A DMCD_dmaApi.c361 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 Ds5pxx18_soc_mlc.h161 enum nx_mlc_priority priority);
318 u8 priority,
A Ds5pxx18_soc_mlc.c256 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 DREADME.pci_iommu_extra42 Note: the env var has priority over the device tree property.
/u-boot/board/boundary/nitrogen6x/
A DREADME58 or the I2C touch controller of the LVDS and RGB displays in the priority
/u-boot/arch/arm/cpu/armv7/
A Dnonsec_virt.S178 str r1, [r3, #GICC_PMR] @ set priority mask register
/u-boot/arch/arm/mach-sunxi/
A Ddram_sun50i_h6.c97 bool priority, in mbus_configure_port() argument
109 | (priority ? (1 << 1) : 0) in mbus_configure_port()
A Ddram_sunxi_dw.c86 bool priority, in mbus_configure_port() argument
98 | (priority ? (1 << 1) : 0) in mbus_configure_port()
A Ddram_sun50i_h616.c35 bool priority, in mbus_configure_port() argument
47 | (priority ? (1 << 1) : 0) in mbus_configure_port()
/u-boot/drivers/video/imx/
A Dipu_disp.c281 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 Dst,stm32-adc.txt17 - injected conversions have higher priority, and so have the ability to
/u-boot/arch/arm/dts/
A Drk3128.dtsi131 rockchip,priority = <3 3>;
136 rockchip,priority = <3 3>;
/u-boot/arch/riscv/dts/
A Dmicrochip-mpfs-icicle-kit.dts218 riscv,max-priority = <7>;
A Dk210.dtsi149 riscv,max-priority = <7>;
/u-boot/include/fsl-mc/
A Dfsl_dpni.h1001 uint8_t priority; member

Completed in 56 milliseconds

12