Searched refs:wiz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/ |
H A D | phy-j721e-wiz.c | 202 struct wiz { struct 229 static int wiz_reset(struct wiz *wiz) in wiz_reset() argument 233 ret = regmap_field_write(wiz->por_en, 0x1); in wiz_reset() 239 ret = regmap_field_write(wiz->por_en, 0x0); in wiz_reset() 246 static int wiz_mode_select(struct wiz *wiz) in wiz_mode_select() argument 248 u32 num_lanes = wiz->num_lanes; in wiz_mode_select() 254 if (wiz->lane_phy_type[i] == PHY_TYPE_DP) in wiz_mode_select() 259 ret = regmap_field_write(wiz in wiz_mode_select() 267 wiz_init_raw_interface(struct wiz *wiz, bool enable) wiz_init_raw_interface() argument 286 wiz_init(struct wiz *wiz) wiz_init() argument 312 wiz_regfield_init(struct wiz *wiz) wiz_regfield_init() argument 465 wiz_mux_clk_register(struct wiz *wiz, struct device_node *node, struct regmap_field *field, u32 *table) wiz_mux_clk_register() argument 560 wiz_div_clk_register(struct wiz *wiz, struct device_node *node, struct regmap_field *field, const struct clk_div_table *table) wiz_div_clk_register() argument 608 wiz_clock_cleanup(struct wiz *wiz, struct device_node *node) wiz_clock_cleanup() argument 627 wiz_clock_init(struct wiz *wiz, struct device_node *node) wiz_clock_init() argument 717 struct wiz *wiz = dev_get_drvdata(dev); wiz_phy_reset_assert() local 733 struct wiz *wiz = dev_get_drvdata(dev); wiz_phy_reset_deassert() local 783 wiz_get_lane_phy_types(struct device *dev, struct wiz *wiz) wiz_get_lane_phy_types() argument 827 struct wiz *wiz; wiz_probe() local 993 struct wiz *wiz; wiz_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-j721e-wiz.c | 353 struct wiz { struct 398 static int wiz_reset(struct wiz *wiz) in wiz_reset() argument 402 ret = regmap_field_write(wiz->por_en, 0x1); in wiz_reset() 408 ret = regmap_field_write(wiz->por_en, 0x0); in wiz_reset() 415 static int wiz_p_mac_div_sel(struct wiz *wiz) in wiz_p_mac_div_sel() argument 417 u32 num_lanes = wiz->num_lanes; in wiz_p_mac_div_sel() 422 if (wiz->lane_phy_type[i] == PHY_TYPE_SGMII || in wiz_p_mac_div_sel() 423 wiz in wiz_p_mac_div_sel() 438 wiz_mode_select(struct wiz *wiz) wiz_mode_select() argument 467 wiz_init_raw_interface(struct wiz *wiz, bool enable) wiz_init_raw_interface() argument 486 wiz_init(struct wiz *wiz) wiz_init() argument 518 wiz_regfield_init(struct wiz *wiz) wiz_regfield_init() argument 741 wiz_phy_en_refclk_register(struct wiz *wiz) wiz_phy_en_refclk_register() argument 809 wiz_mux_clk_register(struct wiz *wiz, struct regmap_field *field, const struct wiz_clk_mux_sel *mux_sel, int clk_index) wiz_mux_clk_register() argument 870 wiz_mux_of_clk_register(struct wiz *wiz, struct device_node *node, struct regmap_field *field, const u32 *table) wiz_mux_of_clk_register() argument 965 wiz_div_clk_register(struct wiz *wiz, struct device_node *node, struct regmap_field *field, const struct clk_div_table *table) wiz_div_clk_register() argument 1013 wiz_clock_cleanup(struct wiz *wiz, struct device_node *node) wiz_clock_cleanup() argument 1046 wiz_clock_register(struct wiz *wiz) wiz_clock_register() argument 1079 wiz_clock_init(struct wiz *wiz, struct device_node *node) wiz_clock_init() argument 1219 struct wiz *wiz = dev_get_drvdata(dev); wiz_phy_reset_assert() local 1231 wiz_phy_fullrt_div(struct wiz *wiz, int lane) wiz_phy_fullrt_div() argument 1256 struct wiz *wiz = dev_get_drvdata(dev); wiz_phy_reset_deassert() local 1403 wiz_get_lane_phy_types(struct device *dev, struct wiz *wiz) wiz_get_lane_phy_types() argument 1455 struct wiz *wiz; wiz_probe() local 1646 struct wiz *wiz; wiz_remove() local [all...] |
Completed in 3 milliseconds