Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dbcm6368-usbh-phy.c36 struct bcm6368_usbh_hw { struct
42 const struct bcm6368_usbh_hw *hw; argument
49 const struct bcm6368_usbh_hw *hw = priv->hw; in bcm6368_usbh_init()
73 static const struct bcm6368_usbh_hw bcm6328_hw = {
78 static const struct bcm6368_usbh_hw bcm6362_hw = {
83 static const struct bcm6368_usbh_hw bcm6368_hw = {
88 static const struct bcm6368_usbh_hw bcm63268_hw = {
112 const struct bcm6368_usbh_hw *hw = in bcm6368_usbh_probe()
113 (const struct bcm6368_usbh_hw *)dev_get_driver_data(dev); in bcm6368_usbh_probe()