|
@@ -33,4 +33,8 @@ void sh_pfc_write_reg(struct sh_pfc *pfc, u32 reg, unsigned int width,
|
|
int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin);
|
|
int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin);
|
|
int sh_pfc_config_mux(struct sh_pfc *pfc, unsigned mark, int pinmux_type);
|
|
int sh_pfc_config_mux(struct sh_pfc *pfc, unsigned mark, int pinmux_type);
|
|
|
|
|
|
|
|
+const struct sh_pfc_bias_info *
|
|
|
|
+sh_pfc_pin_to_bias_info(const struct sh_pfc_bias_info *info,
|
|
|
|
+ unsigned int num, unsigned int pin);
|
|
|
|
+
|
|
#endif /* __SH_PFC_CORE_H__ */
|
|
#endif /* __SH_PFC_CORE_H__ */
|