Lines Matching refs:sxfrctl1
340 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
5253 u_int sxfrctl1;
5259 * Preserve the value of the SXFRCTL1 register for all channels.
5266 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5328 * Restore SXFRCTL1.
5335 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5336 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
6205 u_int sxfrctl1;
6223 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6226 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
6227 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;
6235 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ;
6237 sxfrctl1 |= ahd->seltime;
6241 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);