Searched refs:otus_phy_get_def (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/otus/ |
H A D | if_otus.c | 183 uint32_t otus_phy_get_def(struct otus_softc *, uint32_t); 2595 otus_phy_get_def(struct otus_softc *sc, uint32_t reg) in otus_phy_get_def() function 2633 tmp = otus_phy_get_def(sc, AR_PHY_SETTLING); in otus_set_board_values() 2639 tmp = otus_phy_get_def(sc, AR_PHY_DESIRED_SZ); in otus_set_board_values() 2648 tmp = otus_phy_get_def(sc, AR_PHY_RF_CTL3); in otus_set_board_values() 2653 tmp = otus_phy_get_def(sc, AR_PHY_CCA); in otus_set_board_values() 2658 tmp = otus_phy_get_def(sc, AR_PHY_RXGAIN); in otus_set_board_values() 2663 tmp = otus_phy_get_def(sc, AR_PHY_RXGAIN + offset); in otus_set_board_values() 2668 tmp = otus_phy_get_def(sc, AR_PHY_GAIN_2GHZ); in otus_set_board_values() 2677 tmp = otus_phy_get_def(sc, AR_PHY_GAIN_2GHZ + offset); in otus_set_board_values() [all …]
|