Searched refs:PCI_SYNC_FLAG_SIZE (Results 1 – 3 of 3) sorted by relevance
85 vmem_xalloc(static_alloc_arena, PCI_SYNC_FLAG_SIZE, in sc_create()86 PCI_SYNC_FLAG_SIZE, 0, 0, NULL, NULL, VM_SLEEP); in sc_create()124 PCI_SYNC_FLAG_SIZE); in sc_destroy()
102 sync_flag_pa += PCI_SYNC_FLAG_SIZE; in pci_dma_sync_flag_wait()110 ASSERT(!(sync_flag_pa & PCI_SYNC_FLAG_SIZE - 1)); in pci_dma_sync_flag_wait()1089 ASSERT(!(SYNC_BUF_PA(mp) & PCI_SYNC_FLAG_SIZE - 1)); in pci_dma_sync_unmap()
153 #define PCI_SYNC_FLAG_SIZE (1 << PCI_SYNC_FLAG_SZSHIFT) macro