Home
last modified time | relevance | path

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

/drivers/media/pci/cobalt/
Dcobalt-omnitek.c162 struct scatterlist *scatter_list, bool to_pci, unsigned sglen, in descriptor_list_create() argument
209 if (to_pci) in descriptor_list_create()
224 (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()
270 (to_pci ? WRITE_TO_PCI : 0) | INTERRUPT_ENABLE; in descriptor_list_create()
271 if (!to_pci) in descriptor_list_create()
276 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()
Dcobalt-omnitek.h47 struct scatterlist *scatter_list, bool to_pci, unsigned sglen,