Lines Matching refs:function
111 static bool scc_cfg_write(MPS2SCC *s, unsigned function, in scc_cfg_write() argument
114 trace_mps2_scc_cfg_write(function, device, value); in scc_cfg_write()
116 if (function != 1 || device >= s->num_oscclk) { in scc_cfg_write()
119 function, device); in scc_cfg_write()
131 static bool scc_cfg_read(MPS2SCC *s, unsigned function, in scc_cfg_read() argument
134 if (function != 1 || device >= s->num_oscclk) { in scc_cfg_read()
137 function, device); in scc_cfg_read()
143 trace_mps2_scc_cfg_read(function, device, *value); in scc_cfg_read()
318 int function = extract32(s->cfgctrl, R_CFGCTRL_FUNCTION_SHIFT, in mps2_scc_write() local
323 if (!scc_cfg_write(s, function, device, s->cfgdata_out)) { in mps2_scc_write()
328 if (!scc_cfg_read(s, function, device, &result)) { in mps2_scc_write()