Lines Matching defs:aux_ck
174 * @aux_ck: pointer to pe2_mac_bridge and pe2_mac_core operating clock
195 struct clk *aux_ck;
258 clk_disable_unprepare(port->aux_ck);
854 err = clk_prepare_enable(port->aux_ck);
856 dev_err(dev, "failed to enable aux_ck%d\n", port->slot);
908 clk_disable_unprepare(port->aux_ck);
956 snprintf(name, sizeof(name), "aux_ck%d", slot);
957 port->aux_ck = devm_clk_get_optional(dev, name);
958 if (IS_ERR(port->aux_ck))
959 return PTR_ERR(port->aux_ck);
1169 clk_disable_unprepare(port->aux_ck);