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

/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci.c39 ehci_usbcmd_hcr_wrf(&hc->ehci_base, 1);
45 if (ehci_usbcmd_hcr_rdf(&hc->ehci_base)) {
56 if (ehci_usbcmd_hcr_rdf(&hc->ehci_base)) {
68 if ((ehci_usbcmd_rawrd(&hc->ehci_base) & 0xFFFFF0FF) != 0x00080000) {
72 if (ehci_usbsts_rawrd(&hc->ehci_base) != 0x00001000) {
76 if (ehci_usbintr_rawrd(&hc->ehci_base) != 0x00000000) {
80 if (ehci_frindex_rawrd(&hc->ehci_base) != 0x00000000) {
84 if (ehci_ctrldssegment_rawrd(&hc->ehci_base) != 0x00000000) {
88 if (ehci_configflag_rawrd(&hc->ehci_base) != 0x00000000) {
92 if ((ehci_portsc_rawrd(&hc->ehci_base,
[all...]
H A Dusb_ehci_root_hub.c138 ehci_portsc_t ps = ehci_portsc_rd(&hc->ehci_base, i);
207 &hc->ehci_base);
209 .power_mode = ehci_hcsparams_ppc_rdf(&hc->ehci_base);
337 ehci_portsc_ped_wrf(&hc->ehci_base, req->wIndex, 0);
340 if (ehci_portsc_sus_rdf(&hc->ehci_base, req->wIndex)
341 && (!ehci_portsc_fpr_rdf(&hc->ehci_base, req->wIndex))) {
342 ehci_portsc_fpr_wrf(&hc->ehci_base, req->wIndex, 1);
346 ehci_portsc_sus_wrf(&hc->ehci_base, req->wIndex, 0);
347 ehci_portsc_fpr_wrf(&hc->ehci_base, req->wIndex, 0);
348 ehci_portsc_ls_wrf(&hc->ehci_base, re
[all...]
H A Dusb_ehci.h660 struct ehci_t ehci_base; ///< the mackerel device base member in struct:usb_ehci_hc
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Domap44xx.c36 static omap44xx_ehci_t ehci_base; variable
301 omap44xx_ehci_insnreg05_ulpi_wr(&ehci_base, ulpi);
303 while (omap44xx_ehci_insnreg05_ulpi_control_rdf(&ehci_base)) {
312 omap44xx_ehci_insnreg05_ulpi_wr(&ehci_base, ulpi);
314 while (omap44xx_ehci_insnreg05_ulpi_control_rdf(&ehci_base)) {
317 if (omap44xx_ehci_insnreg05_ulpi_rdwrdata_rdf(&ehci_base) & (0x1 << 5)) {
323 omap44xx_ehci_insnreg05_ulpi_wr(&ehci_base, ulpi);
325 while (omap44xx_ehci_insnreg05_ulpi_control_rdf(&ehci_base)) {
329 uint8_t line_state = omap44xx_ehci_insnreg05_ulpi_rdwrdata_rdf(&ehci_base) & 0x1;
516 omap44xx_ehci_initialize(&ehci_base, (mackerel_addr_
[all...]

Completed in 35 milliseconds