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

/openbsd-current/sys/dev/ic/
H A Daic6360.c316 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
607 bus_space_write_1(iot, ioh, SXFRCTL1, STIMO_256ms | ENSTIMER);
1407 bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
1413 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
1557 bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
1563 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
1737 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
1761 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
2062 printf("aic6360: SCSISEQ=%x SXFRCTL0=%x SXFRCTL1=%x SCSISIG=%x\n",
2065 bus_space_read_1(iot, ioh, SXFRCTL1),
[all...]
H A Daic6360reg.h61 #define SXFRCTL1 0x02 /* SCSI transfer control 1 */ macro
120 /* SXFRCTL1 */
H A Daic7xxx_seeprom.c535 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
572 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
H A Daic7xxx.c277 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
808 ahc_outb(ahc, SXFRCTL1,
809 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
817 ahc_outb(ahc, SXFRCTL1,
818 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
4024 * Preserve the value of the SXFRCTL1 register for all channels.
4037 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
4040 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
4094 ahc_outb(ahc, SXFRCTL1, sxfrctl1_
[all...]
H A Daic79xx.c343 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
5460 * Preserve the value of the SXFRCTL1 register for all channels.
5467 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5528 * Restore SXFRCTL1.
5535 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5536 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
6225 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6243 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
/openbsd-current/sys/dev/pci/
H A Dahd_pci.c848 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
855 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
856 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Dahc_pci.c870 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
/openbsd-current/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h34 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap)
1080 #define SXFRCTL1 0x02 macro
H A Daic79xx_reg.h433 ahd_print_register(NULL, 0, "SXFRCTL1", 0x3d, regvalue, cur_col, wrap)
2666 #define SXFRCTL1 0x3d macro

Completed in 210 milliseconds