/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);
|