Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c473 #define SCN_BIT(bpid) (0x80000000 >> (bpid & 31)) macro
481 val |= SCN_BIT(bpid); in bm_isr_bscn_mask()
483 val &= ~SCN_BIT(bpid); in bm_isr_bscn_mask()