Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mtu3/
H A 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()
H A Dmtu3_hw_regs.h408 #define HS_ENABLE BIT(5) macro