Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/board/ti/am335x/
H A DKconfig29 In practice this is seen as a NOR flash module connected to the
/rk3399_rockchip-uboot/doc/
H A DREADME.zfs8 1. After applying the patch, zfs specific commands can be seen
H A DREADME.displaying-bmps12 32 bit fields. The packed struct that represents this header can be seen below:
H A DREADME.ext445 1. Check that the commands can be seen in the output of U-Boot help:
H A DREADME.falcon17 and can generally be seen as a way to start an image performing the minimum
H A DREADME.pxe129 a command not recognized as a label command is seen,
H A DREADME.nand315 It can also be used manually by users having seen some NAND errors in logs to
/rk3399_rockchip-uboot/board/warp/
H A DREADME46 Then on the U-Boot prompt the following message should be seen after a
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/
H A DREADME47 Then on the U-Boot prompt the following message should be seen after a
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap.c44 static inline void free_seen(int *seen) in free_seen() argument
46 kfree(seen); in free_seen()
55 static inline void set_seen(struct ubi_device *ubi, int pnum, int *seen) in set_seen() argument
57 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in set_seen()
60 seen[pnum] = 1; in set_seen()
68 static int self_check_seen(struct ubi_device *ubi, int *seen) in self_check_seen() argument
72 if (!ubi_dbg_chk_fastmap(ubi) || !seen) in self_check_seen()
76 if (!seen[pnum] && ubi->lookuptbl[pnum]) { in self_check_seen()
/rk3399_rockchip-uboot/board/warp7/
H A DREADME53 Then on the U-Boot prompt the following message should be seen after a
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/
H A Dintel,irq-router.txt18 be specified. The 8-bit ACTL register is seen on ICH series chipset, like
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl130 my %seen;
131 return grep { !$seen{$_}++ } @_;
5057 my $seen = 0;
5078 $seen++ if ($block =~ /^\s*{/);
5095 if ($seen) {
5104 $seen != $allow) {
/rk3399_rockchip-uboot/board/freescale/mx6qarm2/
H A Dimximage_mx6dl.cfg161 /* values of 20,40,50,60,7f tried. no difference seen */
/rk3399_rockchip-uboot/test/py/
H A DREADME.md345 that certain strings are not seen on the U-Boot console. These include shell
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig140 bool "Use 'vidconsole' when 'lcd' is seen in stdout"
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.0.txt88 libraries that are incorporated in them. (We have not seen how to achieve
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped264 /* When an EOF's been seen but there's still some text to process
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped235 /* When an EOF's been seen but there's still some text to process