Lines Matching refs:aw_usbphy_conf
62 struct aw_usbphy_conf { struct
69 static const struct aw_usbphy_conf a10_usbphy_conf = { argument
76 static const struct aw_usbphy_conf a13_usbphy_conf = {
83 static const struct aw_usbphy_conf a20_usbphy_conf = {
90 static const struct aw_usbphy_conf a31_usbphy_conf = {
97 static const struct aw_usbphy_conf h3_usbphy_conf = {
104 static const struct aw_usbphy_conf a64_usbphy_conf = {
111 static const struct aw_usbphy_conf a83t_usbphy_conf = {
118 static const struct aw_usbphy_conf h6_usbphy_conf = {
125 static const struct aw_usbphy_conf d1_usbphy_conf = {
153 struct aw_usbphy_conf *phy_conf;
232 sc->phy_conf = (struct aw_usbphy_conf *)ofw_bus_search_compatible(dev, compat_data)->ocd_data; in awusbphy_init()