|
int32_t | adxcvr_write (struct adxcvr *xcvr, uint32_t reg_addr, uint32_t reg_val) |
| adxcvr_write More...
|
|
int32_t | adxcvr_read (struct adxcvr *xcvr, uint32_t reg_addr, uint32_t *reg_val) |
| adxcvr_read More...
|
|
void | adxcvr_acquire_arbitration (struct adxcvr *xcvr, uint32_t addr, uint32_t status_reg) |
| adxcvr_acquire_arbitration More...
|
|
void | adxcvr_release_arbitration (uint32_t addr, bool calibrate) |
| adxcvr_release_arbitration More...
|
|
int32_t | atx_pll_write (struct adxcvr *xcvr, uint32_t reg, uint32_t val) |
| atx_pll_write More...
|
|
int32_t | atx_pll_read (struct adxcvr *xcvr, uint32_t reg, uint32_t *val) |
| atx_pll_read More...
|
|
void | atx_pll_update (struct adxcvr *xcvr, uint32_t reg, uint32_t mask, uint32_t val) |
| atx_pll_update More...
|
|
void | atx_pll_acquire_arbitration (struct adxcvr *xcvr) |
| atx_pll_acquire_arbitration More...
|
|
void | atx_pll_release_arbitration (struct adxcvr *xcvr, bool calibrate) |
| atx_pll_release_arbitration More...
|
|
int32_t | adxcfg_write (struct adxcvr *xcvr, uint32_t lane, uint32_t reg, uint32_t val) |
| adxcfg_write More...
|
|
int32_t | adxcfg_read (struct adxcvr *xcvr, uint32_t lane, uint32_t reg, uint32_t *val) |
| adxcfg_read More...
|
|
void | adxcfg_update (struct adxcvr *xcvr, uint32_t lane, uint32_t reg, uint32_t mask, uint32_t val) |
| adxcfg_update More...
|
|
void | adxcfg_acquire_arbitration (struct adxcvr *xcvr, uint32_t lane) |
| adxcfg_acquire_arbitration More...
|
|
void | adxcfg_release_arbitration (struct adxcvr *xcvr, uint32_t lane, bool calibrate) |
| adxcfg_release_arbitration More...
|
|
int32_t | atx_pll_calibration_check (struct adxcvr *xcvr) |
| atx_pll_calibration_check More...
|
|
int32_t | adxcfg_calibration_check (struct adxcvr *xcvr, uint32_t lane, bool tx) |
| adxcfg_calibration_check More...
|
|
int32_t | xcvr_calib_tx (struct adxcvr *xcvr) |
| xcvr_calib_tx More...
|
|
void | adxcvr_pre_lane_rate_change (struct adxcvr *xcvr) |
| adxcvr_pre_lane_rate_change More...
|
|
void | adxcvr_finalize_lane_rate_change (struct adxcvr *xcvr) |
| adxcvr_finalize_lane_rate_change More...
|
|
void | adxcvr_post_lane_rate_change (struct adxcvr *xcvr, unsigned int lane_rate_khz) |
| adxcvr_post_lane_rate_change More...
|
|
int32_t | adxcvr_round_rate (struct adxcvr *xcvr, uint32_t rate_khz) |
| adxcvr_round_rate More...
|
|
int32_t | adxcvr_set_rate (struct adxcvr *xcvr, uint32_t rate_khz) |
| adxcvr_init More...
|
|
uint32_t | adxcvr_recalc_rate (struct adxcvr *xcvr) |
| adxcvr_recalc_rate More...
|
|
int32_t | adxcvr_init (struct adxcvr **ad_xcvr, const struct adxcvr_init *init) |
| adxcvr_init More...
|
|
int32_t | adxcvr_remove (struct adxcvr *xcvr) |
| adxcvr_remove More...
|
|
Driver for the Altera ADXCVR Configuration.
- Author
- DBogdan (drago.nosp@m.s.bo.nosp@m.gdan@.nosp@m.anal.nosp@m.og.co.nosp@m.m)
Copyright 2018(c) Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of Analog Devices, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.