Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dkeystone-usb-phy.c18 #define USB_PHY_CTL_CLOCK 0x0010 macro
39 val = readl(keystone->reg + USB_PHY_CTL_CLOCK); in keystone_usb_init()
42 writel(val, keystone->reg + USB_PHY_CTL_CLOCK); in keystone_usb_init()
53 val = readl(keystone->reg + USB_PHY_CTL_CLOCK); in keystone_usb_power_on()
55 writel(val, keystone->reg + USB_PHY_CTL_CLOCK); in keystone_usb_power_on()
66 val = readl(keystone->reg + USB_PHY_CTL_CLOCK); in keystone_usb_power_off()
68 writel(val, keystone->reg + USB_PHY_CTL_CLOCK); in keystone_usb_power_off()
/openbmc/linux/drivers/usb/phy/
H A Dphy-keystone.c23 #define USB_PHY_CTL_CLOCK 0x0010 macro
49 val = keystone_usbphy_readl(k_phy->phy_ctrl, USB_PHY_CTL_CLOCK); in keystone_usbphy_init()
50 keystone_usbphy_writel(k_phy->phy_ctrl, USB_PHY_CTL_CLOCK, in keystone_usbphy_init()
60 val = keystone_usbphy_readl(k_phy->phy_ctrl, USB_PHY_CTL_CLOCK); in keystone_usbphy_shutdown()
61 keystone_usbphy_writel(k_phy->phy_ctrl, USB_PHY_CTL_CLOCK, in keystone_usbphy_shutdown()