Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.h71 int max_ch; /* maximum channel */ member
H A Dfmopl.c762 for(c=0;c<OPL->max_ch;c++) in OPLWriteReg()
1055 for( c = 0 ; c < OPL->max_ch ; c++ ) in OPLResetChip()
1078 int max_ch = 9; /* normally 9 channels */ in OPLCreate() local
1083 state_size += sizeof(OPL_CH)*max_ch; in OPLCreate()
1090 OPL->P_CH = (OPL_CH *)ptr; ptr+=sizeof(OPL_CH)*max_ch; in OPLCreate()
1094 OPL->max_ch = max_ch; in OPLCreate()