/u-boot/arch/arm/mach-uniphier/arm32/ |
A D | cache-uniphier.c | 112 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 D | cache-uniphier.h | 12 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 D | cache.c | 29 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 D | cache.c | 63 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 D | displaymode.txt | 21 There are different ways of describing a display mode. The devicetree
|
A D | display-timing.txt | 44 There are different ways of describing the capabilities of a display. The
|
/u-boot/doc/ |
A D | README.sata | 3 There are two ways to operate the hard disk
|
A D | README.generic-board | 55 sometimes in subtle different ways. This places an unfair burden on getting
|
/u-boot/board/freescale/ls1021aiot/ |
A D | README | 55 LS1021A-IOT support two ways of boot:
|
/u-boot/doc/device-tree-bindings/cpu/ |
A D | nios2.txt | 44 altr,tlb-num-ways = <16>;
|
/u-boot/board/imgtec/xilfpga/ |
A D | README | 50 This can be done in multiple ways:
|
/u-boot/board/xilinx/ |
A D | Kconfig | 22 There are three ways to give a PS init file to U-Boot:
|
/u-boot/doc/board/xilinx/ |
A D | zynqmp-r5.rst | 35 ways how to start U-Boot on R5.
|
A D | zynqmp.rst | 72 Object can be obtain in several ways. The easiest way is to take pm_cfg_obj.c
|
/u-boot/doc/usage/ |
A D | fdt_overlays.rst | 71 There are two ways to apply overlays in U-Boot.
|
/u-boot/arch/nios2/dts/ |
A D | 3c120_devboard.dts | 33 altr,tlb-num-ways = <16>;
|
A D | 10m50_devboard.dts | 37 altr,tlb-num-ways = <16>;
|
/u-boot/arch/nds32/cpu/n1213/ |
A D | start.S | 24 #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 D | xenguest_arm64.rst | 50 vCPU and Xen in different ways - cacheable by Xen and non-cacheable by vCPU.
|
/u-boot/board/armltd/integrator/ |
A D | README | 25 Integrator platforms can be configured to use U-Boot in at least three ways :-
|
/u-boot/arch/powerpc/cpu/mpc83xx/hid/ |
A D | Kconfig | 426 bool "No ways locked" 462 bool "No ways locked"
|
/u-boot/board/cadence/xtfpga/ |
A D | README | 97 switch and ways 2-4 control the low three bits of the MAC address.
|
/u-boot/board/davinci/da8xxevm/ |
A D | README.da850 | 109 There are 2 ways to copy the AIS image to the mmc card:
|
/u-boot/drivers/timer/ |
A D | Kconfig | 134 hardware ways, nor got from device tree at the time when device
|
/u-boot/doc/driver-model/ |
A D | usb-info.rst | 330 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:
|