Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ex/
HDif_ex.c376 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_init_locked()
377 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_init_locked()
475 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_start_locked()
558 CSR_WRITE_1(sc, MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); in ex_start_locked()
607 CSR_WRITE_1(sc, MASK_REG, All_Int); in ex_stop()
608 CSR_WRITE_1(sc, STATUS_REG, All_Int); in ex_stop()
HDif_exreg.h99 #define All_Int 0x0f macro