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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwohcireg.h98 #define FWOHCI_DMA_SET(x, y) ((x) |= htole32(y)) macro
103 #define FWOHCI_DMA_SET(x, y) ((x) |= (y)) macro
H A Dfwohci.c989 FWOHCI_DMA_SET(db_tr->db[i].db.desc.cmd,
1000 FWOHCI_DMA_SET(db->db.desc.cmd,
1009 FWOHCI_DMA_SET(db->db.desc.depend, db_tr->dbcnt);
1380 FWOHCI_DMA_SET(
1384 FWOHCI_DMA_SET(
1447 FWOHCI_DMA_SET(
1544 FWOHCI_DMA_SET(db[ldesc].db.desc.cmd,
1552 FWOHCI_DMA_SET(db[0].db.desc.depend, dbch->ndesc);
1553 FWOHCI_DMA_SET(db[ldesc].db.desc.depend, dbch->ndesc);
1675 FWOHCI_DMA_SET(db_t
[all...]

Completed in 103 milliseconds