Home
last modified time | relevance | path

Searched refs:BGE_MISC_CFG (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c1422 CSR_WRITE_4(sc, BGE_MISC_CFG, 65 << 1/*BGE_32BITTIME_66MHZ*/); in bge_chipinit()
1428 BGE_CLRBIT(sc, BGE_MISC_CFG, BGE_MISCCFG_EPHY_IDDQ); in bge_chipinit()
1429 CSR_READ_4(sc, BGE_MISC_CFG); /* Flush */ in bge_chipinit()
2140 misccfg = CSR_READ_4(sc, BGE_MISC_CFG) & BGE_MISCCFG_BOARD_ID_MASK; in bge_attach()
2830 CSR_WRITE_4(sc, BGE_MISC_CFG, (1<<29)); in bge_reset()
2854 write_op(sc, BGE_MISC_CFG, reset); in bge_reset()
H A Dif_bgereg.h1943 #define BGE_MISC_CFG 0x6804 macro
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c1215 CSR_WRITE_4(sc, BGE_MISC_CFG, 65 << 1/*BGE_32BITTIME_66MHZ*/); in bnx_chipinit()
2630 CSR_WRITE_4(sc, BGE_MISC_CFG, (1<<29)); in bnx_reset()
2654 write_op(sc, BGE_MISC_CFG, reset); in bnx_reset()