Searched refs:RGE_PHY_SETBIT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_rge.c | 1720 RGE_PHY_SETBIT(sc, 0xa442, 0x0800); in rge_phy_config_mac_cfg2_8126() 1747 RGE_PHY_SETBIT(sc, 0xacf8, 0x000c); in rge_phy_config_mac_cfg2_8126() 1751 RGE_PHY_SETBIT(sc, 0xad94, 0x0020); in rge_phy_config_mac_cfg2_8126() 1753 RGE_PHY_SETBIT(sc, 0xb648, 0x4000); in rge_phy_config_mac_cfg2_8126() 1760 RGE_PHY_SETBIT(sc, 0xada0, 0x0002); in rge_phy_config_mac_cfg2_8126() 1892 RGE_PHY_SETBIT(sc, 0xa654, 0x0800); in rge_phy_config_mac_cfg2_8126() 1942 RGE_PHY_SETBIT(sc, 0xac36, 0x1000); in rge_phy_config_mac_cfg2_8126() 1954 RGE_PHY_SETBIT(sc, 0xad9c, 0x0020); in rge_phy_config_mac_cfg2_8126() 1972 RGE_PHY_SETBIT(sc, 0xa438, 0x2000); in rge_phy_config_mac_cfg2_8126() 1999 RGE_PHY_SETBIT(sc, 0xad4e, 0x0010); in rge_phy_config_mac_cfg3() [all …]
|
H A D | if_rgereg.h | 457 #define RGE_PHY_SETBIT(sc, reg, val) \ macro
|