Searched refs:sgdig (Results 1 – 1 of 1) sorted by relevance
5644 uint32_t sgdig; in bge_ifmedia_upd_locked() local5645 sgdig = CSR_READ_4(sc, BGE_SGDIG_STS); in bge_ifmedia_upd_locked()5646 if (sgdig & BGE_SGDIGSTS_DONE) { in bge_ifmedia_upd_locked()5648 sgdig = CSR_READ_4(sc, BGE_SGDIG_CFG); in bge_ifmedia_upd_locked()5649 sgdig |= BGE_SGDIGCFG_AUTO | in bge_ifmedia_upd_locked()5653 sgdig | BGE_SGDIGCFG_SEND); in bge_ifmedia_upd_locked()5655 CSR_WRITE_4(sc, BGE_SGDIG_CFG, sgdig); in bge_ifmedia_upd_locked()