Searched refs:uch_config (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dvt1211.c38 static int uch_config = -1; variable
39 module_param(uch_config, int, 0);
40 MODULE_PARM_DESC(uch_config, "Initialize the universal channel configuration");
140 u8 uch_config; /* Read once at init time */ member in struct:vt1211_data
145 #define ISVOLT(ix, uch_config) ((ix) > 4 ? 1 : \
146 !(((uch_config) >> ((ix) + 2)) & 1))
149 #define ISTEMP(ix, uch_config) ((ix) < 2 ? 1 : \
150 ((uch_config) >> (ix)) & 1)
260 if (ISVOLT(ix, data->uch_config)) {
272 if (ISTEMP(ix, data->uch_config)) {
[all...]
H A Dvt8231.c166 u8 uch_config; member in struct:vt8231_data
748 data->uch_config = vt8231_read_value(data, VT8231_REG_UCH_CONFIG);
751 if (ISTEMP(i, data->uch_config)) {
759 if (ISVOLT(i, data->uch_config)) {
829 if (ISVOLT(i, data->uch_config)) {
849 if (ISTEMP(i, data->uch_config)) {

Completed in 376 milliseconds