Home
last modified time | relevance | path

Searched full:rows (Results 1 – 25 of 758) sorted by relevance

12345678910>>...31

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch105 rows = 12;
108 - mvwprintw(padwide, rows + 0, 0, wide1);
109 - mvwprintw(padwide, rows + 1, 0, wide2);
110 - mvwprintw(padwide, rows + 2, 0, wide3);
111 - mvwprintw(padwide, rows + 3, 0, wide4);
112 - mvwprintw(padwide, rows + 4, 0, wide5);
113 - mvwprintw(padwide, rows + 5, 0, wide6);
114 - mvwprintw(padwide, rows + 6, 0, wide7);
115 - mvwprintw(padwide, rows + 7, 0, wide8);
116 - mvwprintw(padwide, rows + 8, 0, wide9);
[all …]
/openbmc/linux/drivers/input/
H A Dmatrix-keymap.c23 unsigned int rows, unsigned int cols, in matrix_keypad_map_key() argument
31 if (row >= rows || col >= cols) { in matrix_keypad_map_key()
33 "%s: invalid keymap entry 0x%x (row: %d, col: %d, rows: %d, cols: %d)\n", in matrix_keypad_map_key()
34 __func__, key, row, col, rows, cols); in matrix_keypad_map_key()
48 * @rows: Returns number of matrix rows
53 unsigned int *rows, unsigned int *cols) in matrix_keypad_parse_properties() argument
55 *rows = *cols = 0; in matrix_keypad_parse_properties()
57 device_property_read_u32(dev, "keypad,num-rows", rows); in matrix_keypad_parse_properties()
60 if (!*rows || !*cols) { in matrix_keypad_parse_properties()
61 dev_err(dev, "number of keypad rows/columns not specified\n"); in matrix_keypad_parse_properties()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Datafb_mfb.c28 u_int rows; in atafb_mfb_copyarea() local
37 for (rows = height; rows--;) { in atafb_mfb_copyarea()
45 for (rows = height; rows--;) { in atafb_mfb_copyarea()
57 u_int rows; in atafb_mfb_fillrect() local
67 for (rows = height; rows--; dest += next_line) { in atafb_mfb_fillrect()
81 u_int rows; in atafb_mfb_linefill() local
85 for (rows = width / 8; rows--; /* check margins */ ) { in atafb_mfb_linefill()
/openbmc/u-boot/common/
H A Dlcd_console.c31 cons.curr_row = min_t(short, row, cons.rows - 1); in lcd_position_cursor()
36 return cons.rows; in lcd_get_screen_rows()
105 const int rows = CONFIG_CONSOLE_SCROLL_LINES; in console_newline() local
112 if (++cons.curr_row >= cons.rows) { in console_newline()
113 for (i = 0; i < cons.rows-rows; i++) in console_newline()
114 cons.fp_console_moverow(&cons, i, i+rows); in console_newline()
115 for (i = 0; i < rows; i++) in console_newline()
116 cons.fp_console_setrow(&cons, cons.rows-i-1, bg_color); in console_newline()
117 cons.curr_row -= rows; in console_newline()
126 pcons->rows = (pcons->lcdsizey - BMP_LOGO_HEIGHT); in console_calc_rowcol()
[all …]
/openbmc/qemu/hw/display/
H A Dframebuffer.h18 * @rows: Height of the screen.
19 * @src_width: Number of bytes in framebuffer memory between two rows.
25 unsigned rows,
34 * @rows: Height of the screen.
35 * @src_width: Number of bytes in framebuffer memory between two rows.
36 * @dest_row_pitch: Number of bytes in the surface data between two rows.
49 * was drawn (either the last dirty row, or @rows-1 if @invalidate is true).
55 int rows,
H A Dframebuffer.c28 unsigned rows, in framebuffer_update_memory_section() argument
31 hwaddr src_len = (hwaddr)rows * src_width; in framebuffer_update_memory_section()
59 int rows, /* Height in pixels. */ in framebuffer_update_display() argument
94 dest -= dest_row_pitch * (rows - 1); in framebuffer_update_display()
102 snap = memory_region_snapshot_and_clear_dirty(mem, addr, src_width * rows, in framebuffer_update_display()
104 for (; i < rows; i++) { in framebuffer_update_display()
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_gen5.c33 * get_errata_rows() - Up the number of DRAM rows to cover entire address space
37 * increase the number of rows so that the memory controller thinks it has
38 * 4GB of RAM. This function returns such amount of rows.
48 const unsigned int rows = in get_errata_rows() local
62 debug("workaround rows - memsize %lld\n", memsize); in get_errata_rows()
63 debug("workaround rows - cs %d\n", cs); in get_errata_rows()
64 debug("workaround rows - width %d\n", width); in get_errata_rows()
65 debug("workaround rows - rows %d\n", rows); in get_errata_rows()
66 debug("workaround rows - banks %d\n", banks); in get_errata_rows()
67 debug("workaround rows - cols %d\n", cols); in get_errata_rows()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_toastertable_ui.py100 rows = self.find_all(row_selector)
101 row1_completed_on = self._get_datetime_from_cell(rows[0], cell_selector)
102 row2_completed_on = self._get_datetime_from_cell(rows[1], cell_selector)
127 rows = self.find_all(row_selector)
128 row1_started_on = self._get_datetime_from_cell(rows[0], cell_selector)
129 row2_started_on = self._get_datetime_from_cell(rows[1], cell_selector)
147 rows = self.find_all(row_selector)
148 row1_completed_on = self._get_datetime_from_cell(rows[0], cell_selector)
149 row2_completed_on = self._get_datetime_from_cell(rows[1], cell_selector)
/openbmc/linux/Documentation/sphinx/
H A DrstFlatTable.py21 additional rows
30 * header-rows: [int] count of header rows
38 * rspan: [int] additionale rows (*morerows*)
107 , 'header-rows': directives.nonnegative_int
142 self.rows = []
154 header_rows = self.directive.options.get('header-rows', 0)
178 for row in self.rows[:header_rows]:
184 for row in self.rows[header_rows:]:
224 self.rows.append(row)
230 This method rounds off the table definition in :py:member:`rows`.
[all …]
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A D__init__.py8 def print_table(rows, row_fmt=None): argument
10 if not rows:
13 row_fmt = ['{:{wid}} '] * len(rows[0])
18 for row in rows:
22 for row in rows:
/openbmc/u-boot/drivers/ram/
H A Dbmips_ram.c65 static ulong bmips_dram_size(unsigned int cols, unsigned int rows, in bmips_dram_size() argument
68 rows += 11; /* 0 => 11 address bits ... 2 => 13 address bits */ in bmips_dram_size()
72 return 1 << (cols + rows + is_32b + banks); in bmips_dram_size()
77 unsigned int cols = 0, rows = 0, is_32b = 0, banks = 0; in bcm6338_get_ram_size() local
81 rows = (val & SDRAM_CFG_ROW_MASK) >> SDRAM_CFG_ROW_SHIFT; in bcm6338_get_ram_size()
86 return bmips_dram_size(cols, rows, is_32b, banks); in bcm6338_get_ram_size()
91 unsigned int cols = 0, rows = 0, is_32b = 0; in bcm6358_get_ram_size() local
95 rows = (val & MEMC_CFG_ROW_MASK) >> MEMC_CFG_ROW_SHIFT; in bcm6358_get_ram_size()
99 return bmips_dram_size(cols, rows, is_32b, 2); in bcm6358_get_ram_size()
/openbmc/linux/drivers/input/keyboard/
H A Dstmpe-keypad.c68 * @max_rows: maximum number of rows supported
70 * @row_gpios: bitmask of gpios which can be used for rows
125 * @rows: bitmask for the rows
136 unsigned int rows; member
211 * {cols,rows}_gpios are bitmasks of which pins on the chip can be used in stmpe_keypad_altfunc_init()
214 * keypad->{cols,rows} are a bitmask of which pins (of the ones useable in stmpe_keypad_altfunc_init()
232 if (keypad->rows & (1 << i)) in stmpe_keypad_altfunc_init()
289 ret = stmpe_reg_write(stmpe, STMPE_KPC_ROW_LSB, keypad->rows); in stmpe_keypad_chip_init()
296 keypad->rows >> 8); in stmpe_keypad_chip_init()
324 keypad->rows |= 1 << row; in stmpe_keypad_fill_used_pins()
[all …]
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py21 additional rows
30 * header-rows: [int] count of header rows
38 * rspan: [int] additionale rows (*morerows*)
119 , 'header-rows': directives.nonnegative_int
154 self.rows = []
166 header_rows = self.directive.options.get('header-rows', 0)
190 for row in self.rows[:header_rows]:
196 for row in self.rows[header_rows:]:
236 self.rows.append(row)
242 This method rounds off the table definition in :py:member:`rows`.
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py84 self.assertTrue("rows" in data)
87 for row in data["rows"]:
338 rows = data['rows']
339 row1 = next(x for x in rows if x['name'] == recipe1.name)
340 row2 = next(x for x in rows if x['name'] == recipe2.name)
417 self.assertTrue(len(all_data['rows']) > 1,
422 all_data['rows'][0][table.default_orderby.strip("-")])
424 all_data['rows'][1][table.default_orderby.strip("-")])
446 ascending['rows'][0][column['field_name']])
448 ascending['rows'][1][column['field_name']])
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dawinic,aw200xx.yaml39 awinic,display-rows:
63 IMAXled = 160000 * (592 / 600.5) * (1 / display-rows)
65 IMINled = 3300 * (592 / 600.5) * (1 / display-rows)
72 - awinic,display-rows
82 awinic,display-rows:
86 awinic,display-rows:
104 awinic,display-rows = <3>;
/openbmc/linux/arch/x86/boot/
H A Dvideo-mode.c26 int force_x, force_y; /* Don't query the BIOS for cols/rows */
118 unsigned int font_size, rows; in vga_recalc_vertical() local
124 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */ in vga_recalc_vertical()
126 rows *= font_size; /* Visible scan lines */ in vga_recalc_vertical()
127 rows--; /* ... minus one */ in vga_recalc_vertical()
135 out_idx((u8)rows, crtc, 0x12); /* Lower height register */ in vga_recalc_vertical()
139 ov |= (rows >> (8-1)) & 0x02; in vga_recalc_vertical()
140 ov |= (rows >> (9-6)) & 0x40; in vga_recalc_vertical()
/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c20 unsigned long rows; member
28 .rows = 25,
34 .rows = 50,
40 .rows = 0,
182 con->cursor_row = min(con->cursor_row, (s32)mode->rows - 1); in efi_cout_output_string()
197 static bool cout_mode_matches(struct cout_mode *mode, int rows, int cols) in cout_mode_matches() argument
202 return (mode->rows == rows) && (mode->columns == cols); in cout_mode_matches()
208 * @rows pointer to return number of rows
212 static int query_console_serial(int *rows, int *cols) in query_console_serial() argument
235 /* Read {rows,cols} */ in query_console_serial()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst49 :header-rows: 0
104 :header-rows: 0
127 :header-rows: 0
151 :header-rows: 0
178 :header-rows: 0
223 :header-rows: 0
268 :header-rows: 0
316 :header-rows: 0
371 :header-rows: 0
398 :header-rows: 0
[all …]
H A Dext-ctrls-codec-stateless.rst44 :header-rows: 0
114 :header-rows: 0
144 :header-rows: 0
187 :header-rows: 0
242 :header-rows: 0
293 :header-rows: 0
328 :header-rows: 0
397 :header-rows: 0
424 :header-rows: 0
452 :header-rows: 0
[all …]
/openbmc/u-boot/include/
H A Dlcd_console.h10 short cols, rows; member
20 * console_calc_rowcol() - calculate available rows / columns wihtin a given
31 * Setup the address of console base, and the number of rows and columns the
35 * @vl_rows: Number of rows in the console
69 * lcd_get_screen_rows() - Get the total number of screen rows
71 * @return: Number of screen rows
H A Dvideo_console.h43 * Drivers must set up @rows, @cols, @x_charsize, @y_charsize in their probe()
49 * @rows: Number of text rows
67 int rows; member
91 * in pixels) or a text row number (measured in rows, where each row consists
110 * move_rows() - Move text rows from one place to another
115 * @count: Number of text rows to move
178 * vidconsole_move_rows() - Move text rows from one place to another
183 * @count: Number of text rows to move
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py46 def _extremum_value(self, rows, is_max): argument
49 for row in rows:
62 def _max_value(self, rows): argument
63 return self._extremum_value(rows, True)
65 def _min_value(self, rows): argument
66 return self._extremum_value(rows, False)
113 rows = data.fetchall()
114 value = self._max_value(rows)
133 rows = data.fetchall()
134 return self._extremum_value(rows, is_max)
[all …]
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a33.c27 u8 rows; member
41 MCTL_CR_PAGE_SIZE(para->page_size) | MCTL_CR_ROW(para->rows) | in mctl_set_cr()
49 int rows, columns; in auto_detect_dram_size() local
54 para->rows = 16; in auto_detect_dram_size()
57 for (rows = 11 ; rows < 16 ; rows++) { in auto_detect_dram_size()
58 if (mctl_mem_matches(1 << (rows + 9))) /* row-column */ in auto_detect_dram_size()
63 para->rows = 11; in auto_detect_dram_size()
73 para->rows = rows; in auto_detect_dram_size()
338 .rows = 15, in sunxi_dram_init()
360 (1 << (para.bank + para.rank + para.rows)); in sunxi_dram_init()
/openbmc/linux/Documentation/driver-api/
H A Dedac.rst8 *sockets, *socket sets*, *banks*, *rows*, *chip-select rows*, *channels*,
70 accessed. Common chip-select rows for single channel are 64 bits, for
79 stick, will occupy only one of those rows. The other will be unused.
85 A double-ranked stick has two chip-select rows which access different
86 sets of memory devices. The two rows cannot be accessed concurrently.
92 A double-sided stick has two chip-select rows which access different sets
93 of memory devices. The two rows cannot be accessed concurrently.
101 set has two chip-select rows and if double-sided sticks are used these
102 will occupy those chip-select rows.
107 between chip-select rows and socket sets.
/openbmc/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c663 const u8 rows = params->chan.cs0_row; in msch_niu_config() local
671 u8 rows; in msch_niu_config() member
677 * exact match for the columns and rows (as there's in msch_niu_config()
680 [0] = { .rows = 13, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
681 [1] = { .rows = 14, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
682 [2] = { .rows = 15, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
683 [3] = { .rows = 16, .columns = 10, .type = DMC_MSCH_CBRD }, in msch_niu_config()
684 [4] = { .rows = 14, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
685 [5] = { .rows = 15, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
686 [6] = { .rows = 16, .columns = 11, .type = DMC_MSCH_CBRD }, in msch_niu_config()
[all …]

12345678910>>...31