Searched refs:boundary (Results 51 - 68 of 68) sorted by relevance

123

/linux-master/drivers/dma/
H A Dat_hdmac.c227 * @boundary: number of transfers to perform before the automatic address increment operation
228 * @dst_hole: value to add to the destination address when the boundary has been reached
229 * @src_hole: value to add to the source address when the boundary has been reached
240 size_t boundary; member in struct:at_desc
580 FIELD_PREP(ATC_SPIP_BOUNDARY, desc->boundary));
583 FIELD_PREP(ATC_DPIP_BOUNDARY, desc->boundary));
951 desc->boundary = first->size >> dwidth;
/linux-master/include/linux/
H A Dbuffer_head.h132 BUFFER_FNS(Boundary, boundary)
/linux-master/sound/core/oss/
H A Dpcm_oss.c1003 sw_params->start_threshold = runtime->boundary;
1007 sw_params->stop_threshold = runtime->boundary;
2055 appl_ptr %= runtime->boundary;
2100 runtime->start_threshold = runtime->boundary;
2127 runtime->start_threshold = runtime->boundary;
2225 n += runtime->boundary;
2937 runtime->stop_threshold = runtime->boundary;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c818 bus_size_t alignment, bus_size_t boundary,
838 dmat->boundary = boundary;
817 ahc_dma_tag_create(struct ahc_softc *ahc, bus_dma_tag_t parent, bus_size_t alignment, bus_size_t boundary, dma_addr_t lowaddr, dma_addr_t highaddr, bus_dma_filter_t *filter, void *filterarg, bus_size_t maxsize, int nsegments, bus_size_t maxsegsz, int flags, bus_dma_tag_t *ret_tag) argument
H A Daic79xx_osm.c918 bus_size_t alignment, bus_size_t boundary,
938 dmat->boundary = boundary;
917 ahd_dma_tag_create(struct ahd_softc *ahd, bus_dma_tag_t parent, bus_size_t alignment, bus_size_t boundary, dma_addr_t lowaddr, dma_addr_t highaddr, bus_dma_filter_t *filter, void *filterarg, bus_size_t maxsize, int nsegments, bus_size_t maxsegsz, int flags, bus_dma_tag_t *ret_tag) argument
/linux-master/arch/sh/lib/
H A Dcopy_page.S174 ! Align dest to a 32 byte boundary
H A Dmemcpy-sh4.S240 ! First align destination to a long word boundary.
/linux-master/drivers/md/dm-vdo/
H A Dencodings.c440 struct boundary *old_sizes,
442 struct boundary *new_sizes)
/linux-master/drivers/md/
H A Dmd-bitmap.c212 loff_t start, loff_t boundary)
215 start + opt_size / SECTOR_SIZE <= boundary)
217 if (start + io_size / SECTOR_SIZE <= boundary)
220 /* Overflows boundary */
211 bitmap_io_size(unsigned int io_size, unsigned int opt_size, loff_t start, loff_t boundary) argument
/linux-master/arch/sparc/lib/
H A DM7memcpy.S37 * if src & dst aligned on word boundary but not long word boundary,
39 * if src & dst aligned on long word boundary
43 * move enough bytes to get src to word boundary
44 * if dst now on word boundary
47 * if dst now on half word boundary
56 * move bytes until dst is on long word boundary
57 * if( src is on long word boundary ) {
63 * align dst on 64 byte boundary; for main data movement:
82 * align dst on 64 byte boundary; prefetc
[all...]
H A Dchecksum_32.S321 andcc %o1, 4, %g0 ! dest aligned on 4 or 8 byte boundary?
/linux-master/include/uapi/sound/
H A Dasound.h445 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
447 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params
533 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
540 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
574 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
584 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
/linux-master/rust/
H A DMakefile271 bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
/linux-master/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h445 snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
447 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params
533 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
540 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
574 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
584 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c754 u32 boundary = TX_PAGE_BOUNDARY; local
764 if (!rtl92c_init_llt_table(hw, boundary)) {
/linux-master/sound/core/
H A Dpcm.c430 snd_iprintf(buffer, "boundary: %lu\n", runtime->boundary);
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c199 int tx_boundary; /* boundary transmits cannot cross */
1235 /* start next packet on a cacheline boundary */
1239 /* don't cross a 4KB boundary */
2636 int cum_len, seglen, boundary, rdma_count; local
2770 boundary =
2772 seglen = boundary - low;
3048 * Enable ECRC to align PCI-E Completion packets on an 8-byte boundary.
3118 * boundary. Some PCI-E chip sets always align Completion packets; on
/linux-master/arch/x86/crypto/
H A Dsha256-avx2-asm.S538 and $-32, %rsp # align rsp to 32 byte boundary

Completed in 337 milliseconds

123