Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-octeon.c59 # define USBDRD_UCTL_CTL_MPLL_MULTIPLIER GENMASK_ULL(46, 40) macro
323 val &= ~USBDRD_UCTL_CTL_MPLL_MULTIPLIER; in dwc3_octeon_setup()
324 val |= FIELD_PREP(USBDRD_UCTL_CTL_MPLL_MULTIPLIER, mpll_mul); in dwc3_octeon_setup()