Searched refs:sgdig (Results 1 – 1 of 1) sorted by relevance
5637 uint32_t sgdig; in bge_ifmedia_upd_locked() local5638 sgdig = CSR_READ_4(sc, BGE_SGDIG_STS); in bge_ifmedia_upd_locked()5639 if (sgdig & BGE_SGDIGSTS_DONE) { in bge_ifmedia_upd_locked()5641 sgdig = CSR_READ_4(sc, BGE_SGDIG_CFG); in bge_ifmedia_upd_locked()5642 sgdig |= BGE_SGDIGCFG_AUTO | in bge_ifmedia_upd_locked()5646 sgdig | BGE_SGDIGCFG_SEND); in bge_ifmedia_upd_locked()5648 CSR_WRITE_4(sc, BGE_SGDIG_CFG, sgdig); in bge_ifmedia_upd_locked()