Home
last modified time | relevance | path

Searched refs:port_enables (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfsl-mph-dr-of.c202 pdata->port_enables |= FSL_USB2_PORT0_ENABLED; in fsl_usb2_mph_dr_of_probe()
205 pdata->port_enables |= FSL_USB2_PORT1_ENABLED; in fsl_usb2_mph_dr_of_probe()
H A Dehci-fsl.c342 if (pdata->port_enables & FSL_USB2_PORT0_ENABLED) in ehci_fsl_usb_setup()
346 if (pdata->port_enables & FSL_USB2_PORT1_ENABLED) in ehci_fsl_usb_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl_devices.h79 unsigned int port_enables; member