Home
last modified time | relevance | path

Searched refs:ASC_MODE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dasc.c85 ASC_MODE = 0x01, enumerator
328 switch (s->regs[ASC_MODE] & 3) { in asc_out_cb()
383 if (s->regs[ASC_MODE] == 1) { in asc_fifo_write()
466 case ASC_MODE: in asc_write()
468 if (value != s->regs[ASC_MODE]) { in asc_write()
547 if (s->regs[ASC_MODE] != 0) { in asc_post_load()
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_asc.h21 #define ASC_MODE 0x802 macro
/openbmc/linux/arch/m68k/mac/
H A Dmacboing.c207 mac_asc_regs[ ASC_MODE ] = ASC_MODE_SAMPLE; in mac_mksound()