Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwohcireg.h104 #define FWOHCI_DMA_CLEAR(x, y) ((x) &= htole32(~(y))) macro
109 #define FWOHCI_DMA_CLEAR(x, y) ((x) &= ~(y)) macro