Searched refs:WRITE_TO_PCI (Results 1 – 1 of 1) sorted by relevance
20 #define WRITE_TO_PCI (1 << 3) macro22 #define DESCRIPTOR_FLAG_MSK (END_OF_CHAIN | INTERRUPT_ENABLE | WRITE_TO_PCI)212 (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()258 (to_pci ? WRITE_TO_PCI : 0) | INTERRUPT_ENABLE; in descriptor_list_create()264 d->next_l = (u32)next | (to_pci ? WRITE_TO_PCI : 0); in descriptor_list_create()275 u32 direction = d->next_l & WRITE_TO_PCI; in descriptor_list_chain()