Home
last modified time | relevance | path

Searched refs:ways (Results 1 – 25 of 34) sorted by relevance

12

/u-boot/arch/arm/mach-uniphier/arm32/
A Dcache-uniphier.c112 writel(ways, UNIPHIER_SSCOQWN); in uniphier_cache_maint_common()
128 static void uniphier_cache_maint_range(u32 start, u32 end, u32 ways, in uniphier_cache_maint_range() argument
156 uniphier_cache_maint_common(start, chunk_size, ways, in uniphier_cache_maint_range()
166 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways) in uniphier_cache_prefetch_range() argument
168 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_prefetch_range()
173 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_range() argument
175 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_touch_range()
180 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_zero_range() argument
182 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_touch_zero_range()
187 void uniphier_cache_inv_way(u32 ways) in uniphier_cache_inv_way() argument
[all …]
A Dcache-uniphier.h12 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways);
13 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways);
14 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways);
15 void uniphier_cache_inv_way(u32 ways);
/u-boot/arch/riscv/cpu/fu540/
A Dcache.c29 u32 ways; in cache_enable_ways() local
45 ways = (config & MASK_NUM_WAYS) >> NUM_WAYS_SHIFT; in cache_enable_ways()
51 (*enable) = ways - 1; in cache_enable_ways()
/u-boot/arch/arm/cpu/armv7m/
A Dcache.c63 u32 ways; member
71 cache->ways = (cache_size_id & MASK_NUM_WAYS) >> NUM_WAYS_SHIFT; in get_cache_ways_sets()
189 debug("cache: ways= %d, sets= %d\n", cache.ways + 1, cache.sets + 1); in action_dcache_all()
191 for (j = cache.ways; j >= 0; j--) { in action_dcache_all()
/u-boot/doc/device-tree-bindings/video/
A Ddisplaymode.txt21 There are different ways of describing a display mode. The devicetree
A Ddisplay-timing.txt44 There are different ways of describing the capabilities of a display. The
/u-boot/doc/
A DREADME.sata3 There are two ways to operate the hard disk
A DREADME.generic-board55 sometimes in subtle different ways. This places an unfair burden on getting
/u-boot/board/freescale/ls1021aiot/
A DREADME55 LS1021A-IOT support two ways of boot:
/u-boot/doc/device-tree-bindings/cpu/
A Dnios2.txt44 altr,tlb-num-ways = <16>;
/u-boot/board/imgtec/xilfpga/
A DREADME50 This can be done in multiple ways:
/u-boot/board/xilinx/
A DKconfig22 There are three ways to give a PS init file to U-Boot:
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst35 ways how to start U-Boot on R5.
A Dzynqmp.rst72 Object can be obtain in several ways. The easiest way is to take pm_cfg_obj.c
/u-boot/doc/usage/
A Dfdt_overlays.rst71 There are two ways to apply overlays in U-Boot.
/u-boot/arch/nios2/dts/
A D3c120_devboard.dts33 altr,tlb-num-ways = <16>;
A D10m50_devboard.dts37 altr,tlb-num-ways = <16>;
/u-boot/arch/nds32/cpu/n1213/
A Dstart.S24 #define ICAC_MEM_KBF_IWAY (0x07<<3) ! I cache ways
27 #define DCAC_MEM_KBF_DWAY (0x07<<3) ! D cache ways
/u-boot/doc/board/xen/
A Dxenguest_arm64.rst50 vCPU and Xen in different ways - cacheable by Xen and non-cacheable by vCPU.
/u-boot/board/armltd/integrator/
A DREADME25 Integrator platforms can be configured to use U-Boot in at least three ways :-
/u-boot/arch/powerpc/cpu/mpc83xx/hid/
A DKconfig426 bool "No ways locked"
462 bool "No ways locked"
/u-boot/board/cadence/xtfpga/
A DREADME97 switch and ways 2-4 control the low three bits of the MAC address.
/u-boot/board/davinci/da8xxevm/
A DREADME.da850109 There are 2 ways to copy the AIS image to the mmc card:
/u-boot/drivers/timer/
A DKconfig134 hardware ways, nor got from device tree at the time when device
/u-boot/doc/driver-model/
A Dusb-info.rst330 each bus and manually figures out which are Ethernet devices in the ways of
401 it would be possible to speed up enumeration in two ways:

Completed in 23 milliseconds

12