Searched refs:FWOHCI_DMA_WRITE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/boot/i386/libfirewire/
H A Dfwohcireg.h94 #define FWOHCI_DMA_WRITE(x, y) ((x) = htole32(y)) macro
99 #define FWOHCI_DMA_WRITE(x, y) ((x) = (y)) macro
/freebsd-10-stable/sys/dev/firewire/
H A Dfwohci.c856 FWOHCI_DMA_WRITE(db->db.desc.addr, s->ds_addr);
857 FWOHCI_DMA_WRITE(db->db.desc.cmd, s->ds_len);
858 FWOHCI_DMA_WRITE(db->db.desc.res, 0);
943 FWOHCI_DMA_WRITE(db->db.desc.cmd,
945 FWOHCI_DMA_WRITE(db->db.desc.addr, 0);
946 FWOHCI_DMA_WRITE(db->db.desc.res, 0);
949 FWOHCI_DMA_WRITE(db->db.desc.res,
956 FWOHCI_DMA_WRITE(ld[i], ld[i]);
1014 FWOHCI_DMA_WRITE(db->db.desc.depend,
1397 FWOHCI_DMA_WRITE(d
[all...]
H A Dfwohcireg.h96 #define FWOHCI_DMA_WRITE(x, y) ((x) = htole32(y)) macro
101 #define FWOHCI_DMA_WRITE(x, y) ((x) = (y)) macro

Completed in 103 milliseconds