Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/sound/
Demu10k1.h137 #define FXGPREGBASE 0x100 /* FX general purpose registers base */ macro
157 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
/linux-6.6.21/sound/pci/emu10k1/
Demuproc.c400 offset = emu->audigy ? A_FXGPREGBASE : FXGPREGBASE; in snd_emu10k1_fx8010_read()
Demu10k1_main.c1607 emu->gpr_base = FXGPREGBASE; in snd_emu10k1_create()