Lines Matching defs:wiz

353 struct wiz {  struct
356 enum wiz_type type; argument
357 const struct wiz_clk_mux_sel *clk_mux_sel; argument
358 const struct wiz_clk_div_sel *clk_div_sel; argument
359 unsigned int clk_div_sel_num;
360 struct regmap_field *por_en;
361 struct regmap_field *phy_reset_n;
362 struct regmap_field *phy_en_refclk;
363 struct regmap_field *p_enable[WIZ_MAX_LANES];
387 struct reset_controller_dev wiz_phy_reset_dev; argument
395 const struct wiz_data *data; argument
398 static int wiz_reset(struct wiz *wiz) in wiz_reset()
415 static int wiz_p_mac_div_sel(struct wiz *wiz) in wiz_p_mac_div_sel()
438 static int wiz_mode_select(struct wiz *wiz) in wiz_mode_select()
467 static int wiz_init_raw_interface(struct wiz *wiz, bool enable) in wiz_init_raw_interface()
486 static int wiz_init(struct wiz *wiz) in wiz_init()
518 static int wiz_regfield_init(struct wiz *wiz) in wiz_regfield_init()
741 static int wiz_phy_en_refclk_register(struct wiz *wiz) in wiz_phy_en_refclk_register()
809 static int wiz_mux_clk_register(struct wiz *wiz, struct regmap_field *field, in wiz_mux_clk_register()
870 static int wiz_mux_of_clk_register(struct wiz *wiz, struct device_node *node, in wiz_mux_of_clk_register()
965 static int wiz_div_clk_register(struct wiz *wiz, struct device_node *node, in wiz_div_clk_register()
1013 static void wiz_clock_cleanup(struct wiz *wiz, struct device_node *node) in wiz_clock_cleanup()
1046 static int wiz_clock_register(struct wiz *wiz) in wiz_clock_register()
1079 static int wiz_clock_init(struct wiz *wiz, struct device_node *node) in wiz_clock_init()
1219 struct wiz *wiz = dev_get_drvdata(dev); in wiz_phy_reset_assert() local
1231 static int wiz_phy_fullrt_div(struct wiz *wiz, int lane) in wiz_phy_fullrt_div()
1256 struct wiz *wiz = dev_get_drvdata(dev); in wiz_phy_reset_deassert() local
1403 static int wiz_get_lane_phy_types(struct device *dev, struct wiz *wiz) in wiz_get_lane_phy_types()
1455 struct wiz *wiz; in wiz_probe() local
1646 struct wiz *wiz; in wiz_remove() local