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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci.c844 FWOHCI_DMA_WRITE(db->db.desc.addr, s->ds_addr);
845 FWOHCI_DMA_WRITE(db->db.desc.cmd, s->ds_len);
846 FWOHCI_DMA_WRITE(db->db.desc.res, 0);
931 FWOHCI_DMA_WRITE(db->db.desc.cmd,
933 FWOHCI_DMA_WRITE(db->db.desc.addr, 0);
934 FWOHCI_DMA_WRITE(db->db.desc.res, 0);
937 FWOHCI_DMA_WRITE(db->db.desc.res,
944 FWOHCI_DMA_WRITE(ld[i], ld[i]);
1002 FWOHCI_DMA_WRITE(db->db.desc.depend,
1375 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 61 milliseconds