Searched refs:sgdig (Results 1 – 1 of 1) sorted by relevance
5624 uint32_t sgdig; in bge_ifmedia_upd_locked() local5625 sgdig = CSR_READ_4(sc, BGE_SGDIG_STS); in bge_ifmedia_upd_locked()5626 if (sgdig & BGE_SGDIGSTS_DONE) { in bge_ifmedia_upd_locked()5628 sgdig = CSR_READ_4(sc, BGE_SGDIG_CFG); in bge_ifmedia_upd_locked()5629 sgdig |= BGE_SGDIGCFG_AUTO | in bge_ifmedia_upd_locked()5633 sgdig | BGE_SGDIGCFG_SEND); in bge_ifmedia_upd_locked()5635 CSR_WRITE_4(sc, BGE_SGDIG_CFG, sgdig); in bge_ifmedia_upd_locked()