Lines Matching refs:tune
141 u32 tune; member
474 usbphyc_phy->tune |= INCURREN | FIELD_PREP(INCURRINT, val); in stm32_usbphyc_phy_tuning()
481 usbphyc_phy->tune |= LFSCAPEN; in stm32_usbphyc_phy_tuning()
484 usbphyc_phy->tune |= HSDRVSLEW; in stm32_usbphyc_phy_tuning()
490 usbphyc_phy->tune |= HSDRVDCCUR; in stm32_usbphyc_phy_tuning()
493 usbphyc_phy->tune |= HSDRVCURINCR | FIELD_PREP(HSDRVDCLEV, val); in stm32_usbphyc_phy_tuning()
501 usbphyc_phy->tune |= FSDRVRFADJ; in stm32_usbphyc_phy_tuning()
504 usbphyc_phy->tune |= HSDRVRFRED; in stm32_usbphyc_phy_tuning()
509 usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKITRM, val); in stm32_usbphyc_phy_tuning()
517 usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKZTRM, val); in stm32_usbphyc_phy_tuning()
525 usbphyc_phy->tune |= FIELD_PREP(SQLCHCTL, val); in stm32_usbphyc_phy_tuning()
531 usbphyc_phy->tune |= HDRXGNEQEN; in stm32_usbphyc_phy_tuning()
536 usbphyc_phy->tune |= FIELD_PREP(HSRXOFF, val); in stm32_usbphyc_phy_tuning()
542 usbphyc_phy->tune |= HSFALLPREEM; in stm32_usbphyc_phy_tuning()
545 usbphyc_phy->tune |= SHTCCTCTLPROT; in stm32_usbphyc_phy_tuning()
548 usbphyc_phy->tune |= STAGSEL; in stm32_usbphyc_phy_tuning()
551 usbphyc_phy->tune |= FIELD_PREP(OTPCOMP, otpcomp); in stm32_usbphyc_phy_tuning()
557 writel_relaxed(usbphyc_phy->tune, usbphyc->base + reg); in stm32_usbphyc_phy_tuning()
797 writel_relaxed(usbphyc_phy->tune, usbphyc->base + STM32_USBPHYC_TUNE(port)); in stm32_usbphyc_resume()