Home
last modified time | relevance | path

Searched full:frame (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/openbmc/u-boot/include/
H A Dfsl_tgec.h19 u32 maxfrm; /* Maximum frame length register */
33 u32 tx_frame_u; /* Tx frame counter upper */
34 u32 tx_frame_l; /* Tx frame counter lower */
35 u32 rx_frame_u; /* Rx frame counter upper */
36 u32 rx_frame_l; /* Rx frame counter lower */
37 u32 rx_frame_crc_err_u; /* Rx frame check sequence error upper */
38 u32 rx_frame_crc_err_l; /* Rx frame check sequence error lower */
41 u32 tx_pause_frame_u; /* Tx valid pause frame upper */
42 u32 tx_pause_frame_l; /* Tx valid pause frame lower */
43 u32 rx_pause_frame_u; /* Rx valid pause frame upper */
[all …]
H A Dfsl_memac.h18 u32 maxfrm; /* Maximum frame length register */
45 u32 rx_pause_frame_l; /* Rx valid pause frame upper */
46 u32 rx_pause_frame_u; /* Rx valid pause frame upper */
47 u32 rx_frame_l; /* Rx frame counter lower */
48 u32 rx_frame_u; /* Rx frame counter upper */
49 u32 rx_frame_crc_err_l; /* Rx frame check sequence error lower */
50 u32 rx_frame_crc_err_u; /* Rx frame check sequence error upper */
51 u32 rx_vlan_l; /* Rx VLAN frame lower */
52 u32 rx_vlan_u; /* Rx VLAN frame upper */
53 u32 rx_err_l; /* Rx frame error lower */
[all …]
H A Dfsl_dtsec.h30 u32 ipgifg; /* inter-packet/inter-frame gap */
32 u32 maxfrm; /* Maximum frame size */
46 u32 tr64; /* Tx and Rx 64 bytes frame */
47 u32 tr127; /* Tx and Rx 65 to 127 bytes frame */
48 u32 tr255; /* Tx and Rx 128 to 255 bytes frame */
49 u32 tr511; /* Tx and Rx 256 to 511 bytes frame */
50 u32 tr1k; /* Tx and Rx 512 to 1023 bytes frame */
51 u32 trmax; /* Tx and Rx 1024 to 1518 bytes frame */
52 u32 trmgv; /* Tx and Rx 1519 to 1522 good VLAN frame */
59 u32 rxcf; /* Receive control frame */
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_video.hpp24 * @param[in] fr - desired frame rate of the video
34 * @brief Gets the video frame data
36 * @return Pointer to the video frame data
39 /* @brief Performs read to grab latest video frame */
42 * @brief Gets whether or not the video frame needs to be resized
44 * @return Boolean indicating if the frame needs to be resized
61 * @brief Gets the desired video frame rate in frames per second
63 * @return Value of the desired frame rate
70 * @brief Gets the size of the video frame data
72 * @return Value of the size of the video frame data in bytes
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h18 * leaves all aspects of the frame content to the calling code; frames
24 * frame, process that frame's memory buffer (fill or read it), and then
25 * inform the protocol that the frame has been filled/read, i.e. advance the
28 * frame, or wait for the remote entity to send a notification to the local
73 * frame_size - The size of each frame in shared memory.
84 * tegra_ivc_read_get_next_frame - Locate the next frame to receive.
86 * Locate the next frame to be received/processed, return the address of the
87 * frame, and do not remove it from the queue. Repeated calls to this function
91 * @frame Pointer to be filled with the address of the frame to receive.
93 * @return 0 if a frame is available, else a negative error code.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A DCVE-2017-8372_CVE-2017-8373.patch6 The main data to decode a frame can come from the current frame and part of the
7 previous frame, the so called bit reservoir. si.main_data_begin is the part of
8 the previous frame we need for this frame. frame_space is the amount of main
9 data that can be in this frame, and next_md_begin is the part of this frame that
10 is going to be used for the next frame.
12 The maximum amount of data from a previous frame that the format allows is 511
13 bytes. The maximum frame size for the defined bitrates is at MPEG 2.5 layer 2
19 There is also support for a "free" bitrate which allows you to create any frame
25 The previous frame data is stored in *stream->main_data and contains
27 need from the previous frame (si.main_data_begin) it still wouldn't fit
[all …]
/openbmc/qemu/linux-user/m68k/
H A Dsignal.c129 struct target_sigframe *frame; in setup_frame() local
134 frame_addr = get_sigframe(ka, env, sizeof *frame); in setup_frame()
136 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_frame()
140 __put_user(sig, &frame->sig); in setup_frame()
143 __put_user(sc_addr, &frame->psc); in setup_frame()
145 setup_sigcontext(&frame->sc, env, set->sig[0]); in setup_frame()
148 __put_user(set->sig[i], &frame->extramask[i - 1]); in setup_frame()
152 __put_user(default_sigreturn, &frame->pretcode); in setup_frame()
157 unlock_user_struct(frame, frame_addr, 1); in setup_frame()
277 struct target_rt_sigframe *frame; in setup_rt_frame() local
[all …]
/openbmc/qemu/hw/net/can/
H A Dcan_sja1000.c149 const qemu_can_frame *frame) in can_sja_accept_filter() argument
156 if (frame->can_id & QEMU_CAN_EFF_FLAG) { /* EFF */ in can_sja_accept_filter()
160 if (!can_bus_filter_match(&filter, frame->can_id)) { in can_sja_accept_filter()
167 if (!can_bus_filter_match(&filter, frame->can_id)) { in can_sja_accept_filter()
171 if (frame->can_id & QEMU_CAN_RTR_FLAG) { /* RTR */ in can_sja_accept_filter()
175 if (frame->can_dlc == 0) { in can_sja_accept_filter()
179 if ((frame->data[0] & ~(s->code_mask[6])) != in can_sja_accept_filter()
184 if (frame->can_dlc < 2) { in can_sja_accept_filter()
188 if ((frame->data[1] & ~(s->code_mask[7])) == in can_sja_accept_filter()
196 if (frame->can_id & QEMU_CAN_EFF_FLAG) { /* EFF */ in can_sja_accept_filter()
[all …]
H A Dxlnx-zynqmp-can.c388 static void generate_frame(qemu_can_frame *frame, uint32_t *data) in generate_frame() argument
390 frame->can_id = data[0]; in generate_frame()
391 frame->can_dlc = FIELD_EX32(data[1], TXFIFO_DLC, DLC); in generate_frame()
393 frame->data[0] = FIELD_EX32(data[2], TXFIFO_DATA1, DB3); in generate_frame()
394 frame->data[1] = FIELD_EX32(data[2], TXFIFO_DATA1, DB2); in generate_frame()
395 frame->data[2] = FIELD_EX32(data[2], TXFIFO_DATA1, DB1); in generate_frame()
396 frame->data[3] = FIELD_EX32(data[2], TXFIFO_DATA1, DB0); in generate_frame()
398 frame->data[4] = FIELD_EX32(data[3], TXFIFO_DATA2, DB7); in generate_frame()
399 frame->data[5] = FIELD_EX32(data[3], TXFIFO_DATA2, DB6); in generate_frame()
400 frame->data[6] = FIELD_EX32(data[3], TXFIFO_DATA2, DB5); in generate_frame()
[all …]
/openbmc/qemu/linux-user/openrisc/
H A Dsignal.c59 /* Set up a signal frame. */
96 target_rt_sigframe *frame; in setup_rt_frame() local
99 frame_addr = get_sigframe(ka, env, sizeof(*frame)); in setup_rt_frame()
101 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_rt_frame()
106 frame->info = *info; in setup_rt_frame()
109 __put_user(0, &frame->uc.tuc_flags); in setup_rt_frame()
110 __put_user(0, &frame->uc.tuc_link); in setup_rt_frame()
112 target_save_altstack(&frame->uc.tuc_stack, env); in setup_rt_frame()
113 setup_sigcontext(&frame->uc.tuc_mcontext, env); in setup_rt_frame()
115 __put_user(set->sig[i], &frame->uc.tuc_sigmask.sig[i]); in setup_rt_frame()
[all …]
/openbmc/qemu/linux-user/s390x/
H A Dsignal.c175 sigframe *frame; in setup_frame() local
179 frame_addr = get_sigframe(ka, env, sizeof(*frame)); in setup_frame()
181 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_frame()
187 __put_user(env->regs[15], (abi_ulong *) frame); in setup_frame()
191 QEMU_BUILD_BUG_ON(ARRAY_SIZE(frame->sc.oldmask) != 1); in setup_frame()
192 __put_user(set->sig[0], &frame->sc.oldmask[0]); in setup_frame()
193 __put_user(frame_addr + offsetof(sigframe, sregs), &frame->sc.sregs); in setup_frame()
196 save_sigregs(env, &frame->sregs); in setup_frame()
203 __put_user(sig, &frame->signo); in setup_frame()
206 save_sigregs_ext(env, &frame->sregs_ext); in setup_frame()
[all …]
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c178 struct target_sigframe *frame; in setup_frame() local
184 frame_addr = get_sigframe(ka, regs->gregs[15], sizeof(*frame)); in setup_frame()
186 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_frame()
190 setup_sigcontext(&frame->sc, regs, set->sig[0]); in setup_frame()
193 __put_user(set->sig[i + 1], &frame->extramask[i]); in setup_frame()
208 regs->gregs[6] = frame_addr += offsetof(typeof(*frame), sc); in setup_frame()
212 unlock_user_struct(frame, frame_addr, 1); in setup_frame()
216 unlock_user_struct(frame, frame_addr, 1); in setup_frame()
224 struct target_rt_sigframe *frame; in setup_rt_frame() local
230 frame_addr = get_sigframe(ka, regs->gregs[15], sizeof(*frame)); in setup_rt_frame()
[all …]
/openbmc/qemu/linux-user/alpha/
H A Dsignal.c129 struct target_sigframe *frame; in setup_frame() local
132 frame_addr = get_sigframe(ka, env, sizeof(*frame)); in setup_frame()
134 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_frame()
138 setup_sigcontext(&frame->sc, env, frame_addr, set); in setup_frame()
146 unlock_user_struct(frame, frame_addr, 1); in setup_frame()
167 struct target_rt_sigframe *frame; in setup_rt_frame() local
170 frame_addr = get_sigframe(ka, env, sizeof(*frame)); in setup_rt_frame()
172 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_rt_frame()
176 frame->info = *info; in setup_rt_frame()
178 __put_user(0, &frame->uc.tuc_flags); in setup_rt_frame()
[all …]
/openbmc/qemu/common-user/host/mips/
H A Dsafe-syscall.inc.S35 #define FRAME 40 macro
39 #define FRAME 16 macro
44 NESTED(safe_syscall_base, FRAME, ra)
46 PTR_ADDIU sp, sp, -FRAME
47 .cfi_adjust_cfa_offset FRAME
67 lw a2, FRAME+16(sp)
68 lw a3, FRAME+20(sp)
69 lw t4, FRAME+24(sp)
70 lw t5, FRAME+28(sp)
71 lw t6, FRAME+32(sp)
[all …]
/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c225 static bool parse_extcontext(struct extctx_layout *extctx, abi_ptr frame) in parse_extcontext() argument
232 if (get_user_u32(magic, frame) || get_user_u32(size, frame + 4)) { in parse_extcontext()
238 extctx->end.gaddr = frame; in parse_extcontext()
248 extctx->fpu.gaddr = frame; in parse_extcontext()
257 extctx->lsx.gaddr = frame; in parse_extcontext()
266 extctx->lasx.gaddr = frame; in parse_extcontext()
274 frame += size; in parse_extcontext()
353 struct target_rt_sigframe *frame; in setup_rt_frame() local
361 frame = lock_user(VERIFY_WRITE, frame_addr, in setup_rt_frame()
362 sizeof(*frame) + extctx.size, 0); in setup_rt_frame()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/
H A Dpessimizing-move.patch3 | ../../frame-2.5.0/src/x11/device_x11.cpp:126:13: error: moving a temporary object prevents copy e…
4 | std::move(UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis)));
6 | ../../frame-2.5.0/src/x11/device_x11.cpp:126:13: note: remove std::move call here
7 | std::move(UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis)));
14 Index: frame-2.5.0/src/x11/device_x11.cpp
16 --- frame-2.5.0.orig/src/x11/device_x11.cpp
17 +++ frame-2.5.0/src/x11/device_x11.cpp
23 - std::move(UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis)));
24 + axes_[type] = UniqueUFAxis(static_cast<oif::frame::UFAxis*>(axis));
/openbmc/qemu/linux-user/xtensa/
H A Dsignal.c109 static int setup_sigcontext(struct target_rt_sigframe *frame, in setup_sigcontext() argument
112 struct target_sigcontext *sc = &frame->uc.tuc_mcontext; in setup_sigcontext()
159 struct target_rt_sigframe *frame; in setup_rt_frame() local
168 frame_addr = get_sigframe(ka, env, sizeof(*frame)); in setup_rt_frame()
182 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_rt_frame()
187 frame->info = *info; in setup_rt_frame()
190 __put_user(0, &frame->uc.tuc_flags); in setup_rt_frame()
191 __put_user(0, &frame->uc.tuc_link); in setup_rt_frame()
192 target_save_altstack(&frame->uc.tuc_stack, env); in setup_rt_frame()
193 if (!setup_sigcontext(frame, env)) { in setup_rt_frame()
[all …]
/openbmc/qemu/linux-user/mips/
H A Dsignal.c202 struct sigframe *frame; in setup_frame() local
206 frame_addr = get_sigframe(ka, regs, sizeof(*frame)); in setup_frame()
208 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_frame()
212 setup_sigcontext(regs, &frame->sf_sc); in setup_frame()
215 __put_user(set->sig[i], &frame->sf_mask.sig[i]); in setup_frame()
238 unlock_user_struct(frame, frame_addr, 1); in setup_frame()
247 struct sigframe *frame; in do_sigreturn() local
255 if (!lock_user_struct(VERIFY_READ, frame, frame_addr, 1)) in do_sigreturn()
259 __get_user(target_set.sig[i], &frame->sf_mask.sig[i]); in do_sigreturn()
265 restore_sigcontext(regs, &frame->sf_sc); in do_sigreturn()
[all …]
/openbmc/qemu/linux-user/hppa/
H A Dsignal.c115 struct target_rt_sigframe *frame; in setup_rt_frame() local
128 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_rt_frame()
132 frame->info = *info; in setup_rt_frame()
133 frame->uc.tuc_flags = 0; in setup_rt_frame()
134 frame->uc.tuc_link = 0; in setup_rt_frame()
136 target_save_altstack(&frame->uc.tuc_stack, env); in setup_rt_frame()
139 __put_user(set->sig[i], &frame->uc.tuc_sigmask.sig[i]); in setup_rt_frame()
142 setup_sigcontext(&frame->uc.tuc_mcontext, env); in setup_rt_frame()
144 unlock_user_struct(frame, frame_addr, 1); in setup_rt_frame()
149 env->gr[25] = h2g(&frame->info); in setup_rt_frame()
[all …]
/openbmc/qemu/linux-user/ppc/
H A Dsignal.c243 static void save_user_regs(CPUPPCState *env, struct target_mcontext *frame) in save_user_regs() argument
255 __put_user(env->gpr[i], &frame->mc_gregs[i]); in save_user_regs()
257 __put_user(env->nip, &frame->mc_gregs[TARGET_PT_NIP]); in save_user_regs()
258 __put_user(env->ctr, &frame->mc_gregs[TARGET_PT_CTR]); in save_user_regs()
259 __put_user(env->lr, &frame->mc_gregs[TARGET_PT_LNK]); in save_user_regs()
260 __put_user(cpu_read_xer(env), &frame->mc_gregs[TARGET_PT_XER]); in save_user_regs()
263 __put_user(ccr, &frame->mc_gregs[TARGET_PT_CCR]); in save_user_regs()
270 ppc_avr_t *vreg = (ppc_avr_t *)&frame->mc_vregs.altivec[i]; in save_user_regs()
276 vrsave = (uint32_t *)&frame->mc_vregs.altivec[33]; in save_user_regs()
277 /* 64-bit needs to put a pointer to the vectors in the frame */ in save_user_regs()
[all …]
/openbmc/qemu/linux-user/i386/
H A Dsignal.c294 * Set up a signal frame.
446 struct sigframe *frame; in setup_frame() local
458 frame = lock_user(VERIFY_WRITE, frame_addr, total_size, 0); in setup_frame()
459 if (!frame) { in setup_frame()
464 fxstate = (void *)frame + (fxstate_addr - frame_addr); in setup_frame()
468 fpstate = (void *)frame + (fpstate_addr - frame_addr); in setup_frame()
471 setup_sigcontext(env, &frame->sc, set->sig[0], fpkind, in setup_frame()
475 __put_user(set->sig[i], &frame->extramask[i - 1]); in setup_frame()
481 __put_user(ka->sa_restorer, &frame->pretcode); in setup_frame()
484 install_sigtramp(frame->retcode); in setup_frame()
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h373 * @DPMAC_CNT_ING_FRAME_64: counts 64-octet frame, good or bad.
374 * @DPMAC_CNT_ING_FRAME_127: counts 65- to 127-octet frame, good or bad.
375 * @DPMAC_CNT_ING_FRAME_255: counts 128- to 255-octet frame, good or bad.
376 * @DPMAC_CNT_ING_FRAME_511: counts 256- to 511-octet frame, good or bad.
377 * @DPMAC_CNT_ING_FRAME_1023: counts 512- to 1023-octet frame, good or bad.
378 * @DPMAC_CNT_ING_FRAME_1518: counts 1024- to 1518-octet frame, good or bad.
379 * @DPMAC_CNT_ING_FRAME_1519_MAX: counts 1519-octet frame and larger
380 * (up to max frame length specified),
384 * @DPMAC_CNT_ING_JABBER: counts packet longer than the maximum frame length
385 * specified, with a bad frame check sequence.
[all …]
/openbmc/qemu/include/hw/net/
H A Dnpcm_gmac.h45 /* Frame length */
47 /* Frame length Shift*/
65 /* IPC Checksum Error/Giant Frame */
69 /* Frame Type */
115 /* Frame Flushed */
127 /* VLAN Frame */
320 /* Frame Receive All */
322 /* Frame HPF Filter*/
324 /* Frame SAF Filter*/
326 /* Frame SAIF Filter*/
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A D0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch14 tools/utouch-frame-test-mtdev.c | 1 +
17 diff --git a/tools/utouch-frame-test-mtdev.c b/tools/utouch-frame-test-mtdev.c
19 --- a/tools/utouch-frame-test-mtdev.c
20 +++ b/tools/utouch-frame-test-mtdev.c
/openbmc/qemu/linux-user/arm/
H A Dsignal.c175 struct sigframe *frame, abi_ulong sp_addr) in setup_return() argument
223 write_arm_fdpic_sigreturn(frame->retcode, in setup_return()
227 write_arm_sigreturn(frame->retcode, in setup_return()
235 __put_user((abi_ulong)ka->sa_restorer, &frame->retcode[3]); in setup_return()
304 /* Save coprocessor signal frame. */ in setup_sigframe()
324 struct sigframe *frame; in setup_frame() local
325 abi_ulong frame_addr = get_sigframe(ka, regs, sizeof(*frame)); in setup_frame()
328 if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { in setup_frame()
332 setup_sigframe(&frame->uc, set, regs); in setup_frame()
334 if (setup_return(regs, ka, usig, frame, frame_addr)) { in setup_frame()
[all …]

12345678910>>...30