Searched refs:OHCI_INT_PW_ERR (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/boot/i386/libfirewire/
H A Dfwohcireg.h343 #define OHCI_INT_PW_ERR (0x1 << 8) macro
H A Dfwohci.c422 stat & OHCI_INT_PW_ERR ? "DMA_PW_ERR ":"",
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwohcireg.h426 #define OHCI_INT_PW_ERR (0x1 << 8) macro
H A Dfwohci.c602 | OHCI_INT_PHY_BUS_R | OHCI_INT_PW_ERR);
1827 stat & OHCI_INT_PW_ERR ? "DMA_PW_ERR ":"",
1984 if (stat & OHCI_INT_PW_ERR) {

Completed in 100 milliseconds