Searched refs:frame (Results 1 - 24 of 24) sorted by relevance

/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h16 * leaves all aspects of the frame content to the calling code; frames
22 * frame, process that frame's memory buffer (fill or read it), and then
23 * inform the protocol that the frame has been filled/read, i.e. advance the
26 * frame, or wait for the remote entity to send a notification to the local
71 * frame_size - The size of each frame in shared memory.
82 * tegra_ivc_read_get_next_frame - Locate the next frame to receive.
84 * Locate the next frame to be received/processed, return the address of the
85 * frame, and do not remove it from the queue. Repeated calls to this function
89 * @frame Pointe
[all...]
/u-boot/include/xen/
H A Dgnttab.h16 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame,
/u-boot/lib/zstd/decompress/
H A Dzstd_decompress_block.h50 const void* src, size_t srcSize, const int frame, const streaming_operation streaming);
H A Dzstd_decompress_block.c1326 const int frame)
1339 (void)frame;
1427 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1456 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1493 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1543 const int frame)
1556 (void)frame;
1595 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1631 const int frame)
1633 return ZSTD_decompressSequences_body(dctx, dst, maxDstSize, seqStart, seqSize, nbSeq, isLongOffset, frame);
1322 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1539 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1627 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1637 ZSTD_decompressSequencesSplitLitBuffer_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1667 ZSTD_decompressSequencesLong_body( ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1834 ZSTD_decompressSequencesLong_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1851 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1861 ZSTD_decompressSequencesSplitLitBuffer_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1873 ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1894 ZSTD_decompressSequences(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1908 ZSTD_decompressSequencesSplitLitBuffer(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1931 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1978 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const int frame, const streaming_operation streaming) argument
[all...]
/u-boot/arch/arm/mach-tegra/
H A Divc.c92 uint32_t frame)
94 BUG_ON(frame >= ivc->nframes);
97 (ivc->frame_size * frame);
102 uint32_t frame)
104 return (void *)tegra_ivc_frame_addr(ivc, ch, frame);
109 unsigned frame)
111 ulong base = tegra_ivc_frame_addr(ivc, h, frame);
117 unsigned frame)
119 ulong base = tegra_ivc_frame_addr(ivc, h, frame);
239 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, void **frame) argument
90 tegra_ivc_frame_addr(struct tegra_ivc *ivc, struct tegra_ivc_channel_header *h, uint32_t frame) argument
100 tegra_ivc_frame_pointer(struct tegra_ivc *ivc, struct tegra_ivc_channel_header *ch, uint32_t frame) argument
107 tegra_ivc_invalidate_frame(struct tegra_ivc *ivc, struct tegra_ivc_channel_header *h, unsigned frame) argument
115 tegra_ivc_flush_frame(struct tegra_ivc *ivc, struct tegra_ivc_channel_header *h, unsigned frame) argument
290 tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, void **frame) argument
[all...]
/u-boot/include/xen/interface/
H A Dgrant_table.h29 * 2. Write ent->frame:
31 * GTF_accept_transfer: Pseudo-phys frame slot being filled by new
32 * frame, or zero if none.
56 * transferred frame is written. It is safe for the guest to spin waiting
95 u32 frame; member in struct:grant_entry_v1
101 * GTF_permit_access: Allow @domid to map/access @frame.
102 * GTF_accept_transfer: Allow @domid to transfer ownership of one page frame
103 * to this guest. Xen writes the page number to @frame.
134 * to transferring ownership of a page frame. When a guest sees this flag
138 * after reading GTF_transfer_committed. Xen will always write the frame
185 u64 frame; member in struct:grant_entry_v2::__anon9
197 u64 frame; member in struct:grant_entry_v2::__anon10
[all...]
H A Dmemory.h99 * Returns the maximum machine frame number of mapped RAM in this system.
308 * IN - the index of the initial frame to be mapped. This parameter
311 u64 frame; member in struct:xen_mem_acquire_resource
/u-boot/drivers/xen/
H A Dgnttab.c69 * gnttab_grant_access() - Allow access to the given frame.
73 * @frame: the number of the shared frame
74 * @readonly: determines whether the frame is shared read-only or read-write
78 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly) argument
83 gnttab_table[ref].frame = frame;
/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h50 u16 frame; /* for periodic schedule */ member in struct:musb_qh
H A Dmusb_host.c195 u16 frame; local
222 qh->frame = 0;
261 frame = musb_readw(mbase, MUSB_FRAME);
267 || (frame >= urb->start_frame)) {
271 qh->frame = 0;
275 qh->frame = urb->start_frame;
1876 * 4 (8 frame or 8ms) for FS device.
H A Dmusb_core.h305 u16 frame; member in struct:musb_context_registers
H A Dmusb_core.c853 * limits of a given frame or microframe.
866 u16 frame;
871 /* start any periodic Tx transfers waiting for current frame */
872 frame = musb_readw(mbase, MUSB_FRAME);
881 if (ep->dwWaitFrame >= frame) {
2243 musb->context.frame = musb_readw(musb_base, MUSB_FRAME);
2320 musb_writew(musb_base, MUSB_FRAME, musb->context.frame);
/u-boot/arch/riscv/
H A DMakefile52 ARCH_FLAGS += -fno-omit-frame-pointer
/u-boot/arch/mips/include/asm/
H A Dasm.h35 symbol: .frame sp, 0, ra; \
48 symbol: .frame sp, framesize, rpc; \
/u-boot/test/py/
H A Du_boot_utils.py277 frame = inspect.stack()[1]
278 module = inspect.getmodule(frame[0])
/u-boot/arch/arm/lib/
H A Dvectors.S181 @ IRQ stack frame.
214 @ carve out a frame on current user stack
/u-boot/arch/xtensa/cpu/
H A Dstart.S300 * the current, create new pristine stack frame and start from scratch.
382 addi a1, a1, -16 - 4 # create a small stack frame
458 mov a2, a1 # Provide stack frame as only argument
462 mov a6, a1 # Provide stack frame as only argument
528 l32i a1, a1, PT_AREG + 1 * 4 # Remove ptrace stack frame
/u-boot/arch/x86/
H A Dconfig.mk6 PLATFORM_CPPFLAGS += -fomit-frame-pointer
/u-boot/drivers/net/
H A Dmacb.c194 unsigned long frame; local
200 frame = (MACB_BF(SOF, 1)
206 macb_writel(macb, MAN, frame);
221 unsigned long frame; local
227 frame = (MACB_BF(SOF, 1)
232 macb_writel(macb, MAN, frame);
238 frame = macb_readl(macb, MAN);
244 return MACB_BFEXT(DATA, frame);
384 printf("%s: TX buffers exhausted in mid frame\n", name);
/u-boot/drivers/usb/musb/
H A Dmusb_core.h59 u16 frame; member in struct:musb_regs
H A Dmusb_udc.c130 w = readw(&musbr->frame);
376 * usb state machine is out of sync for a few frame.
/u-boot/drivers/usb/host/
H A Dohci-hcd.c475 dbg("hcca frame #%04x", controller->hcca->frame_no);
575 /* tell us the current USB frame number */
1903 /* dbg("Interrupt: %x frame: %x", ints,
1945 unsigned int frame = m16_swap(ohci->hcca->frame_no) & 1; local
1948 if (ohci->ed_rm_list[frame] != NULL)
/u-boot/tools/buildman/
H A Dbuilder.py405 def signal_handler(self, signal, frame):
/u-boot/
H A DMakefile290 KBUILD_HOSTCFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
695 KBUILD_HOSTCFLAGS := -Wall -Wstrict-prototypes -Og -g -fomit-frame-pointer \

Completed in 152 milliseconds