Home
last modified time | relevance | path

Searched refs:risc_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/bt8xx/
H A Dbt878.c76 dma_free_coherent(&bt->dev->dev, bt->risc_size, bt->risc_cpu, in bt878_mem_free()
94 bt->risc_size = PAGE_SIZE; in bt878_mem_alloc()
95 bt->risc_cpu = dma_alloc_coherent(&bt->dev->dev, bt->risc_size, in bt878_mem_alloc()
H A Dbt878.h119 u32 risc_size; member