Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c95 static void uniphier_cache_maint_common(u32 start, u32 size, u32 ways, in uniphier_cache_maint_common() argument
113 writel(ways, UNIPHIER_SSCOQWN); in uniphier_cache_maint_common()
129 static void uniphier_cache_maint_range(u32 start, u32 end, u32 ways, in uniphier_cache_maint_range() argument
157 uniphier_cache_maint_common(start, chunk_size, ways, in uniphier_cache_maint_range()
167 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways) in uniphier_cache_prefetch_range() argument
169 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_prefetch_range()
174 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_range() argument
176 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_touch_range()
181 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_zero_range() argument
183 uniphier_cache_maint_range(start, end, ways, in uniphier_cache_touch_zero_range()
[all …]
H A Dcache-uniphier.h13 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways);
14 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways);
15 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways);
16 void uniphier_cache_inv_way(u32 ways);
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/
H A Dcache.c60 u32 ways; member
68 cache->ways = (cache_size_id & MASK_NUM_WAYS) >> NUM_WAYS_SHIFT; in get_cache_ways_sets()
186 debug("cache: ways= %d, sets= %d\n", cache.ways + 1, cache.sets + 1); in action_dcache_all()
188 for (j = cache.ways; j >= 0; j--) { in action_dcache_all()
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt21 There are different ways of describing a display mode. The devicetree
H A Ddisplay-timing.txt44 There are different ways of describing the capabilities of a display. The
/rk3399_rockchip-uboot/board/freescale/ls1021aiot/
H A DREADME55 LS1021A-IOT support two ways of boot:
/rk3399_rockchip-uboot/doc/
H A DREADME.sata3 There are two ways to operate the hard disk
H A DREADME.fdt-overlays62 There are two ways to apply overlays in U-boot.
H A DREADME.generic-board57 sometimes in subtle different ways. This places an unfair burden on getting
H A DREADME.fdt-control168 After board configuration is done, fdt supported u-boot can be build in two ways:
H A DREADME.unaligned-memory-access.txt23 ways. The context here is at the machine code level: certain instructions read
H A DREADME.trace253 Once the trace data is in an output buffer in memory there are various ways
H A DREADME.mxs272 Load u-boot.sb into RAM, this can be done in several ways and one way is to use
H A DREADME.fsl-ddr56 The ways to configure the ddr interleaving mode
H A DREADME.efi220 This work could be extended in a number of ways:
/rk3399_rockchip-uboot/doc/device-tree-bindings/cpu/
H A Dnios2.txt44 altr,tlb-num-ways = <16>;
/rk3399_rockchip-uboot/board/imgtec/xilfpga/
H A DREADME50 This can be done in multiple ways:
/rk3399_rockchip-uboot/arch/nios2/dts/
H A D3c120_devboard.dts34 altr,tlb-num-ways = <16>;
H A D10m50_devboard.dts37 altr,tlb-num-ways = <16>;
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/
H A Dstart.S25 #define ICAC_MEM_KBF_IWAY (0x07<<3) ! I cache ways
28 #define DCAC_MEM_KBF_DWAY (0x07<<3) ! D cache ways
/rk3399_rockchip-uboot/board/armltd/integrator/
H A DREADME25 Integrator platforms can be configured to use U-Boot in at least three ways :-
/rk3399_rockchip-uboot/board/cadence/xtfpga/
H A DREADME97 switch and ways 2-4 control the low three bits of the MAC address.
/rk3399_rockchip-uboot/board/davinci/da8xxevm/
H A DREADME.da850103 There are 2 ways to copy the AIS image to the mmc card:
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A DREADME.ipam39012 mode, now 2 ways are possible depending on the GPIO 7_14 input pin,
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt324 each bus and manually figures out which are Ethernet devices in the ways of
393 it would be possible to speed up enumeration in two ways:

12