Lines Matching +full:analog +full:- +full:level
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2012-2016 Ruslan Bukin <br@bsdpad.com>
5 * Copyright (c) 2023-2024 Florian Walpen <dev@submerge.ch>
101 /* Analog input gain level */
109 /* Analog output gain level */
117 /* Phones output gain level */
255 bus_space_read_1((sc)->cst, (sc)->csh, (regno))
257 bus_space_read_2((sc)->cst, (sc)->csh, (regno))
259 bus_space_read_4((sc)->cst, (sc)->csh, (regno))
262 bus_space_write_1((sc)->cst, (sc)->csh, (regno), (data))
264 bus_space_write_2((sc)->cst, (sc)->csh, (regno), (data))
266 bus_space_write_4((sc)->cst, (sc)->csh, (regno), (data))