Searched refs:SXFRCTL1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_pci.c744 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
751 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
752 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Daic7xxx.c264 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
784 ahc_outb(ahc, SXFRCTL1,
785 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
793 ahc_outb(ahc, SXFRCTL1,
794 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
4137 * Preserve the value of the SXFRCTL1 register for all channels.
4152 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
4155 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
4211 ahc_outb(ahc, SXFRCTL1, sxfrctl1_
[all...]
H A Daic7xxx_pci.c875 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
1789 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1826 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
H A Daic79xx.c323 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
5476 * Preserve the value of the SXFRCTL1 register for all channels.
5483 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5544 * Restore SXFRCTL1.
5551 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5552 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
6517 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6535 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
H A Daic7xxx_reg.h35 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap)
1080 #define SXFRCTL1 0x02 macro
H A Daic79xx_reg.h434 ahd_print_register(NULL, 0, "SXFRCTL1", 0x3d, regvalue, cur_col, wrap)
2666 #define SXFRCTL1 0x3d macro

Completed in 191 milliseconds