Searched refs:FWOHCI_DMA_WRITE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwohci.c | 842 FWOHCI_DMA_WRITE(db->db.desc.addr, s->ds_addr); 843 FWOHCI_DMA_WRITE(db->db.desc.cmd, s->ds_len); 844 FWOHCI_DMA_WRITE(db->db.desc.res, 0); 929 FWOHCI_DMA_WRITE(db->db.desc.cmd, 931 FWOHCI_DMA_WRITE(db->db.desc.addr, 0); 932 FWOHCI_DMA_WRITE(db->db.desc.res, 0); 935 FWOHCI_DMA_WRITE(db->db.desc.res, 942 FWOHCI_DMA_WRITE(ld[i], ld[i]); 1000 FWOHCI_DMA_WRITE(db->db.desc.depend, 1373 FWOHCI_DMA_WRITE(db[0].db.desc.depend, [all …]
|
H A D | fwohcireg.h | 95 #define FWOHCI_DMA_WRITE(x, y) ((x) = htole32(y)) macro 100 #define FWOHCI_DMA_WRITE(x, y) ((x) = (y)) macro
|