Home
last modified time | relevance | path

Searched refs:DC_IMR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/dc/
H A Dif_dc.c1524 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_reset()
2912 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_npoll()
2919 CSR_WRITE_4(sc, DC_IMR, DC_INTRS); in dc_npoll()
2953 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_intr()
3008 CSR_WRITE_4(sc, DC_IMR, DC_INTRS); in dc_intr()
3308 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_init()
3312 CSR_WRITE_4(sc, DC_IMR, DC_INTRS); in dc_init()
3494 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_stop()
H A Dif_dcreg.h46 #define DC_IMR 0x38 /* interrupt mask */ macro