Searched refs:DPOT_ADDR_CMD (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/misc/
H A Dad525x_dpot.h148 #define DPOT_ADDR_CMD (0x1 << 7) macro
151 #define DPOT_DEC_ALL_6DB (DPOT_ADDR_CMD | (0x4 << 3))
152 #define DPOT_INC_ALL_6DB (DPOT_ADDR_CMD | (0x9 << 3))
153 #define DPOT_DEC_ALL (DPOT_ADDR_CMD | (0x6 << 3))
154 #define DPOT_INC_ALL (DPOT_ADDR_CMD | (0xB << 3))
H A Dad525x_dpot.c130 if (!(reg & (DPOT_ADDR_EEPROM | DPOT_ADDR_CMD))) {
201 if (!(reg & (DPOT_ADDR_EEPROM | DPOT_ADDR_CMD))) {
231 } else if (reg & DPOT_ADDR_CMD) {
311 if (reg & DPOT_ADDR_CMD)

Completed in 112 milliseconds