Searched refs:rtsx_write_phy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/rtsx/ |
| H A D | rtsx.c | 217 static int rtsx_write_phy(struct rtsx_softc *sc, uint8_t addr, uint16_t val); 907 if ((error = rtsx_write_phy(sc, 0x00, 0xB966))) 914 if ((error = rtsx_write_phy(sc, 0x00, 0xBA42))) 919 if ((error = rtsx_write_phy(sc, 0x00, 0xBA42))) 925 if ((error = rtsx_write_phy(sc, RTSX_PHY_RCR2, RTSX_PHY_RCR2_INIT_27S))) 928 if ((error = rtsx_write_phy(sc, RTSX_PHY_RCR1, RTSX_PHY_RCR1_INIT_27S))) 930 if ((error = rtsx_write_phy(sc, RTSX_PHY_FLD0, RTSX_PHY_FLD0_INIT_27S))) 932 if ((error = rtsx_write_phy(sc, RTSX_PHY_FLD3, RTSX_PHY_FLD3_INIT_27S))) 934 if ((error = rtsx_write_phy(sc, RTSX_PHY_FLD4, RTSX_PHY_FLD4_INIT_27S))) 938 if ((error = rtsx_write_phy(sc, RTSX__PHY_FLD0, [all …]
|