Lines Matching full:dcc
249 * @dcc, @function, @site, @position, @device: split out values from
257 static bool vexpress_cfgctrl_read(arm_sysctl_state *s, unsigned int dcc, in vexpress_cfgctrl_read() argument
262 /* We don't support anything other than DCC 0, board stack position 0 in vexpress_cfgctrl_read()
265 if (dcc != 0 || position != 0 || in vexpress_cfgctrl_read()
303 "0x%x DCC 0x%x site 0x%x position 0x%x device 0x%x\n", in vexpress_cfgctrl_read()
304 function, dcc, site, position, device); in vexpress_cfgctrl_read()
311 * @dcc, @function, @site, @position, @device: split out values from
318 static bool vexpress_cfgctrl_write(arm_sysctl_state *s, unsigned int dcc, in vexpress_cfgctrl_write() argument
323 /* We don't support anything other than DCC 0, board stack position 0 in vexpress_cfgctrl_write()
326 if (dcc != 0 || position != 0 || in vexpress_cfgctrl_write()
382 "0x%x DCC 0x%x site 0x%x position 0x%x device 0x%x\n", in vexpress_cfgctrl_write()
383 function, dcc, site, position, device); in vexpress_cfgctrl_write()
525 unsigned int dcc = extract32(s->sys_cfgctrl, 26, 4); in arm_sysctl_write() local
532 if (!vexpress_cfgctrl_write(s, dcc, function, site, position, in arm_sysctl_write()
538 if (!vexpress_cfgctrl_read(s, dcc, function, site, position, in arm_sysctl_write()