Home
last modified time | relevance | path

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

/freebsd/sys/dev/eqos/
H A Dif_eqos_fdt.c96 pcell_t delay_prop[3]; in eqos_phy_reset() local
108 delay_prop, sizeof(delay_prop)) <= 0) { in eqos_phy_reset()
134 DELAY(delay_prop[0]); in eqos_phy_reset()
136 DELAY(delay_prop[1]); in eqos_phy_reset()
138 DELAY(delay_prop[2]); in eqos_phy_reset()
/freebsd/sys/dev/dwc/
H A Dif_dwc.c358 pcell_t delay_prop[3]; in dwc_reset_phy() local
374 delay_prop, sizeof(delay_prop)) <= 0) { in dwc_reset_phy()
400 DELAY(delay_prop[0] * 5); in dwc_reset_phy()
402 DELAY(delay_prop[1] * 5); in dwc_reset_phy()
404 DELAY(delay_prop[2] * 5); in dwc_reset_phy()
/freebsd/sys/arm/allwinner/
H A Dif_awg.c1796 pcell_t gpio_prop[4], delay_prop[3]; in awg_phy_reset() local
1807 if (OF_getencprop(node, "allwinner,reset-delays-us", delay_prop, in awg_phy_reset()
1808 sizeof(delay_prop)) <= 0) in awg_phy_reset()
1828 DELAY(delay_prop[0]); in awg_phy_reset()
1830 DELAY(delay_prop[1]); in awg_phy_reset()
1832 DELAY(delay_prop[2]); in awg_phy_reset()