Home
last modified time | relevance | path

Searched refs:HS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/usb/mtu3/
Dmtu3_core.c244 mtu3_clrbits(mbase, U3D_POWER_MANAGEMENT, HS_ENABLE); in mtu3_set_speed()
249 mtu3_setbits(mbase, U3D_POWER_MANAGEMENT, HS_ENABLE); in mtu3_set_speed()
252 mtu3_setbits(mbase, U3D_POWER_MANAGEMENT, HS_ENABLE); in mtu3_set_speed()
257 mtu3_setbits(mbase, U3D_POWER_MANAGEMENT, HS_ENABLE); in mtu3_set_speed()
Dmtu3_hw_regs.h391 #define HS_ENABLE BIT(5) macro