Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cx/
Dcsigma.c280 outb (BCR0(port), BCR0_NORESET); in cx_probe_board()
282 outb (BCR0(port + 0x10), BCR0_NORESET); in cx_probe_board()
358 outb (BCR0(b->port), BCR0_NORESET | irqmask[irq]); in cx_probe_irq()
413 outb (BCR0(port), BCR0_NORESET); in cx_init()
415 outb (BCR0(port+0x10), BCR0_NORESET); in cx_init()
454 b->bcr0 = b->bcr0b = BCR0_NORESET | dmamask[b->dma] | irqmask[b->irq]; in cx_init_board()
826 b->bcr0 = BCR0_NORESET | dmamask[b->dma] | irqmask[b->irq]; in cx_init_2x()
Dcxreg.h278 #define BCR0_NORESET 0x08 /* CD2400 reset flag (inverted) */ macro