Home
last modified time | relevance | path

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

12345678910

/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dcache-uniphier.c94 static void uniphier_cache_maint_common(u32 start, u32 size, u32 ways, in uniphier_cache_maint_common() argument
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()
[all …]
H 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);
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c59 u32 ways; member
67 cache->ways = (cache_size_id & MASK_NUM_WAYS) >> NUM_WAYS_SHIFT; in get_cache_ways_sets()
185 debug("cache: ways= %d, sets= %d\n", cache.ways + 1, cache.sets + 1); in action_dcache_all()
187 for (j = cache.ways; j >= 0; j--) { in action_dcache_all()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D10_utf16.patch23 + * be an even number. We can deal with this in a few ways:
/openbmc/qemu/docs/about/
H A Dindex.rst7 QEMU can be used in several different ways. The most common is for
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/
H A Dmcelog_204.bb1 SUMMARY = "mcelog daemon accounts memory and some other errors in various ways."
/openbmc/docs/designs/
H A Dunique-hostname.md32 BMC and runs on the very first boot. one of the ways to generate the unique
/openbmc/u-boot/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
/openbmc/openbmc/poky/meta/recipes-devtools/jquery/
H A Djquery_3.7.1.bb23 CVE_STATUS[CVE-2007-2379] = "upstream-wontfix: There are ways jquery can expose security issues but…
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/
H A Dopkg-keyrings_1.0.bb5 # Distro-specific keys can be added to this package in two ways:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A Dentity-encoding.patch26 - // There are actually 2 ways to exit this loop -
/openbmc/u-boot/doc/
H A DREADME.sata3 There are two ways to operate the hard disk
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dsensor_monitoring.md16 The "pmbus_read_sensor" actions can be specified in two ways:
H A Dconfiguration.md16 actions can be specified in two ways:
H A Dpresence_detection.md22 The actions can be specified in two ways:
/openbmc/u-boot/board/freescale/ls1021aiot/
H A DREADME55 LS1021A-IOT support two ways of boot:
/openbmc/u-boot/board/xilinx/
H A DKconfig22 There are three ways to give a PS init file to U-Boot:
/openbmc/u-boot/doc/device-tree-bindings/cpu/
H A Dnios2.txt44 altr,tlb-num-ways = <16>;
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c1173 int ways = booke206_tlb_ways(env, i); in helper_booke206_tlbsx() local
1175 for (j = 0; j < ways; j++) { in helper_booke206_tlbsx()
1220 int ways = booke206_tlb_ways(env, tlbn); in booke206_invalidate_ea_tlb() local
1223 for (i = 0; i < ways; i++) { in booke206_invalidate_ea_tlb()
1310 int ways = booke206_tlb_ways(env, i); in helper_booke206_tlbilx3() local
1312 for (j = 0; j < ways; j++) { in helper_booke206_tlbilx3()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DREADME.md64 This interface doesn't provide ways to set / update password. The same must be
/openbmc/u-boot/board/imgtec/xilfpga/
H A DREADME50 This can be done in multiple ways:
/openbmc/phosphor-snmp/docs/
H A Dsnmp-configuration.md8 There are a couple of ways through which the user can configure the Dbus-monitor
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.205.bb6 Test::Deep gives you very flexible ways to check that the result you got is \
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DAUTHORS40 found ways to break Beautiful Soup:

12345678910