Searched refs:SMM665_LIMIT_BASE (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 Dsmm665.c70 #define SMM665_LIMIT_BASE 0x80 /* First limit register */ macro
626 * Limit registers start with register SMM665_LIMIT_BASE.
645 val = smm665_read16(client, SMM665_LIMIT_BASE + i * 8);
650 val = smm665_read16(client, SMM665_LIMIT_BASE + i * 8 + 2);
657 val = smm665_read16(client, SMM665_LIMIT_BASE + i * 8 + 4);
662 val = smm665_read16(client, SMM665_LIMIT_BASE + i * 8 + 6);

Completed in 77 milliseconds