Lines Matching +full:threshold +full:- +full:detector
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2019-20 Sean Anderson <seanga2@gmail.com>
11 * Taken from Kendryte SDK (kendryte-standalone-sdk).
19 #define K210_SYSCTL_ROM_ERROR 0x1C /* AXI ROM detector */
26 #define K210_SYSCTL_THR0 0x38 /* Clock threshold controller 0 */
27 #define K210_SYSCTL_THR1 0x3C /* Clock threshold controller 1 */
28 #define K210_SYSCTL_THR2 0x40 /* Clock threshold controller 2 */
29 #define K210_SYSCTL_THR3 0x44 /* Clock threshold controller 3 */
30 #define K210_SYSCTL_THR4 0x48 /* Clock threshold controller 4 */
31 #define K210_SYSCTL_THR5 0x4C /* Clock threshold controller 5 */
32 #define K210_SYSCTL_THR6 0x50 /* Clock threshold controller 6 */