Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/common/
H A Dch7301.c14 #define CH7301_I2C_ADDR 0x75 macro
44 if (i2c_probe(CH7301_I2C_ADDR)) in ch7301_probe()
47 value = i2c_reg_read(CH7301_I2C_ADDR, CH7301_DID); in ch7301_probe()
52 i2c_reg_write(CH7301_I2C_ADDR, CH7301_TPCP, 0x08); in ch7301_probe()
53 i2c_reg_write(CH7301_I2C_ADDR, CH7301_TPD, 0x16); in ch7301_probe()
54 i2c_reg_write(CH7301_I2C_ADDR, CH7301_TPF, 0x60); in ch7301_probe()
55 i2c_reg_write(CH7301_I2C_ADDR, CH7301_DC, 0x09); in ch7301_probe()
56 i2c_reg_write(CH7301_I2C_ADDR, CH7301_PM, 0xc0); in ch7301_probe()
58 i2c_reg_write(CH7301_I2C_ADDR, CH7301_DC, 0x00); in ch7301_probe()
59 i2c_reg_write(CH7301_I2C_ADDR, CH7301_PM, 0x01); in ch7301_probe()