Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mediatek/
H A Dmtk_usb_phy.c228 USB_PHY_CLR_SET_FM(sc, U2_PHY_FMCR0, CYCLECNT, 0x400); in mtk_usb_phy_slew_rate_calibration()
230 USB_PHY_CLR_SET_FM(sc, U2_PHY_FMCR0, 0, FDET_EN); in mtk_usb_phy_slew_rate_calibration()
242 USB_PHY_CLR_SET_FM(sc, U2_PHY_FMCR0, FDET_EN, 0); in mtk_usb_phy_slew_rate_calibration()
H A Dmtk_usb_phy.h57 #define U2_PHY_FMCR0 0x00 macro