Searched refs:DISC_DSB (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7770.c361 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
362 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
H A Daic7xxx_pci.c1605 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
1606 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
H A Daic7xxx_reg.h266 ahc_print_register(NULL, 0, "DISC_DSB", 0x32, regvalue, cur_col, wrap)
1298 #define DISC_DSB 0x32 macro
H A Daic7xxx.c5049 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8)
5050 | ahc_inb(ahc, DISC_DSB));

Completed in 93 milliseconds