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

/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/plat/imx6/
H A Dehci-imx6.c241 static volatile struct usb_phy_regs *_usb_phy1_regs = NULL; variable in typeref:struct:usb_phy_regs
262 if (_usb_phy1_regs == NULL) {
263 _usb_phy1_regs = GET_RESOURCE(o, USB_PHY1);
265 phy_regs = _usb_phy1_regs;

Completed in 27 milliseconds