Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/sound/
Demu10k1.h100 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
/Linux-v5.10/sound/pci/emu10k1/
Demuproc.c339 offset = emu->audigy ? A_FXGPREGBASE : FXGPREGBASE; in snd_emu10k1_fx8010_read()
Demu10k1_main.c1893 emu->gpr_base = FXGPREGBASE; in snd_emu10k1_create()
/Linux-v5.10/include/sound/
Demu10k1.h914 #define FXGPREGBASE 0x100 /* FX general purpose registers base */ macro