Lines Matching defs:mode
21 * The AVS firmware still supports "AVS mode", where all it does is
23 * AVS Firmware, despite its unchanged name, also supports DFS mode and
24 * DVFS mode.
169 unsigned int mode;
326 static char *brcm_avs_mode_to_string(unsigned int mode)
328 switch (mode) {
368 pmap->mode = args[0];
380 args[0] = pmap->mode;
675 return sprintf(buf, "%s %u\n", brcm_avs_mode_to_string(pmap.mode),
676 pmap.mode);
694 mdiv_p3, mdiv_p4, pmap.mode, pmap.state);