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.c98 int prog_status = (dsr & DSR_RPS) >> 8; in print_drs_error() local
102 if ((prog_status & 0x03) == 0x03) in print_drs_error()
104 else if (prog_status & 0x02) in print_drs_error()
106 else if (prog_status & 0x01) in print_drs_error()
/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/sound/soc/codecs/
H A Dtas2781-fmwlib.c2609 int prog_status = 0; in tasdevice_select_tuningprm_cfg() local
2639 for (i = 0, prog_status = 0; i < tas_priv->ndev; i++) { in tasdevice_select_tuningprm_cfg()
2646 prog_status++; in tasdevice_select_tuningprm_cfg()
2653 if (prog_status) { in tasdevice_select_tuningprm_cfg()
2700 return prog_status; in tasdevice_select_tuningprm_cfg()
2709 int prog_status = 0; in tasdevice_prmg_load() local
2724 for (i = 0, prog_status = 0; i < tas_priv->ndev; i++) { in tasdevice_prmg_load()
2728 prog_status++; in tasdevice_prmg_load()
2732 if (prog_status) { in tasdevice_prmg_load()
2745 return prog_status; in tasdevice_prmg_load()
/linux/include/sound/
H A Dsnd_wavefront.h90 char prog_status[WF_MAX_PROGRAM]; /* WF_SLOT_* */ member