Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c579 CSR_WRITE_2(sc, STE_IMR, intrs); in ste_intr()
1593 CSR_WRITE_2(sc, STE_IMR, 0); in ste_init_locked()
1597 CSR_WRITE_2(sc, STE_IMR, STE_INTRS); in ste_init_locked()
1625 CSR_WRITE_2(sc, STE_IMR, 0); in ste_stop()
1782 CSR_WRITE_2(sc, STE_IMR, 0); in ste_ioctl()
1786 CSR_WRITE_2(sc, STE_IMR, STE_INTRS); in ste_ioctl()
H A Dif_stereg.h80 #define STE_IMR 0x4C macro