Lines Matching +defs:val +defs:enable
73 u16 val = usbhs_read(priv, reg); in usbhs_bset() local
94 static void usbhs_sys_clock_ctrl(struct usbhs_priv *priv, int enable) in usbhs_sys_clock_ctrl()
99 void usbhs_sys_host_ctrl(struct usbhs_priv *priv, int enable) in usbhs_sys_host_ctrl()
102 u16 val = DCFM | DRPD | HSE | USBE; in usbhs_sys_host_ctrl() local
113 void usbhs_sys_function_ctrl(struct usbhs_priv *priv, int enable) in usbhs_sys_function_ctrl()
116 u16 val = HSE | USBE; in usbhs_sys_function_ctrl() local
135 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable) in usbhs_sys_function_pullup()
158 u16 val; in usbhs_usbreq_get_val() local
215 int usbhs_vbus_ctrl(struct usbhs_priv *priv, int enable) in usbhs_vbus_ctrl()
405 static void usbhsc_power_ctrl(struct usbhs_priv *priv, int enable) in usbhsc_power_ctrl()
446 int enable; in usbhsc_hotplug() local