Searched refs:s_ptr (Results 1 – 3 of 3) sorted by relevance
938 u32 *s_ptr; in cs4297a_update_ptr() local960 s_ptr = (u32 *)&(d->dma_buf[d->swptr*4]); in cs4297a_update_ptr()963 u64 data = be64_to_cpu(*(u64 *)s_ptr); in cs4297a_update_ptr()968 if ((descr_a & M_DMA_DSCRA_A_ADDR) != CPHYSADDR((long)s_ptr)) { in cs4297a_update_ptr()990 left = ((be32_to_cpu(s_ptr[1]) & 0xff) << 8) | in cs4297a_update_ptr()991 ((be32_to_cpu(s_ptr[2]) >> 24) & 0xff); in cs4297a_update_ptr()992 right = (be32_to_cpu(s_ptr[2]) >> 4) & 0xffff; in cs4297a_update_ptr()1000 s_ptr = (u32 *)s->dma_adc.dma_buf; in cs4297a_update_ptr()1002 s_ptr += 8; in cs4297a_update_ptr()
1926 const int s_ptr = sizeof(char *); local1929 bytes_left = ipath->fspath->bytes_left > s_ptr ?1930 ipath->fspath->bytes_left - s_ptr : 0;1932 fspath_min = (char *)ipath->fspath->val + (i + 1) * s_ptr;
666 uint s_ptr; /* source internal data pointer */ member