Home
last modified time | relevance | path

Searched +full:col +full:- +full:offset (Results 1 – 25 of 160) sorted by relevance

1234567

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css3 * Copyright 2011-2015 Twitter, Inc.
5-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
H A Dbootstrap.css3 * Copyright 2011-2015 Twitter, Inc.
8 font-family: sans-serif;
9 -webkit-text-size-adjust: 100%;
10 -ms-text-size-adjust: 100%;
34 display: inline-block;
35 vertical-align: baseline;
46 background-color: transparent;
53 border-bottom: 1px dotted;
57 font-weight: bold;
60 font-style: italic;
[all …]
H A Dbootstrap.css.map1-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixin…
/openbmc/linux/sound/pci/cs46xx/
H A Ddsp_spos.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * 2002-07 Benny Sjostrand benny@hostmobility.com
51 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in shadow_and_reallocate_code()
54 return -EINVAL; in shadow_and_reallocate_code()
60 if (ins->code.offset > 0) { in shadow_and_reallocate_code()
75 dev_dbg(chip->card->dev, in shadow_and_reallocate_code()
80 address += (ins->code.offset / 2) - overlay_begin_address; in shadow_and_reallocate_code()
82 dev_dbg(chip->card->dev, in shadow_and_reallocate_code()
95 dev_dbg(chip->card->dev, in shadow_and_reallocate_code()
102 } /* ins->code.offset > 0 */ in shadow_and_reallocate_code()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dmrb_section.html12 …<span class="glyphicon glyphicon-question-sign get-help heading-help" data-original-title="Builds …
16 <div class="page-header">
21 <div id="latest-builds">
23-latest-build-result="{{build.id}}" class="alert build-result {% if build.outcome == build.SUCCEED…
24 <!-- project title -->
26 <div class="row project-name">
27 <div class="col-md-12">
29 <a class="alert-link text-uppercase" href="{% project_url build.project %}">
37 <div class="row" data-role="build-status-container">
38 <div class="col-md-12">
[all …]
H A Ddirinfo.html2 {% block title %} Directory structure - {{ target.target }} {{ build.machine }} - {{ build.project.…
25 $("#menu-"+ctx.target).addClass("active");
67 /* setup tr-wide formatting */
70 tr += 'branch" data-tt-branch="true" ';
73 tr += 'leaf" data-tt-branch="false" ';
75 tr += ' data-tt-id="' + o.fullpath +'" ';
77 tr += ' data-tt-parent-id="' + o.parent +'" ';
82 var link_to = '<td class="text-muted">' + o.link_to + '</td>';
99 name = '<td class="content-directory"' + colspan + '>';
103 name += '<span class="glyphicon glyphicon-folder-close"></span>';
[all …]
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c1 // SPDX-License-Identifier: GPL-2.0+
78 /* x-resolution of the display in pixels */
80 /* y-resolution of the display in pixels */
96 * set_control() - Set the control register to a given value
101 * @value: the 16-bit value to write to the control register
108 if (priv->sync_src) in set_control()
109 value |= ((priv->sync_src & 0x7) << 8); in set_control()
111 ihs_video_out_set(priv->map, control, value); in set_control()
121 ihs_video_out_get(priv->map, versions, &versions); in ihs_video_out_get_info()
123 info->width = priv->base_width; in ihs_video_out_get_info()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Drop-using-register-storage-classifier.patch3 Date: Wed, 18 Jan 2023 15:49:16 -0800
8 Upstream-Status: Pending
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 ---
11 ip/xjpg_dct.c | 4 +--
12 ip/xjpg_dct.h | 4 +--
13 prnt/hpcups/Mode9.cpp | 2 +-
14 prnt/hpcups/ModeDeltaPlus.cpp | 4 +--
15 prnt/hpcups/jccolor.c | 46 +++++++++++++++++------------------
16 prnt/hpijs/compression.cpp | 2 +-
[all …]
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2012-2016 Mentor Graphics Inc.
9 #include <linux/dma-mapping.h>
12 #include <video/imx-ipu-image-convert.h>
14 #include "ipu-prv.h"
29 * the DMA channel's parameter memory!). IDMA double-buffering is used
30 * to convert each tile back-to-back when possible (see note below
36 * +---------+-----+
37 * +-----+---+ | A | B |
39 * +-----+---+ --> +---------+-----+
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c23 #include "tcg/tcg-gvec-desc.h"
24 #include "exec/helper-proto.h"
26 #include "exec/exec-all.h"
47 memset(env->zarray, 0, sizeof(env->zarray)); in helper_sme_zero()
57 memset(&env->zarray[i], 0, svl); in helper_sme_zero()
70 * convert a byte offset into an array index and the multiplication
71 * by N to convert from vslice-index-within-the-tile to
85 * at offset (8 * row-size-in-bytes).
89 * which is again row 8 of the storage, so the offset is still
90 * (8 * row-size-in-bytes). Similarly for other element sizes.
[all …]
/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c1 // SPDX-License-Identifier: GPL-2.0
13 * /dev/vcsuN: similar to /dev/vcsaN but using 4-byte unicode values
14 * instead of 1-byte screen glyph values.
22 * aeb@cwi.nl - efter Friedas begravelse - 950211
24 * machek@k332.feld.cvut.cz - modified not to send characters to wrong console
25 * - fixed some fatal off-by-one bugs (0-- no longer == -1 -> looping and looping and looping...)
26 * - making it shorter - scr_readw are macros which expand in PRETTY long code
88 struct vc_data *vc = param->vc; in vcs_notifier()
91 int currcons = poll->cons_num; in vcs_notifier()
108 currcons--; in vcs_notifier()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Chromium OS cros_ec driver - sandbox emulation
16 #include <u-boot/sha256.h>
24 * to U-Boot and remove all of this code. But this provides a test
34 * 2. Emulation of vboot context - so this can be read/written as required.
41 * to enter recovery mode. The EC passes this to U-Boot through the normal
50 * the EC image in with U-Boot (Vic has demonstrated a prototype for this).
59 int col; /* key matrix column */ member
64 * struct ec_state - Information about the EC state
89 * cros_ec_read_state() - read the sandbox EC state from the state file
[all …]
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-memory.c6 * Copyright (C) 2000, 05 by Ralf Baechle (ralf@linux-mips.org)
31 #include "ip27-common.h"
33 #define SLOT_PFNSHIFT (SLOT_SHIFT - PAGE_SHIFT)
34 #define PFN_NASIDSHFT (NASID_SHFT - PAGE_SHIFT)
64 if (router_a->rou_rflag == 1) in router_recurse()
70 router_a->rou_rflag = 1; in router_recurse()
73 if (router_a->rou_port[port].port_nasid == INVALID_NASID) in router_recurse()
77 router_a->rou_port[port].port_nasid, in router_recurse()
78 router_a->rou_port[port].port_offset); in router_recurse()
80 if (brd->brd_type == KLTYPE_ROUTER) { in router_recurse()
[all …]
/openbmc/qemu/hw/arm/
H A Dmusicpal.c8 * Contributions after 2012-01-13 are licensed under the terms of the
21 #include "hw/char/serial-mm.h"
24 #include "hw/qdev-properties.h"
30 #include "hw/or-irq.h"
32 #include "sysemu/block-backend.h"
40 #include "qemu/error-report.h"
41 #include "target/arm/cpu-qom.h"
128 static uint8_t scale_lcd_color(musicpal_lcd_state *s, uint8_t col) in scale_lcd_color() argument
130 switch (s->brightness) { in scale_lcd_color()
132 return col; in scale_lcd_color()
[all …]
/openbmc/qemu/hw/display/
H A Dssd0323.c4 * Copyright (c) 2006-2007 CodeSourcery.
61 int32_t col; member
78 switch (s->mode) { in OBJECT_DECLARE_SIMPLE_TYPE()
81 s->framebuffer[s->col + s->row * 64] = data; in OBJECT_DECLARE_SIMPLE_TYPE()
82 if (s->remap & REMAP_VERTICAL) { in OBJECT_DECLARE_SIMPLE_TYPE()
83 s->row++; in OBJECT_DECLARE_SIMPLE_TYPE()
84 if (s->row > s->row_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
85 s->row = s->row_start; in OBJECT_DECLARE_SIMPLE_TYPE()
86 s->col++; in OBJECT_DECLARE_SIMPLE_TYPE()
88 if (s->col > s->col_end) { in OBJECT_DECLARE_SIMPLE_TYPE()
[all …]
H A Dssd0303.c4 * Copyright (c) 2006-2007 CodeSourcery.
57 int col; member
80 switch (s->mode) { in ssd0303_send()
84 s->mode = SSD0303_CMD; in ssd0303_send()
86 s->mode = SSD0303_DATA; in ssd0303_send()
92 if (s->col < 132) { in ssd0303_send()
93 s->framebuffer[s->col + s->row * 132] = data; in ssd0303_send()
94 s->col++; in ssd0303_send()
95 s->redraw = 1; in ssd0303_send()
99 old_cmd_state = s->cmd_state; in ssd0303_send()
[all …]
/openbmc/linux/samples/vfs/
H A Dtest-statx.c1 // SPDX-License-Identifier: GPL-2.0-or-later
38 #define __NR_statx -1
55 tim = ts->tv_sec; in print_time()
67 printf(".%09u", ts->tv_nsec); in print_time()
81 printf("results=%x\n", stx->stx_mask); in dump_statx()
84 if (stx->stx_mask & STATX_SIZE) in dump_statx()
85 printf(" Size: %-15llu", (unsigned long long)stx->stx_size); in dump_statx()
86 if (stx->stx_mask & STATX_BLOCKS) in dump_statx()
87 printf(" Blocks: %-10llu", (unsigned long long)stx->stx_blocks); in dump_statx()
88 printf(" IO Block: %-6llu", (unsigned long long)stx->stx_blksize); in dump_statx()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright 2001, 2002 - Jani Monoses <jani@iv.ro>
31 #include <linux/i2c-algo-bit.h>
80 MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'");
82 MODULE_PARM_DESC(mode, "Initial video mode e.g. '648x480-8@60' (deprecated)");
167 fb_writeb(val, p->io_virt + reg); in t_outb()
172 return fb_readb(p->io_virt + reg); in t_inb()
177 fb_writel(v, par->io_virt + r); in writemmr()
182 return fb_readl(par->io_virt + r); in readmmr()
194 u8 reg = vga_mm_rcrt(par->io_virt, I2C) & DDC_MASK_TGUI; in tridentfb_ddc_setscl_tgui()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dsolomon,ssd1307fb.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Maxime Ripard <mripard@kernel.org>
11 - Javier Martinez Canillas <javierm@redhat.com>
17 - enum:
18 - solomon,ssd1305fb-i2c
19 - solomon,ssd1306fb-i2c
20 - solomon,ssd1307fb-i2c
21 - solomon,ssd1309fb-i2c
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio.txt5 -----------------
7 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose
8 of this GPIO for the device. While a non-existent <name> is considered valid
10 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old
24 and bit-banged data signals:
27 gpio-controller;
28 #gpio-cells = <2>;
32 data-gpios = <&gpio1 12 0>,
38 a local offset to the GPIO line and the second cell represent consumer flags,
44 recommended to use the two-cell approach.
[all …]
/openbmc/linux/drivers/edac/
H A Ddmc520_edac.c1 // SPDX-License-Identifier: GPL-2.0
4 * EDAC driver for DMC-520 memory controller.
25 /* DMC-520 registers */
43 /* DMC-520 types, masks and bitfields */
78 * The max-length message would be: "rank:7 bank:15 row:262143 col:1023".
79 * Max length is 34. Using a 40-size buffer is enough.
82 #define EDAC_MOD_NAME "dmc520-edac"
105 u32 col; member
165 * error_lock is to protect concurrent writes to the mci->error_desc through
178 static u32 dmc520_read_reg(struct dmc520_edac *pvt, u32 offset) in dmc520_read_reg() argument
[all …]
/openbmc/linux/drivers/input/keyboard/
H A Domap4-keypad.c1 // SPDX-License-Identifier: GPL-2.0-or-later
60 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
88 static int kbd_readl(struct omap4_keypad *keypad_data, u32 offset) in kbd_readl() argument
90 return __raw_readl(keypad_data->base + in kbd_readl()
91 keypad_data->reg_offset + offset); in kbd_readl()
94 static void kbd_writel(struct omap4_keypad *keypad_data, u32 offset, u32 value) in kbd_writel() argument
97 keypad_data->base + keypad_data->reg_offset + offset); in kbd_writel()
100 static int kbd_read_irqreg(struct omap4_keypad *keypad_data, u32 offset) in kbd_read_irqreg() argument
102 return __raw_readl(keypad_data->base + in kbd_read_irqreg()
103 keypad_data->irqreg_offset + offset); in kbd_read_irqreg()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2009-2015 Freescale Semiconductor, Inc. and others
15 * - Untested on MPC5125 and M54418.
16 * - DMA and pipelining not used.
17 * - 2K pages or less.
18 * - HW ECC: Only 2K page with 64+ OOB.
19 * - HW ECC: Only 24 and 32-bit error correction implemented.
66 #define COMMAND_NADDR_BYTES(x) GENMASK(13, 13 - (x) + 1)
135 * ECC status - seems to consume 8 bytes (double word). The documented
138 * Calculate an offset to store the ECC status at the end of the buffer.
[all …]
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * v4l2-tpg-core.c - Test Pattern Generator
12 #include <media/tpg/v4l2-tpg.h>
54 * Sine table: sin[0] = 127 * sin(-180 degrees)
59 0, -4, -7, -11, -13, -18, -20, -22, -26, -29, -33, -35, -37, -41, -43, -48,
60 -50, -52, -56, -58, -62, -63, -65, -69, -71, -75, -76, -78, -82, -83, -87, -88,
61 -90, -93, -94, -97, -99, -101, -103, -104, -107, -108, -110, -111, -112, -114, -115, -117,
62 -118, -119, -120, -121, -122, -123, -123, -124, -125, -125, -126, -126, -127, -127, -127, -127,
63 -127, -127, -127, -127, -126, -126, -125, -125, -124, -124, -123, -122, -121, -120, -119, -118,
64 -117, -116, -114, -113, -111, -110, -109, -107, -105, -103, -101, -100, -97, -96, -93, -91,
[all …]
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 #include <linux/v4l2-controls.h>
14 #include <media/v4l2-ctrls.h>
15 #include <media/v4l2-vp9.h>
16 #include <media/videobuf2-core.h>
49 * struct hantro_aux_buf - auxiliary DMA buffer for hardware data
101 * @dpb_longterm: DPB long-term
214 * @bsd_ctrl_offset: bsd offset into tile_edge
216 * @ctx_counters_offset: hw counters offset into misc
217 * @tile_info_offset: tile info offset into misc
[all …]

1234567