| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/ |
| H A D | spinlock.S | 24 l2: ldaxr w1, [x0] label 27 cbnz w1, l2
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | setexpr.c | 67 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 D | string.c | 623 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 D | bch.c | 603 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 D | write_keybox.c | 388 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 D | fit_args.sh | 90 -l2)
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | uniphier-pxs2.dtsi | 25 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 D | meson-gx.dtsi | 93 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 D | uniphier-pro4.dtsi | 24 next-level-cache = <&l2>; 32 next-level-cache = <&l2>; 63 l2: l2-cache@500c0000 { label
|
| H A D | uniphier-sld8.dtsi | 24 next-level-cache = <&l2>; 55 l2: l2-cache@500c0000 { label
|
| H A D | uniphier-ld4.dtsi | 24 next-level-cache = <&l2>; 55 l2: l2-cache@500c0000 { label
|
| H A D | uniphier-pro5.dtsi | 25 next-level-cache = <&l2>; 35 next-level-cache = <&l2>; 137 l2: l2-cache@500c0000 { label
|
| H A D | socfpga_arria10.dtsi | 626 L2: l2-cache@fffff000 { 670 l2-ecc@ffd06010 { 671 compatible = "altr,socfpga-a10-l2-ecc";
|
| H A D | armada-xp.dtsi | 79 L2: l2-cache {
|
| H A D | rk3xxx.dtsi | 81 L2: l2-cache-controller@10138000 {
|
| H A D | socfpga.dtsi | 616 L2: l2-cache@fffef000 {
|
| H A D | imx6sll.dtsi | 169 L2: l2-cache@00a02000 {
|
| H A D | imx6sl.dtsi | 118 L2: l2-cache@00a02000 {
|
| H A D | stih407-family.dtsi | 88 l2: cache-controller { label
|
| H A D | am4372.dtsi | 63 l2-cache-controller@48242000 {
|
| H A D | imx6qdl.dtsi | 180 L2: l2-cache@00a02000 {
|
| H A D | imx6sx.dtsi | 152 L2: l2-cache@00a02000 {
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.t1040-l2switch | 38 ethsw [port <port_no>] statistics { [help] | [clear] } - show an l2 switch port's statistics
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | start.S | 227 mrc p15, 1, r0, c15, c0, 0 @ read l2 aux ctrl reg
|