Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_rge.c1989 static const uint16_t mac_cfg3_b88e_value[] = in rge_phy_config_mac_cfg3() local
2044 for (i = 0; i < nitems(mac_cfg3_b88e_value); i += 2) { in rge_phy_config_mac_cfg3()
2045 rge_write_phy_ocp(sc, 0xb88e, mac_cfg3_b88e_value[i]); in rge_phy_config_mac_cfg3()
2046 rge_write_phy_ocp(sc, 0xb890, mac_cfg3_b88e_value[i + 1]); in rge_phy_config_mac_cfg3()