Searched refs:col (Results 26 - 50 of 101) sorted by relevance

12345

/u-boot/tools/binman/
H A Dbintool_test.py73 col = terminal.Color()
75 btest.fetch_tool(bintool.FETCH_ANY, col, True))
90 col = terminal.Color()
94 btest.fetch_tool(method, col, False)
166 def fake_fetch(method, col, skip_present):
197 def fake_fetch2(method, col, skip_present):
253 col = terminal.Color()
259 btest.fetch_tool(bintool.FETCH_BUILD, col, False)
279 col = terminal.Color()
282 result = btest.fetch_tool(bintool.FETCH_BIN, col, Fals
[all...]
/u-boot/tools/buildman/
H A Dtoolchain.py384 col = terminal.Color()
385 print(col.build(col.BLUE, 'List of available toolchains (%d):' %
562 col = terminal.Color()
563 print(col.build(col.BLUE, "Downloading toolchain for arch '%s'" % arch))
578 print(col.build(col.GREEN, 'Unpacking to: %s' % dest), end=' ')
586 print(col.build(col
[all...]
H A Dbuilder.py169 col: terminal.Color() object
362 self.col = terminal.Color()
529 col = terminal.Color()
551 line = '\r' + self.col.build(self.col.GREEN, '%5d' % ok)
552 line += self.col.build(self.col.YELLOW, '%5d' % self.warned)
553 line += self.col.build(self.col.RED, '%5d' % self.fail)
558 line += self.col
[all...]
H A Dtest.py181 col = self._col
182 expected_colour = (col.GREEN if outcome == OUTCOME_OK else
183 col.YELLOW if outcome == OUTCOME_WARN else col.RED)
186 expect += ' ' + col.build(expected_colour, plus)
189 expect += col.build(expected_colour, ' %s' % brd)
267 col = terminal.Color()
287 add_line_prefix('+', boards01234, migration, col.RED))
302 add_line_prefix('w+', boards1234, errors[0], col.YELLOW))
315 add_line_prefix('+', boards234, errors[1], col
[all...]
/u-boot/tools/u_boot_pylib/
H A Dterminal.py66 >>> col = Color(COLOR_ALWAYS)
67 >>> text = col.build(Color.RED, 'abc')
76 >>> text += col.build(Color.RED, 'abc')
89 >>> col = Color(COLOR_ALWAYS)
90 >>> text = col.build(Color.RED, 'abc')
100 >>> text += col.build(Color.RED, 'ghi')
150 col = Color()
151 text = col.build(colour, text, bright=bright)
193 col = Color()
194 print(col
[all...]
H A Dtout.py66 col = _color.YELLOW if warning else _color.GREEN
67 _stdout.write('\r' + _color.build(col, _progress))
/u-boot/lib/efi_selftest/
H A Defi_selftest_textoutput.c26 s16 col; local
95 col = con_out->mode->cursor_column;
101 if (con_out->mode->cursor_column != col) {
/u-boot/doc/sphinx/
H A DrstFlatTable.py309 for col in row:
310 if col is None:
311 retVal += ('%r' % col)
314 content = col[2][0].astext()
318 % (col[0], col[1], content))
/u-boot/tools/patman/
H A Dgitutil.py419 col = terminal.Color()
421 print((col.build(col.RED, "error") +
590 col = terminal.Color()
598 print(col.build(col.RED, msg))
605 print(col.build(col.RED, msg))
H A Dstatus.py336 col = terminal.Color()
342 newline=False, colour=col.GREEN, bright=is_new)
343 terminal.tprint(who, colour=col.WHITE, bright=is_new)
433 col = terminal.Color()
459 colour=col.BLUE)
469 terminal.tprint('Review: %s' % review.meta, colour=col.RED)
474 colour=col.MAGENTA if quoted else None)
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3288.h18 u8 col; member in struct:rk3288_sdram_channel
/u-boot/drivers/mtd/nand/raw/
H A Dmt7621_nand_spl.c144 u32 addr, col, page, chksz; local
166 col = offs & mtd->writesize_mask;
168 chksz = min(mtd->writesize - col, (uint32_t)size);
175 memcpy(dest, buffer + col, chksz);
/u-boot/drivers/ram/rockchip/
H A Dsdram_px30.c40 * [2:0] col(10+n)
79 * bk2-0 col 5-2 col 9-6 col 11-10 row 11-0
212 u32 bw, die_bw, col, bank; local
218 col = cap_info->col;
228 tmp = ((bank - 2) << 3) | (col + bw - 10);
263 cs_pst = cap_info->bw + cap_info->col +
578 u32 col, coltm local
[all...]
H A Dsdram_rk3328.c139 u32 cs, bw, die_bw, col, row, bank; local
147 col = cap_info->col;
188 if ((bw + col - 11) == (ddr_cfg_2_rbc[i] &
196 tmp = ((row - 13) << 4) | (1 << 2) | ((bw + col - 11) << 0);
411 u32 col, coltmp; local
418 /* detect col and bk for ddr3/lpddr3 */
433 col = 10;
435 cap_info->col = col;
[all...]
H A Dsdram_rk322x.c59 * [0] col(10+n)
543 if ((config->col + config->bw) == 12) {
546 } else if ((config->col + config->bw) == 11) {
552 (config->col + config->bw - 11);
562 (config->col + config->bw - 11);
589 sys_reg |= (info->col - 9) << SYS_REG_COL_SHIFT(0);
604 u32 bw, row, col, addr; local
637 for (col = 11; col >= 9; col
[all...]
H A Dsdram-px30-ddr3-detect-333.inc5 .col = 0xC,
H A Dsdram-px30-ddr4-detect-333.inc5 .col = 0xA,
H A Dsdram-px30-lpddr2-detect-333.inc5 .col = 0xC,
H A Dsdram-px30-lpddr3-detect-333.inc5 .col = 0xC,
H A Dsdram-rv1126-ddr3-detect-1056.inc5 .col = 0xC,
H A Dsdram-rv1126-ddr3-detect-328.inc5 .col = 0xC,
H A Dsdram-rv1126-ddr3-detect-396.inc5 .col = 0xC,
H A Dsdram-rv1126-ddr3-detect-528.inc5 .col = 0xC,
H A Dsdram-rv1126-ddr3-detect-664.inc5 .col = 0xC,
H A Dsdram-rv1126-ddr3-detect-784.inc5 .col = 0xC,

Completed in 157 milliseconds

12345