Searched refs:sblkctl1 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | aic7xxx.c | 4013 u_int sblkctl1; in ahc_reset() local 4019 sblkctl1 = ahc_inb(ahc, SBLKCTL); in ahc_reset() 4020 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB); in ahc_reset() 4022 ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB); in ahc_reset() 4077 u_int sblkctl1; in ahc_reset() local 4079 sblkctl1 = ahc_inb(ahc, SBLKCTL); in ahc_reset() 4080 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB); in ahc_reset() 4082 ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB); in ahc_reset()
|