Searched refs:REG_CTRL_H (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/board/keymile/km_arm/ |
D | km_arm.c | 33 #define REG_CTRL_H 0x02 macro 158 if (i2c_read(BOCO, REG_CTRL_H, 1, &buf, 1) != 0) { in ethernet_present() 177 if (i2c_read(BOCO, REG_CTRL_H, 1, &buf, 1) != 0) { in initialize_unit_leds() 182 if (i2c_write(BOCO, REG_CTRL_H, 1, &buf, 1) != 0) { in initialize_unit_leds()
|