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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c139 static int ohci_map_regs(ohci_state_t *ohcip);
676 if (ohci_map_regs(ohcip) != DDI_SUCCESS) {
1159 * ohci_map_regs:
1166 ohci_map_regs(ohci_state_t *ohcip) function
1171 USB_DPRINTF_L4(PRINT_MASK_ATTA, ohcip->ohci_log_hdl, "ohci_map_regs:");
1185 "ohci_map_regs: Map setup error");
1194 "ohci_map_regs: Config error");
1205 "ohci_map_regs: Memory base address access disabled");

Completed in 58 milliseconds