HomeSort by relevance Sort by last modified time
    Searched refs:PWRMAN_ETHRST (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/egnite/ethernut5/
ethernut5_pwrman.h 33 #define PWRMAN_ETHRST 0x40 /* Ethernet PHY reset */
ethernut5_pwrman.c 68 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_ENA, ~PWRMAN_ETHRST);
69 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, PWRMAN_ETHRST);
91 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, PWRMAN_ETHRST);
107 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_ENA, PWRMAN_ETHRST);
109 i2c_reg_write(PWRMAN_I2C_ADDR, PWRMAN_REG_DIS, PWRMAN_ETHRST);

Completed in 227 milliseconds