Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/egnite/ethernut5/
H A Dethernut5_pwrman.c70 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, PWRMAN_ETHRST); in ethernut5_power_init()
92 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, PWRMAN_ETHRST); in ethernut5_phy_reset()
110 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, PWRMAN_ETHRST); in ethernut5_phy_reset()
282 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, in do_pwrman()
H A Dethernut5_pwrman.h22 #define PWRMAN_REG_DIS 3 /* Feature disable register */ macro