Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c1538 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_reset()
3303 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_intr()
3358 CSR_WRITE_4(sc, DC_IMR, DC_INTRS); in dc_intr()
3717 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_init_locked()
3720 CSR_WRITE_4(sc, DC_IMR, DC_INTRS); in dc_init_locked()
3894 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_ioctl()
3904 CSR_WRITE_4(sc, DC_IMR, DC_INTRS); in dc_ioctl()
3973 CSR_WRITE_4(sc, DC_IMR, 0x00000000); in dc_stop()
H A Dif_dcreg.h46 #define DC_IMR 0x38 /* interrupt mask */ macro