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

/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/plat/exynos5/
H A Dehci-exynos5.c69 static void *_usb_regs = NULL; variable
203 if (_usb_regs == NULL) {
204 _usb_regs = GET_RESOURCE(io_ops, USB2_HOST_EHCI);
206 if (_usb_regs == NULL) {
221 err = ehci_host_init(hdev, (uintptr_t)_usb_regs, &board_pwren);
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/plat/imx6/
H A Dehci-imx6.c243 static volatile struct usb_regs *_usb_regs = NULL; variable in typeref:struct:usb_regs
318 if (_usb_regs == NULL) {
319 _usb_regs = GET_RESOURCE(ioops, USB);
321 if (_usb_regs == NULL) {
324 hc_regs = (struct usb_host_regs*)_usb_regs + id;
325 hc_ctrl = &_usb_regs->otg_ctrl + id;
361 hc_regs = (struct usb_host_regs*)_usb_regs + hdev->id;
397 otg_regs = (struct usb_otg_regs*)_usb_regs + odev->id;

Completed in 82 milliseconds