[go: nahoru, domu]

Searched refs:dma_off (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/musb/
H A Ddavinci.c91 static int dma_off = 1; variable
111 if (is_dma_capable() && !dma_off)
115 dma_off = 0;
139 if (is_dma_capable() && !dma_off)
H A Dtusb6010.c888 static int dma_off; variable
929 if (is_dma_capable() && dma_off)
933 dma_off = 1;
953 if (is_dma_capable() && !dma_off) {
956 dma_off = 1;
/drivers/block/rsxx/
H A Ddma.c646 unsigned int dma_off,
662 dma->sub_page.off = (dma_off >> 9);
693 unsigned int dma_off; local
733 dma_off = addr8 & RSXX_HW_BLK_MASK;
735 RSXX_HW_BLK_SIZE - dma_off);
739 dma_off, dma_len,
643 rsxx_queue_dma(struct rsxx_cardinfo *card, struct list_head *q, int dir, unsigned int dma_off, unsigned int dma_len, unsigned int laddr, struct page *page, unsigned int pg_off, rsxx_dma_cb cb, void *cb_data) argument
/drivers/mmc/host/
H A Dtifm_sd.c267 unsigned int dma_len, dma_blk_cnt, dma_off; local
294 dma_off = host->block_pos;
298 dma_off = host->block_pos;
313 dma_off = 0;
319 writel(sg_dma_address(sg) + dma_off, sock->addr + SOCK_DMA_ADDRESS);

Completed in 92 milliseconds