Home
last modified time | relevance | path

Searched refs:prog_status (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2210 int prog_status = 0; in tasdevice_select_tuningprm_cfg() local
2240 for (i = 0, prog_status = 0; i < tas_priv->ndev; i++) { in tasdevice_select_tuningprm_cfg()
2247 prog_status++; in tasdevice_select_tuningprm_cfg()
2254 if (prog_status) { in tasdevice_select_tuningprm_cfg()
2300 return prog_status; in tasdevice_select_tuningprm_cfg()
2310 int prog_status = 0; in tasdevice_prmg_load() local
2325 for (i = 0, prog_status = 0; i < tas_priv->ndev; i++) { in tasdevice_prmg_load()
2329 prog_status++; in tasdevice_prmg_load()
2333 if (prog_status) { in tasdevice_prmg_load()
2346 return prog_status; in tasdevice_prmg_load()
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c748 dev->prog_status[i] |= WF_SLOT_USED; in wavefront_get_program_status()
761 dev->prog_status[i] = 0; in wavefront_get_program_status()
765 dev->prog_status[i] = 0; in wavefront_get_program_status()
770 if (dev->prog_status[i]) { in wavefront_get_program_status()
816 if (header->number >= ARRAY_SIZE(dev->prog_status)) in wavefront_send_program()
819 dev->prog_status[header->number] = WF_SLOT_USED; in wavefront_send_program()
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c99 int prog_status = (dsr & DSR_RPS) >> 8; in print_drs_error() local
103 if ((prog_status & 0x03) == 0x03) in print_drs_error()
105 else if (prog_status & 0x02) in print_drs_error()
107 else if (prog_status & 0x01) in print_drs_error()
/openbmc/linux/include/sound/
H A Dsnd_wavefront.h90 char prog_status[WF_MAX_PROGRAM]; /* WF_SLOT_* */ member