Searched refs:blank (Results 1 – 15 of 15) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | zconf.l | 127 [[:blank:]]+ 136 [^[:blank:]\n]+.* { 182 [[:blank:]]+
|
/u-boot/tools/binman/ |
A D | missing-blob-help | 4 # number of lines, including blank lines.
|
/u-boot/drivers/video/imx/ |
A D | mxc_ipuv3_fb.c | 70 int blank; member 267 if (mxc_fbi->blank == FB_BLANK_UNBLANK) in mxcfb_set_par() 501 mxcfbi->blank = FB_BLANK_UNBLANK; in mxcfb_probe() 504 mxcfbi->blank = FB_BLANK_POWERDOWN; in mxcfb_probe()
|
/u-boot/board/intel/edison/ |
A D | edison-environment.txt | 41 target_name=blank
|
/u-boot/board/freescale/ls1021atsn/ |
A D | README.rst | 76 addresses of the Ethernet interfaces, however the EEPROM comes blank out of
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_mlc.c | 507 u32 blank = 0; in nx_mlc_get_extended_color() local 606 blank = 8 - fill; in nx_mlc_get_extended_color() 607 rgb[i] <<= blank; in nx_mlc_get_extended_color() 608 while (blank > 0) { in nx_mlc_get_extended_color() 610 blank -= fill; in nx_mlc_get_extended_color()
|
/u-boot/arch/arm/mach-k3/ |
A D | Kconfig | 63 it blank so that a random key is generated and used.
|
/u-boot/drivers/ram/octeon/ |
A D | octeon_ddr.c | 1577 u8 blank = 0; in validate_ddr3_rlevel_bitmask() local 1586 blank += RLEVEL_BITMASK_BLANK_ERROR; in validate_ddr3_rlevel_bitmask() 1666 errors = bubble + tbubble + blank + narrow + trailing + toolong; in validate_ddr3_rlevel_bitmask() 1674 firstbit, lastbit, bubble, tbubble, blank, in validate_ddr3_rlevel_bitmask()
|
/u-boot/tools/patman/ |
A D | README | 264 - Other changes ending with a blank line 265 <blank line> 279 <blank line> 288 <blank line> 545 (note the blank line at the end of the list)
|
/u-boot/doc/board/intel/ |
A D | edison.rst | 144 Target:blank
|
/u-boot/examples/standalone/ |
A D | README.smc91111_eeprom | 141 should be blank, and allow you to set things one time.
|
/u-boot/drivers/video/ |
A D | da8xx-fb.c | 184 int blank; member
|
/u-boot/scripts/ |
A D | checkpatch.pl | 3003 my $blank = copy_spacing($rawline); 3004 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^"; 4514 my $blank = copy_spacing($opline); 4559 my $ptr = substr($blank, 0, $off) . "^";
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | gpio.txt | 164 rather use the "" (blank string) if the use of the GPIO line is undefined
|
/u-boot/env/ |
A D | Kconfig | 628 containing key=value pairs, blank lines and lines beginning
|
Completed in 31 milliseconds