Searched refs:col (Results 76 - 100 of 101) sorted by relevance

12345

/u-boot/include/
H A Dvideo_console.h484 * @col: New cursor text column
488 void vidconsole_position_cursor(struct udevice *dev, unsigned col,
H A Defi_loader.h1177 int row, int col);
H A Dec_commands.h2856 uint8_t col; member in struct:ec_params_mkbp_simulate_key
/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c311 clrsetbits_le32(&denali_ctl[191], 0xF, (12 - sdram_ch->cap_info.col));
320 clrsetbits_le32(&denali_pi[199], 0xF, (12 - sdram_ch->cap_info.col));
1462 + params->ch[channel].cap_info.col
1506 if (params->ch[channel].cap_info.col == 0)
1585 unsigned int col = params->ch[channel].cap_info.col; local
1589 * [6] highest bit col
1592 * [1:0] col(9+n),col, data bus 32bit
1594 * highbitcol, max_row, insertion_row, col
1807 u32 cs = 0, col = 0, bk = 0, bw = 0, row_3_4 = 0; local
[all...]
H A Dsdram_rv1126.c376 u32 cs, bw, die_bw, col, row, bank; local
385 col = cap_info->col;
418 if (((bw + col - 10) == (ddr_cfg_2_rbc[i] &
429 ((bw + col - 10) << 0);
454 (col + bw) == 12)
2512 cap_info->col = 10;
2522 cap_info->col = 10;
2650 coltmp = cap_info->col;
H A Dsdram-rk3399-lpddr4-800.inc12 .col = 0xA,
45 .col = 0xA,
H A Dsdram-rk3399-lpddr4-400.inc12 .col = 0xA,
45 .col = 0xA,
/u-boot/fs/ubifs/
H A Dlpt.c521 * @col: the column in the row (leftmost is zero)
527 * and @col.
529 static int calc_nnode_num(int row, int col) argument
535 bits = (col & (UBIFS_LPT_FANOUT - 1));
536 col >>= UBIFS_LPT_FANOUT_SHIFT;
2096 * @col: pnode column
2101 int col)
2105 if (pnode->num != col) {
2107 pnode->num, col, pnode->parent->num, pnode->iip);
2226 * @col
2100 dbg_chk_pnode(struct ubifs_info *c, struct ubifs_pnode *pnode, int col) argument
2230 dbg_check_lpt_nodes(struct ubifs_info *c, struct ubifs_cnode *cnode, int row, int col) argument
[all...]
H A Ddebug.h341 int row, int col);
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c803 u32 col, int page_size)
815 col += page_size;
819 /* 4-8 bytes: page, then 2-byte col */
835 cmd.u.ale_cmd.adr_byt2 = (col >> 8) & 0xff;
836 cmd.u.ale_cmd.adr_byt1 = col & 0xff;
872 int addr_bytes, u64 page, u32 col, int cmd2)
919 page, col, page_size);
1000 u64 page, u32 col, int cmd2, int len)
1009 tn, cmd1, addr_bytes, page, col, cmd2, len);
1016 rc = ndf_build_pre_cmd(tn, cmd1, addr_bytes, page, col, cmd
801 ndf_queue_cmd_ale(struct octeontx_nfc *tn, int addr_bytes, struct nand_chip *nand, u64 page, u32 col, int page_size) argument
871 ndf_build_pre_cmd(struct octeontx_nfc *tn, int cmd1, int addr_bytes, u64 page, u32 col, int cmd2) argument
999 ndf_read(struct octeontx_nfc *tn, int cmd1, int addr_bytes, u64 page, u32 col, int cmd2, int len) argument
1137 ndf_page_read(struct octeontx_nfc *tn, u64 page, int col, int len) argument
[all...]
H A Dvf610_nfc.c280 static u8 vf610_nfc_get_id(struct mtd_info *mtd, int col) argument
284 if (col < 4) {
286 flash_id >>= (3 - col) * 8;
H A Dnand_base.c2297 int chipnr, page, realpage, col, bytes, aligned, oob_required;
2316 col = (int)(from & (mtd->writesize - 1));
2326 bytes = min(mtd->writesize - col, readlen);
2363 col, bytes, bufpoi,
2388 memcpy(buf, chip->buffers->databuf + col, bytes);
2428 memcpy(buf, chip->buffers->databuf + col, bytes);
2448 col = 0;
2296 int chipnr, page, realpage, col, bytes, aligned, oob_required; local
/u-boot/common/
H A Dcommand.c361 int n = *np, col = *colp;
450 col += k;
455 *colp = col;
362 int n = *np, col = *colp; local
/u-boot/drivers/ddr/altera/
H A Dsdram_gen5.c505 unsigned long row, bank, col, cs, width;
515 col = (temp & SDR_CTRLGRP_DRAMADDRW_COLBITS_MASK) >>
558 temp = 1 << (row + bank + col);
504 unsigned long row, bank, col, cs, width; local
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog.c553 char *p, *start, *last, *col; local
611 col = start; /* 1st column */
631 if (column == 0 && p == col) {
635 col = p;
659 if (strlen(col) == 0) {
660 col = p;
670 ret = parse[column](data, i, col, part);
677 col = p;
/u-boot/lib/efi_loader/
H A Defi_console.c1370 * @col: column number to locate user input form
1376 int row, int col)
1384 ANSI_CURSOR_SHOW, row, col);
1400 ANSI_CLEAR_LINE_TO_END, row, col, buf);
1425 printf(ANSI_CURSOR_POSITION "%ls", row, col, buf);
1373 efi_console_get_u16_string(struct efi_simple_text_input_protocol *cin, u16 *buf, efi_uintn_t count, efi_console_filter_func filter_func, int row, int col) argument
/u-boot/drivers/input/
H A Dtegra-kbc.c85 key->col = kp_ent & 0x7;
/u-boot/scripts/kconfig/
H A Dqconf.h143 void okRename(int col);
H A Dqconf.cc96 void ConfigItem::okRename(int col) argument
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3036.h324 u32 col; member in struct:rk3036_ddr_config
H A Dsdram_common.h225 unsigned int col; member in struct:sdram_cap_info
H A Dsdram_rk322x.h19 u8 col; member in struct:rk322x_sdram_channel
/u-boot/tools/
H A Dfdtgrep.c95 * @col: Colour to output (COL_...), or COL_NONE to reset colour
97 static void print_ansi_colour(FILE *fout, int col) argument
99 if (col == COL_NONE)
102 fprintf(fout, "\033[1;%dm", col + 30);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko3.h339 u64 col : 2; /* _COLORALG_E */ member in struct:cvmx_pko_send_ext::__anon44
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c9091 debug("Summary: %d %s%s %s %s, row bits=%d, col bits=%d, bank bits=%d\n",
9795 int *row, int *col)
9873 *col = EXTRACT(address, 3, 4) | (col_hi << 4);
9897 int bank, row, col; local
9966 &prank, &lrank, &bank, &row, &col);
9969 row, col);
10009 &row, &col);
10023 dbtrain_ctl.s.column_a = col;
9792 cvmx_dram_address_extract_info(struct ddr_priv *priv, u64 address, int *node, int *lmc, int *dimm, int *prank, int *lrank, int *bank, int *row, int *col) argument

Completed in 346 milliseconds

12345