Home
last modified time | relevance | path

Searched full:vsrc (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dio.c153 void *vsrc = (void __force *) src; in _memcpy_fromio() local
156 while(n && (!IO_CHECK_ALIGN(vsrc, 4) || !IO_CHECK_ALIGN(dest, 4))) { in _memcpy_fromio()
157 *((u8 *)dest) = *((volatile u8 *)vsrc); in _memcpy_fromio()
159 vsrc++; in _memcpy_fromio()
164 *((u32 *)dest) = *((volatile u32 *)vsrc); in _memcpy_fromio()
166 vsrc += 4; in _memcpy_fromio()
171 *((u8 *)dest) = *((volatile u8 *)vsrc); in _memcpy_fromio()
173 vsrc++; in _memcpy_fromio()
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC/
H A Dmeson.build3 sdbusplus_current_path = 'com/ibm/ipzvpd/VSRC'
7 input: ['../../../../../yaml/com/ibm/ipzvpd/VSRC.interface.yaml'],
26 'com/ibm/ipzvpd/VSRC',
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c470 u8 *vsrc; in vmw_external_bo_copy() local
473 vsrc = map_external(src, &src_map); in vmw_external_bo_copy()
474 if (!vsrc) { in vmw_external_bo_copy()
487 vsrc += src_offset; in vmw_external_bo_copy()
492 memcpy(vdst, vsrc, in vmw_external_bo_copy()
497 memcpy(vdst, vsrc, width_in_bytes); in vmw_external_bo_copy()
498 vsrc += src_stride; in vmw_external_bo_copy()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c34 enum nv_clk_src csrc, ssrc, vsrc; member
262 clk->vsrc = nv_clk_src_cclk; in mcp77_clk_calc()
265 clk->vsrc = nv_clk_src_vdec; in mcp77_clk_calc()
287 if (clk->vsrc == nv_clk_src_hclkm4) in mcp77_clk_calc()
360 switch (clk->vsrc) { in mcp77_clk_prog()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVSRC.interface.yaml2 Implement to represent the VSRC record in IPZ VPD
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c266 static void copy_vertical_b(void *vdst, const void *vsrc, size_t len) in copy_vertical_b() argument
268 const uint8_t *src = vsrc; in copy_vertical_b()
277 static void copy_vertical_h(void *vdst, const void *vsrc, size_t len) in copy_vertical_h() argument
279 const uint16_t *src = vsrc; in copy_vertical_h()
288 static void copy_vertical_s(void *vdst, const void *vsrc, size_t len) in copy_vertical_s() argument
290 const uint32_t *src = vsrc; in copy_vertical_s()
299 static void copy_vertical_d(void *vdst, const void *vsrc, size_t len) in copy_vertical_d() argument
301 const uint64_t *src = vsrc; in copy_vertical_d()
310 static void copy_vertical_q(void *vdst, const void *vsrc, size_t len) in copy_vertical_q() argument
313 memcpy(vdst + tile_vslice_offset(i), vsrc + i, 16); in copy_vertical_q()
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/
H A Dmeson.build39 subdir('VSRC') subdir
862 input: ['../../../../yaml/com/ibm/ipzvpd/VSRC.interface.yaml'],
863 output: ['VSRC.md'],
875 'com/ibm/ipzvpd/VSRC',
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c939 int HSC, VSC, Vsrc, Hsrc, filter, Vlines; in cx18_av_set_fmt() local
948 Vsrc = (cx18_av_read(cx, 0x476) & 0x3f) << 4; in cx18_av_set_fmt()
949 Vsrc |= (cx18_av_read(cx, 0x475) & 0xf0) >> 4; in cx18_av_set_fmt()
971 (Vlines * 8 < Vsrc) || (Vsrc < Vlines)) { in cx18_av_set_fmt()
981 VSC = (1 << 16) - (Vsrc * (1 << 9) / Vlines - (1 << 9)); in cx18_av_set_fmt()
/openbmc/linux/drivers/media/i2c/
H A Dsaa7115.c871 int Vsrc = is_50hz ? 576 : 480; in saa711x_set_size() local
878 if ((height < 1) || (height > Vsrc)) in saa711x_set_size()
885 if (height != Vsrc) in saa711x_set_size()
941 VSCY = (int)((1024 * Vsrc) / height); in saa711x_set_size()
942 v4l2_dbg(1, debug, sd, "Vsrc: %d, Vscy: 0x%05x\n", Vsrc, VSCY); in saa711x_set_size()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-utmi.c156 * Control VSRC Reference Voltage - 0.6V in mvebu_cp110_utmi_port_setup()
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c1725 /* Set Control VSRC Reference Voltage - 0.6V */ in comphy_utmi_phy_config()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok0.0.log[all...]