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

/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/plat/imx6/
H A Dehci-imx6.c242 static volatile struct usb_phy_regs *_usb_phy2_regs = NULL; variable in typeref:struct:usb_phy_regs
272 if (_usb_phy2_regs == NULL) {
273 _usb_phy2_regs = GET_RESOURCE(o, USB_PHY2);
275 phy_regs = _usb_phy2_regs;

Completed in 30 milliseconds