Searched +full:burnout +full:- +full:currents +full:- +full:enable (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.05 * Copyright 2011-2015 Analog Devices Inc.12 #include <linux/clk-provider.h>36 #define AD7192_REG_COMM 0 /* Communications Register (WO, 8-bit) */37 #define AD7192_REG_STAT 0 /* Status Register (RO, 8-bit) */38 #define AD7192_REG_MODE 1 /* Mode Register (RW, 24-bit */39 #define AD7192_REG_CONF 2 /* Configuration Register (RW, 24-bit) */40 #define AD7192_REG_DATA 3 /* Data Register (RO, 24/32-bit) */41 #define AD7192_REG_ID 4 /* ID Register (RO, 8-bit) */42 #define AD7192_REG_GPOCON 5 /* GPOCON Register (RO, 8-bit) */[all …]