Searched refs:DC_IMR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 1538 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 D | if_dcreg.h | 46 #define DC_IMR 0x38 /* interrupt mask */ macro
|