Searched refs:sgdig (Results 1 – 1 of 1) sorted by relevance
5629 uint32_t sgdig; in bge_ifmedia_upd_locked() local5630 sgdig = CSR_READ_4(sc, BGE_SGDIG_STS); in bge_ifmedia_upd_locked()5631 if (sgdig & BGE_SGDIGSTS_DONE) { in bge_ifmedia_upd_locked()5633 sgdig = CSR_READ_4(sc, BGE_SGDIG_CFG); in bge_ifmedia_upd_locked()5634 sgdig |= BGE_SGDIGCFG_AUTO | in bge_ifmedia_upd_locked()5638 sgdig | BGE_SGDIGCFG_SEND); in bge_ifmedia_upd_locked()5640 CSR_WRITE_4(sc, BGE_SGDIG_CFG, sgdig); in bge_ifmedia_upd_locked()