Searched refs:sgdig (Results 1 – 1 of 1) sorted by relevance
5636 uint32_t sgdig; in bge_ifmedia_upd_locked() local5637 sgdig = CSR_READ_4(sc, BGE_SGDIG_STS); in bge_ifmedia_upd_locked()5638 if (sgdig & BGE_SGDIGSTS_DONE) { in bge_ifmedia_upd_locked()5640 sgdig = CSR_READ_4(sc, BGE_SGDIG_CFG); in bge_ifmedia_upd_locked()5641 sgdig |= BGE_SGDIGCFG_AUTO | in bge_ifmedia_upd_locked()5645 sgdig | BGE_SGDIGCFG_SEND); in bge_ifmedia_upd_locked()5647 CSR_WRITE_4(sc, BGE_SGDIG_CFG, sgdig); in bge_ifmedia_upd_locked()