Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dif_fec.c300 uint32_t phy_reset_duration; in fec_attach() local
322 phy_reset_duration = OF_getpropint(faa->fa_node, in fec_attach()
324 if (phy_reset_duration > 1000) in fec_attach()
325 phy_reset_duration = 1; in fec_attach()
343 delay((phy_reset_duration + 1) * 1000); in fec_attach()
H A Dif_cad.c393 uint32_t phy_reset_duration; in cad_attach() local
435 phy_reset_duration = OF_getpropint(faa->fa_node, in cad_attach()
437 if (phy_reset_duration > 1000) in cad_attach()
438 phy_reset_duration = 1; in cad_attach()
442 delay((phy_reset_duration + 1) * 1000); in cad_attach()