Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-octeon.c76 # define USBDRD_UCTL_CTL_REF_CLK_FSEL GENMASK_ULL(37, 32) macro
320 val &= ~USBDRD_UCTL_CTL_REF_CLK_FSEL; in dwc3_octeon_setup()
321 val |= FIELD_PREP(USBDRD_UCTL_CTL_REF_CLK_FSEL, ref_clk_fsel); in dwc3_octeon_setup()