Home
last modified time | relevance | path

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

/freebsd/sys/dev/beri/
H A Dberi_ring.c66 #define CDES_INT_EN (1 << 15) macro
167 if (c.cdes & CDES_INT_EN) { in beri_intr_write()
168 c.cdes &= ~(CDES_INT_EN); in beri_intr_write()
187 if (c.cdes & CDES_INT_EN) { in beri_intr_read()
188 c.cdes &= ~(CDES_INT_EN); in beri_intr_read()
324 c.cdes |= (CDES_INT_EN); in beri_kqread()
352 c.cdes |= (CDES_INT_EN); in beri_kqwrite()