Searched refs:VGE_CRS1 (Results 1 – 2 of 2) sorted by relevance
524 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_SOFTRESET); in vge_reset()528 if ((CSR_READ_1(sc, VGE_CRS1) & VGE_CR1_SOFTRESET) == 0) in vge_reset()1201 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_TIMER0_ENABLE); in vge_txeof()1478 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_TIMER0_ENABLE); in vge_start()1585 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_NOPOLL); in vge_init()
57 #define VGE_CRS1 0x09 /* Global cmd register 1 (w to set) */ macro