Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c1477 int suspend_cfg = 0x14; in rk3588_usb2phy_tuning() local
1481 suspend_cfg |= 0x01; /* utmi_opmode = 2'b01 (no-driving) */ in rk3588_usb2phy_tuning()
1485 suspend_cfg |= 0x00; /* utmi_opmode = 2'b00 (normal) */ in rk3588_usb2phy_tuning()
1501 ret |= regmap_write(rphy->grf, 0x000c, GENMASK(20, 16) | suspend_cfg); in rk3588_usb2phy_tuning()