Searched defs:ohci_reg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1336 uint32_t ohci_reg; local
1356 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle,
1358 if ((ohci_reg & (OHCI_PHYC_RDREG | OHCI_PHYC_WRREG)) != 0) {
1367 ohci_reg = OHCI_PHYC_RDREG | ((address & 0xF) <<
1370 ohci_reg);
1383 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle,
1385 if ((ohci_reg & OHCI_PHYC_RDDONE) != 0) {
1439 uint32_t ohci_reg; local
1458 ohci_reg = ddi_get32(ohci_hdl->ohci_reg_handle,
1460 if ((ohci_reg
1834 uint32_t ohci_reg; local
[all...]

Completed in 61 milliseconds