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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Datxp1.c44 #define ATXP1_GPIO1MASK 0x0f macro
189 size = sprintf(buf, "0x%02x\n", data->reg.gpio1 & ATXP1_GPIO1MASK);
205 value &= ATXP1_GPIO1MASK;
207 if (value != (data->reg.gpio1 & ATXP1_GPIO1MASK)) {

Completed in 81 milliseconds