Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dxhci-fsl.h15 #define USB3_PWRCTL_CLK_FREQ_MASK 0xFFC macro
H A Dxhci-omap.h50 #define USB3_PWRCTL_CLK_FREQ_MASK 0xFFC macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-zynqmp.c24 #define USB3_PWRCTL_CLK_FREQ_MASK 0xFFC macro
/openbmc/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c121 val &= ~(USB3_PWRCTL_CLK_CMD_MASK | USB3_PWRCTL_CLK_FREQ_MASK); in usb3_phy_partial_powerup()