Lines Matching refs:prop
141 pcell_t *prop; in aml8726_usb_phy_attach() local
172 3 * sizeof(pcell_t), (void **)&prop); in aml8726_usb_phy_attach()
180 sc->pwr_en[i].dev = OF_device_from_xref(prop[i * 3]); in aml8726_usb_phy_attach()
181 sc->pwr_en[i].pin = prop[i * 3 + 1]; in aml8726_usb_phy_attach()
182 sc->pwr_en[i].pol = prop[i * 3 + 2]; in aml8726_usb_phy_attach()
190 OF_prop_free(prop); in aml8726_usb_phy_attach()
193 3 * sizeof(pcell_t), (void **)&prop); in aml8726_usb_phy_attach()
195 sc->hub_rst.dev = OF_device_from_xref(prop[0]); in aml8726_usb_phy_attach()
196 sc->hub_rst.pin = prop[1]; in aml8726_usb_phy_attach()
197 sc->hub_rst.pol = prop[2]; in aml8726_usb_phy_attach()
203 OF_prop_free(prop); in aml8726_usb_phy_attach()