Home
last modified time | relevance | path

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

/freebsd/sys/dev/msk/
H A Dif_msk.c1527 CSR_WRITE_4(sc, STAT_CTRL, SC_STAT_RST_SET); in mskc_reset()
1528 CSR_WRITE_4(sc, STAT_CTRL, SC_STAT_RST_CLR); in mskc_reset()
1558 CSR_WRITE_4(sc, STAT_CTRL, SC_STAT_OP_ON); in mskc_reset()
3706 CSR_WRITE_4(sc, STAT_CTRL, SC_STAT_CLR_IRQ); in msk_intr()
H A Dif_mskreg.h701 #define STAT_CTRL 0x0e80 /* 32 bit Status BMU Control Reg */ macro