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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h665 return (ahd_inb(ahd, SDSCB_QOFF) | (ahd_inb(ahd, SDSCB_QOFF + 1) << 8));
672 ahd_outb(ahd, SDSCB_QOFF, value & 0xFF);
673 ahd_outb(ahd, SDSCB_QOFF+1, (value >> 8) & 0xFF);
H A Daic7xxx_reg.h1036 ahc_print_register(NULL, 0, "SDSCB_QOFF", 0xf8, regvalue, cur_col, wrap)
1716 #define SDSCB_QOFF 0xf8 macro
H A Daic79xx_reg.h126 ahd_print_register(NULL, 0, "SDSCB_QOFF", 0x14, regvalue, cur_col, wrap)
2494 #define SDSCB_QOFF 0x14 macro
H A Daic7xxx.c4767 ahc_outb(ahc, SDSCB_QOFF, 0);

Completed in 105 milliseconds