| /u-boot/arch/arm/dts/ |
| A D | r8a774e1-hihope-rzg2h-ex.dts | 9 #include "hihope-rzg2-ex.dtsi" 13 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2h",
|
| A D | r8a774a1-hihope-rzg2m-ex.dts | 10 #include "hihope-rzg2-ex.dtsi" 14 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2m",
|
| A D | r8a774b1-hihope-rzg2n-ex.dts | 10 #include "hihope-rzg2-ex.dtsi" 14 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2n",
|
| A D | r8a774a1-hihope-rzg2m-u-boot.dts | 8 #include "r8a774a1-hihope-rzg2m-ex.dts"
|
| A D | r8a774b1-hihope-rzg2n-u-boot.dts | 8 #include "r8a774b1-hihope-rzg2n-ex.dts"
|
| A D | r8a774e1-hihope-rzg2h-u-boot.dts | 8 #include "r8a774e1-hihope-rzg2h-ex.dts"
|
| A D | r8a77970.dtsi | 310 compatible = "renesas,intc-ex-r8a77970", "renesas,irqc";
|
| A D | r8a779g0.dtsi | 435 compatible = "renesas,intc-ex-r8a779g0", "renesas,irqc";
|
| A D | r8a77995.dtsi | 318 compatible = "renesas,intc-ex-r8a77995", "renesas,irqc";
|
| A D | r8a77980.dtsi | 339 compatible = "renesas,intc-ex-r8a77980", "renesas,irqc";
|
| /u-boot/test/py/ |
| A D | u_boot_console_base.py | 190 except Exception as ex: 191 self.log.error(str(ex)) 276 except Exception as ex: 277 self.log.error(str(ex)) 426 except Exception as ex: 427 self.log.error(str(ex))
|
| /u-boot/doc/ |
| A D | README.pblimage | 36 for ex in u-boot: 45 for ex in u-boot: 53 for ex in u-boot:
|
| A D | README.kwbimage | 23 for ex.
|
| /u-boot/scripts/ |
| A D | spdxcheck.py | 256 except Exception as ex: 257 sys.stderr.write('FAIL: %s\n' %ex) 293 except Exception as ex: 294 sys.stderr.write('FAIL: %s\n' %ex)
|
| /u-boot/drivers/video/nexell/ |
| A D | s5pxx18_dp.c | 244 int ex = sx + plane->width - 1; in dp_plane_layer_setup() local 262 nx_mlc_set_position(module, layer, sx, sy, ex, ey); in dp_plane_layer_setup() 271 __func__, plane->fb_base, sx, sy, ex, ey, in dp_plane_layer_setup()
|
| /u-boot/doc/develop/driver-model/ |
| A D | bind.rst | 21 require some setup before the drivers are bound (ex: FPGA which bitsream is
|
| /u-boot/doc/arch/ |
| A D | sh.rst | 70 ex) shX-linux-objcopy -Ibinary -Osrec u-boot.bin u-boot.flash.srec
|
| /u-boot/drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_mlc.h | 184 s32 sy, s32 ex, s32 ey); 193 s32 sy, s32 ex,
|
| A D | s5pxx18_soc_mlc.c | 652 s32 ex, s32 ey) in nx_mlc_set_position() argument 658 writel((((u32)sx & 0xffful) << 16) | ((u32)ex & 0xffful), in nx_mlc_set_position() 664 writel((((u32)sx & 0xffful) << 16) | ((u32)ex & 0xffful), in nx_mlc_set_position() 670 writel((((u32)sx & 0xffful) << 16) | ((u32)ex & 0xffful), in nx_mlc_set_position() 728 s32 ex, s32 ey, int benb) in nx_mlc_set_rgblayer_invalid_position() argument 737 ((sx & 0x7ff) << 16) | (ex & 0x7ff)), in nx_mlc_set_rgblayer_invalid_position() 746 ((sx & 0x7ff) << 16) | (ex & 0x7ff)), in nx_mlc_set_rgblayer_invalid_position()
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | Kconfig | 60 extended parameter RAM for SCC3 and SCC4 (ex: for QMC mode)
|
| /u-boot/ |
| A D | .azure-pipelines.yml | 169 set -ex 218 set -ex 375 set -ex 581 set -ex
|
| /u-boot/board/freescale/t208xqds/ |
| A D | README | 102 for ex. set "fsl_10gkr_copper:fm1_10g1,fm1_10g2,fm1_10g3,fm1_10g4" in 117 For ex. set "fsl_1gkx:fm1_1g1,fm1_1g2,fm1_1g5,fm1_1g6,fm1_1g9,fm1_1g10" in
|
| /u-boot/doc/board/ti/ |
| A D | am62x_sk.rst | 35 * Multiple low power modes support, ex: Deep sleep, Standby, MCU-only,
|
| /u-boot/doc/develop/ |
| A D | py_testing.rst | 201 gdb ./build-sandbox/u-boot -ex 'target remote localhost:1234' 203 Alternatively, you could leave off the `-ex` option and type the command
|
| /u-boot/doc/arch/sandbox/ |
| A D | sandbox.rst | 540 gdb -ex "target remote | vgdb" u-boot
|