Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ex/
Dif_ex.c374 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_init_locked()
375 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_init_locked()
473 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_start_locked()
556 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_start_locked()
605 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_stop()
606 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_stop()
Dif_exreg.h99 #define All_Int 0x0f macro