2 * Copyright 2014 Freescale Semiconductor, Inc.
4 * SPDX-License-Identifier: GPL-2.0+
14 * Nobody will check whether the device 'NONE' has been configured,
15 * So use it to indicate if the serdes_prtcl_map has been initialized.
30 int is_serdes_configured(enum srds_prtcl device);
31 void fsl_serdes_init(void);
32 const char *serdes_clock_to_string(u32 clock);
34 int serdes_get_first_lane(u32 sd, enum srds_prtcl device);
35 enum srds_prtcl serdes_get_prtcl(int serdes, int cfg, int lane);
37 #endif /* __FSL_SERDES_H */