Home
last modified time | relevance | path

Searched refs:AXP_DCDC2 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/i2c/
Daxp20x.c69 #define AXP_DCDC2 0x23 macro
380 if (axp20x_read(sc, AXP_DCDC2, &value, 1) == 0) { in axp20x_attach()
606 ret = axp20x_write(sc, AXP_DCDC2, &reg, 1); in axp20x_set_dcdc()
609 if (axp20x_read(sc, AXP_DCDC2, &reg, 1) == 0) { in axp20x_set_dcdc()
645 error = axp20x_read(sc, AXP_DCDC2, &reg, 1); in axp20x_get_dcdc()