Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c174 #define TL_MAX (EG_ENT*2) /* limit(tl + ksr + envelope) + sinwave */ macro
610 if( (TL_TABLE = malloc(TL_MAX*2*sizeof(int32_t))) == NULL) in OPLOpenTable()
635 TL_TABLE[TL_MAX+t] = -TL_TABLE[t]; in OPLOpenTable()
639 for ( t = EG_ENT-1; t < TL_MAX ;t++){ in OPLOpenTable()
640 TL_TABLE[t] = TL_TABLE[TL_MAX+t] = 0; in OPLOpenTable()
654 SIN_TABLE[SIN_ENT/2+s] = SIN_TABLE[SIN_ENT -s] = &TL_TABLE[TL_MAX+j]; in OPLOpenTable()