HomeSort by: relevance | last modified time | path
    Searched defs:usbh_enable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/alchemy/dev/
ohci_aubus.c 78 bus_addr_t usbh_base, usbh_enable; local in function:ohci_aubus_attach
82 usbh_enable = aa->aa_addrs[1];
103 x = bus_space_read_4(sc->iot, sc->ioh, usbh_enable);
105 bus_space_write_4(sc->iot, sc->ioh, usbh_enable, x);
111 bus_space_write_4(sc->iot, sc->ioh, usbh_enable, x);
117 /* Need to read USBH_ENABLE twice in succession according to
121 bus_space_read_4(sc->iot, sc->ioh, usbh_enable);
122 tmp = bus_space_read_4(sc->iot, sc->ioh, usbh_enable);
ohci_aubus.c 78 bus_addr_t usbh_base, usbh_enable; local in function:ohci_aubus_attach
82 usbh_enable = aa->aa_addrs[1];
103 x = bus_space_read_4(sc->iot, sc->ioh, usbh_enable);
105 bus_space_write_4(sc->iot, sc->ioh, usbh_enable, x);
111 bus_space_write_4(sc->iot, sc->ioh, usbh_enable, x);
117 /* Need to read USBH_ENABLE twice in succession according to
121 bus_space_read_4(sc->iot, sc->ioh, usbh_enable);
122 tmp = bus_space_read_4(sc->iot, sc->ioh, usbh_enable);

Completed in 26 milliseconds