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

/freebsd-10.0-release/sys/dev/cx/
H A Dcsigma.c280 outb (BCR0(port), BCR0_NORESET);
282 outb (BCR0(port + 0x10), BCR0_NORESET);
358 outb (BCR0(b->port), BCR0_NORESET | irqmask[irq]);
413 outb (BCR0(port), BCR0_NORESET); local
415 outb (BCR0(port+0x10), BCR0_NORESET);
454 b->bcr0 = b->bcr0b = BCR0_NORESET | dmamask[b->dma] | irqmask[b->irq];
826 b->bcr0 = BCR0_NORESET | dmamask[b->dma] | irqmask[b->irq];
H A Dcxreg.h278 #define BCR0_NORESET 0x08 /* CD2400 reset flag (inverted) */ macro

Completed in 65 milliseconds