Lines Matching refs:rsrc_id
23 * @rsrc_id: resource ID of this SCU clock
28 u16 rsrc_id;
157 msg.data.req.resource = cpu_to_le16(clk->rsrc_id);
195 if (clk->rsrc_id == IMX_SC_R_A35)
229 msg.resource = cpu_to_le16(clk->rsrc_id);
247 msg.data.req.resource = cpu_to_le16(clk->rsrc_id);
271 msg.resource = cpu_to_le16(clk->rsrc_id);
307 return sc_pm_clock_enable(ccm_ipc_handle, clk->rsrc_id,
322 ret = sc_pm_clock_enable(ccm_ipc_handle, clk->rsrc_id,
348 int num_parents, u32 rsrc_id, u8 clk_type)
359 clk->rsrc_id = rsrc_id;
364 if (rsrc_id == IMX_SC_R_A35)