Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c185 static int32_t *VIB_TABLE; variable
623 if( (VIB_TABLE = malloc(VIB_ENT*2 *sizeof(int32_t))) == NULL) in OPLOpenTable()
688 VIB_TABLE[i] = VIB_RATE + (pom*0.07); /* +- 7cent */ in OPLOpenTable()
689 VIB_TABLE[VIB_ENT+i] = VIB_RATE + (pom*0.14); /* +-14cent */ in OPLOpenTable()
702 free(VIB_TABLE); in OPLCloseTable()
837 OPL->vib_table = &VIB_TABLE[v&0x40 ? VIB_ENT : 0]; in OPLWriteReg()