Searched refs:USB_PHY_CLR_SET_FM (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_usb_phy.c | 79 #define USB_PHY_CLR_SET_FM(_sc, _off, _clr, _set) \ macro 226 USB_PHY_CLR_SET_FM(sc, U2_PHY_FMMONR1, 0, FRCK_EN); in mtk_usb_phy_slew_rate_calibration() 228 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() 244 USB_PHY_CLR_SET_FM(sc, U2_PHY_FMMONR1, FRCK_EN, 0); in mtk_usb_phy_slew_rate_calibration()
|