OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPL_TOTAL_LEVEL_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
oplreg.h
100
#define
OPL_TOTAL_LEVEL_MASK
0x3f /* Strength (volume) of OP */
opl.c
465
int level = regbyte &
OPL_TOTAL_LEVEL_MASK
;
476
if (level >
OPL_TOTAL_LEVEL_MASK
)
477
level =
OPL_TOTAL_LEVEL_MASK
;
481
return level &
OPL_TOTAL_LEVEL_MASK
;
Completed in 43 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025