OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vol_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x68k/dev/
opmbell.c
389
static u_char
vol_table
[] = {
variable in typeref:typename:u_char[]
411
opm_set_volume(sc->ch,
vol_table
[sc->volume]);
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c
829
struct pp_atomfwctrl_voltage_table
vol_table
;
local in function:vega10_hwmgr_backend_init
855
&
vol_table
)) {
856
config_telemetry = ((
vol_table
.telemetry_slope << 8) & 0xff00) |
857
(
vol_table
.telemetry_offset & 0xff);
873
&
vol_table
)) {
875
((
vol_table
.telemetry_slope << 24) & 0xff000000) |
876
((
vol_table
.telemetry_offset << 16) & 0xff0000);
1012
* @param
vol_table
the pointer to changing voltage table
1017
struct pp_atomfwctrl_voltage_table *
vol_table
)
1024
PP_ASSERT_WITH_CODE(
vol_table
,
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025