Searched defs:FWOHCI_DMA_CLEAR (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcireg.h99 #define FWOHCI_DMA_CLEAR(x, y) ((x) &= htole32(~(y))) macro
104 #define FWOHCI_DMA_CLEAR(x, y) ((x) &= ~(y)) macro

Completed in 62 milliseconds