Lines Matching defs:aux_ck
170 * @aux_ck: pointer to pe2_mac_bridge and pe2_mac_core operating clock
191 struct clk *aux_ck;
252 clk_disable_unprepare(port->aux_ck);
844 err = clk_prepare_enable(port->aux_ck);
846 dev_err(dev, "failed to enable aux_ck%d\n", port->slot);
898 clk_disable_unprepare(port->aux_ck);
946 snprintf(name, sizeof(name), "aux_ck%d", slot);
947 port->aux_ck = devm_clk_get_optional(dev, name);
948 if (IS_ERR(port->aux_ck))
949 return PTR_ERR(port->aux_ck);
1147 clk_disable_unprepare(port->aux_ck);