Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 24 of 24) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dspinlock.S24 l2: ldaxr w1, [x0] label
27 cbnz w1, l2
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c67 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr() argument
69 if (!l2) in memstr()
72 while (l1 >= l2) { in memstr()
74 if (!memcmp(s1, s2, l2)) in memstr()
/rk3399_rockchip-uboot/lib/
H A Dstring.c623 int l1, l2; in strstr() local
625 l2 = strlen(s2); in strstr()
626 if (!l2) in strstr()
629 while (l1 >= l2) { in strstr()
631 if (!memcmp(s1,s2,l2)) in strstr()
H A Dbch.c603 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local
610 l2 = bch->a_log_tab[poly->c[2]]; in find_poly_deg2_roots()
613 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()
631 bch->a_log_tab[r]+l2); in find_poly_deg2_roots()
633 bch->a_log_tab[r^1]+l2); in find_poly_deg2_roots()
/rk3399_rockchip-uboot/common/
H A Dwrite_keybox.c388 uint32_t l2; in new_strstr() local
390 l2 = strlen(s2); in new_strstr()
391 if (!l2) in new_strstr()
393 while (l1 >= l2) { in new_strstr()
395 if (!memcmp(s1, s2, l2)) in new_strstr()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_args.sh90 -l2)
/rk3399_rockchip-uboot/arch/arm/dts/
H A Duniphier-pxs2.dtsi25 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
45 next-level-cache = <&l2>;
55 next-level-cache = <&l2>;
125 l2: l2-cache@500c0000 { label
H A Dmeson-gx.dtsi93 next-level-cache = <&l2>;
102 next-level-cache = <&l2>;
111 next-level-cache = <&l2>;
120 next-level-cache = <&l2>;
124 l2: l2-cache0 { label
H A Duniphier-pro4.dtsi24 next-level-cache = <&l2>;
32 next-level-cache = <&l2>;
63 l2: l2-cache@500c0000 { label
H A Duniphier-sld8.dtsi24 next-level-cache = <&l2>;
55 l2: l2-cache@500c0000 { label
H A Duniphier-ld4.dtsi24 next-level-cache = <&l2>;
55 l2: l2-cache@500c0000 { label
H A Duniphier-pro5.dtsi25 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
137 l2: l2-cache@500c0000 { label
H A Dsocfpga_arria10.dtsi626 L2: l2-cache@fffff000 {
670 l2-ecc@ffd06010 {
671 compatible = "altr,socfpga-a10-l2-ecc";
H A Darmada-xp.dtsi79 L2: l2-cache {
H A Drk3xxx.dtsi81 L2: l2-cache-controller@10138000 {
H A Dsocfpga.dtsi616 L2: l2-cache@fffef000 {
H A Dimx6sll.dtsi169 L2: l2-cache@00a02000 {
H A Dimx6sl.dtsi118 L2: l2-cache@00a02000 {
H A Dstih407-family.dtsi88 l2: cache-controller { label
H A Dam4372.dtsi63 l2-cache-controller@48242000 {
H A Dimx6qdl.dtsi180 L2: l2-cache@00a02000 {
H A Dimx6sx.dtsi152 L2: l2-cache@00a02000 {
/rk3399_rockchip-uboot/doc/
H A DREADME.t1040-l2switch38 ethsw [port <port_no>] statistics { [help] | [clear] } - show an l2 switch port's statistics
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dstart.S227 mrc p15, 1, r0, c15, c0, 0 @ read l2 aux ctrl reg