Searched refs:JL1111_BMCR_RESET_SET (Results 1 – 2 of 2) sorted by relevance
43 enet_write_phy(ptr, JL1111_ADDR, JL1111_BMCR, JL1111_BMCR_RESET_SET(1)); in jl1111_reset()69 data |= JL1111_BMCR_RESET_SET(0) /* Normal operation */ in jl1111_basic_mode_init()
37 #define JL1111_BMCR_RESET_SET(x) (((uint16_t)(x) << JL1111_BMCR_RESET_SHIFT) & JL1111_BMCR_RESET_MA… macro
Completed in 8 milliseconds