Searched refs:FWOHCI_DMA_WRITE (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcireg.h96 #define FWOHCI_DMA_WRITE(x, y) ((x) = htole32(y)) macro
101 #define FWOHCI_DMA_WRITE(x, y) ((x) = (y)) macro
H A Dfwohci.c841 FWOHCI_DMA_WRITE(db->db.desc.addr, s->ds_addr);
842 FWOHCI_DMA_WRITE(db->db.desc.cmd, s->ds_len);
843 FWOHCI_DMA_WRITE(db->db.desc.res, 0);
928 FWOHCI_DMA_WRITE(db->db.desc.cmd,
930 FWOHCI_DMA_WRITE(db->db.desc.addr, 0);
931 FWOHCI_DMA_WRITE(db->db.desc.res, 0);
934 FWOHCI_DMA_WRITE(db->db.desc.res,
941 FWOHCI_DMA_WRITE(ld[i], ld[i]);
999 FWOHCI_DMA_WRITE(db->db.desc.depend,
1372 FWOHCI_DMA_WRITE(d
[all...]

Completed in 93 milliseconds