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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dvt1211.c37 static int uch_config = -1; variable
38 module_param(uch_config, int, 0);
39 MODULE_PARM_DESC(uch_config, "Initialize the universal channel configuration");
135 u8 uch_config; /* Read once at init time */ member in struct:vt1211_data
140 #define ISVOLT(ix, uch_config) ((ix) > 4 ? 1 : \
141 !(((uch_config) >> ((ix) + 2)) & 1))
144 #define ISTEMP(ix, uch_config) ((ix) < 2 ? 1 : \
145 ((uch_config) >> (ix)) & 1)
255 if (ISVOLT(ix, data->uch_config)) {
267 if (ISTEMP(ix, data->uch_config)) {
[all...]
H A Dvt8231.c167 u8 uch_config; member in struct:vt8231_data
747 data->uch_config = vt8231_read_value(client, VT8231_REG_UCH_CONFIG);
750 if (ISTEMP(i, data->uch_config)) {
758 if (ISVOLT(i, data->uch_config)) {
832 if (ISVOLT(i, data->uch_config)) {
852 if (ISTEMP(i, data->uch_config)) {

Completed in 41 milliseconds