Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c150 struct scatterlist *scatter_list, bool to_pci, unsigned sglen, in descriptor_list_create() argument
197 if (to_pci) in descriptor_list_create()
212 (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()
258 (to_pci ? WRITE_TO_PCI : 0) | INTERRUPT_ENABLE; in descriptor_list_create()
259 if (!to_pci) in descriptor_list_create()
264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()
H A Dcobalt-omnitek.h35 struct scatterlist *scatter_list, bool to_pci, unsigned sglen,