Home
last modified time | relevance | path

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

/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()
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c2221 int prog_status = 0; in tasdevice_select_tuningprm_cfg() local
2251 for (i = 0, prog_status = 0; i < tas_priv->ndev; i++) { in tasdevice_select_tuningprm_cfg()
2258 prog_status++; in tasdevice_select_tuningprm_cfg()
2265 if (prog_status) { in tasdevice_select_tuningprm_cfg()
2312 return prog_status; in tasdevice_select_tuningprm_cfg()
2321 int prog_status = 0; in tasdevice_prmg_load() local
2336 for (i = 0, prog_status = 0; i < tas_priv->ndev; i++) { in tasdevice_prmg_load()
2340 prog_status++; in tasdevice_prmg_load()
2344 if (prog_status) { in tasdevice_prmg_load()
2357 return prog_status; in tasdevice_prmg_load()
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c750 dev->prog_status[i] |= WF_SLOT_USED; in wavefront_get_program_status()
763 dev->prog_status[i] = 0; in wavefront_get_program_status()
767 dev->prog_status[i] = 0; in wavefront_get_program_status()
772 if (dev->prog_status[i]) { in wavefront_get_program_status()
818 if (header->number >= ARRAY_SIZE(dev->prog_status)) in wavefront_send_program()
821 dev->prog_status[header->number] = WF_SLOT_USED; in wavefront_send_program()
/linux/include/sound/
H A Dsnd_wavefront.h90 char prog_status[WF_MAX_PROGRAM]; /* WF_SLOT_* */ member