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

/netbsd-current/sys/dev/i2c/
H A Daxp20x.c157 #define AXP_ADC_EN2 0x83 macro
266 error = axp20x_read(sc, AXP_ADC_EN2, &value, 1);
268 aprint_error(": can't read AXP_ADC_EN2\n");
272 error = axp20x_write(sc, AXP_ADC_EN2, &value, 1);
274 aprint_error(": can't set AXP_ADC_EN2\n");

Completed in 79 milliseconds