ylen 88 drivers/dma/sirf-dma.c int ylen; /* DMA ylen */ ylen 175 drivers/dma/sirf-dma.c writel_relaxed(sdesc->ylen, base + SIRFSOC_DMA_CH_YLEN); ylen 177 drivers/dma/sirf-dma.c writel_relaxed((sdesc->width*((sdesc->ylen+1)>>1)), ylen 203 drivers/dma/sirf-dma.c writel_relaxed(sdesc->ylen, base + cid * 0x10 + SIRFSOC_DMA_CH_YLEN); ylen 223 drivers/dma/sirf-dma.c writel_relaxed(sdesc->ylen, base + cid * 0x10 + SIRFSOC_DMA_CH_YLEN); ylen 663 drivers/dma/sirf-dma.c dma_request_bytes = (sdesc->xlen + 1) * (sdesc->ylen + 1) * ylen 731 drivers/dma/sirf-dma.c sdesc->ylen = xt->numf - 1; ylen 796 drivers/dma/sirf-dma.c sdesc->ylen = buf_len / SIRFSOC_DMA_WORD_LEN - 1; ylen 1095 drivers/dma/sirf-dma.c writel_relaxed(sdesc->ylen, ylen 122 drivers/media/pci/bt8xx/bttv-risc.c unsigned int instructions,line,todo,ylen,chroma; ylen 174 drivers/media/pci/bt8xx/bttv-risc.c for (todo = ybpl; todo > 0; todo -= ylen) { ylen 182 drivers/media/pci/bt8xx/bttv-risc.c ylen = todo; ylen 183 drivers/media/pci/bt8xx/bttv-risc.c if (yoffset + ylen > sg_dma_len(ysg)) ylen 184 drivers/media/pci/bt8xx/bttv-risc.c ylen = sg_dma_len(ysg) - yoffset; ylen 195 drivers/media/pci/bt8xx/bttv-risc.c if (uoffset + (ylen>>hshift) > sg_dma_len(usg)) ylen 196 drivers/media/pci/bt8xx/bttv-risc.c ylen = (sg_dma_len(usg) - uoffset) << hshift; ylen 197 drivers/media/pci/bt8xx/bttv-risc.c if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) ylen 198 drivers/media/pci/bt8xx/bttv-risc.c ylen = (sg_dma_len(vsg) - voffset) << hshift; ylen 205 drivers/media/pci/bt8xx/bttv-risc.c if (ylen == todo) ylen 209 drivers/media/pci/bt8xx/bttv-risc.c *(rp++)=cpu_to_le32(ri | ylen); ylen 210 drivers/media/pci/bt8xx/bttv-risc.c *(rp++)=cpu_to_le32(((ylen >> hshift) << 16) | ylen 211 drivers/media/pci/bt8xx/bttv-risc.c (ylen >> hshift)); ylen 213 drivers/media/pci/bt8xx/bttv-risc.c yoffset += ylen; ylen 216 drivers/media/pci/bt8xx/bttv-risc.c uoffset += ylen >> hshift; ylen 218 drivers/media/pci/bt8xx/bttv-risc.c voffset += ylen >> hshift; ylen 17 tools/perf/lib/include/internal/xyarray.h struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); ylen 7 tools/perf/lib/xyarray.c struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) ylen 9 tools/perf/lib/xyarray.c size_t row_size = ylen * entry_size; ylen 15 tools/perf/lib/xyarray.c xy->entries = xlen * ylen; ylen 17 tools/perf/lib/xyarray.c xy->max_y = ylen; ylen 7 tools/perf/util/xyarray.c struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) ylen 9 tools/perf/util/xyarray.c size_t row_size = ylen * entry_size; ylen 15 tools/perf/util/xyarray.c xy->entries = xlen * ylen; ylen 17 tools/perf/util/xyarray.c xy->max_y = ylen;