HomeSort by: relevance | last modified time | path
    Searched refs:SXFRCTL1 (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/ic/
aic6360.c 340 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
714 bus_space_write_1(iot, ioh, SXFRCTL1, STIMO_256ms | ENSTIMER);
1519 bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
1525 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
1669 bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
1675 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
1850 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
1874 bus_space_write_1(iot, ioh, SXFRCTL1, 0);
2177 printf("aic6360: SCSISEQ=%x SXFRCTL0=%x SXFRCTL1=%x SCSISIG=%x\n",
2180 bus_space_read_1(iot, ioh, SXFRCTL1),
    [all...]
aic6360reg.h 60 #define SXFRCTL1 0x02 /* SCSI transfer control 1 */
119 /* SXFRCTL1 */
aic7xxx_seeprom.c 97 ahc_check_extport(struct ahc_softc *ahc, u_int *sxfrctl1)
228 configure_termination(ahc, &sd, sc->adapter_control, sxfrctl1);
231 *sxfrctl1 &= ~STPWEN;
233 *sxfrctl1 |= STPWEN;
237 (*sxfrctl1 & STPWEN) ? "en" : "dis");
361 u_int *sxfrctl1)
368 * Update the settings in sxfrctl1 to match the
371 *sxfrctl1 = 0;
514 *sxfrctl1 |= STPWEN;
528 *sxfrctl1 |= STPWEN
    [all...]
aic7xxx.c 283 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
781 ahc_outb(ahc, SXFRCTL1,
782 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
790 ahc_outb(ahc, SXFRCTL1,
791 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
3998 * Preserve the value of the SXFRCTL1 register for all channels.
4021 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
4024 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
4069 * Reload sxfrctl1
    [all...]
aic79xx.c 340 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
5253 u_int sxfrctl1; local in function:ahd_reset
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; local in function:ahd_chip_init
    [all...]
  /src/sys/dev/pci/
ahd_pci.c 804 u_int sxfrctl1; local in function:ahd_configure_termination
863 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
866 sxfrctl1 |= STPWEN;
869 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
870 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
ahc_pci.c 763 u_int sxfrctl1; local in function:ahc_pci_attach
919 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
922 sxfrctl1 = STPWEN;
1019 ahc_check_extport(ahc, &sxfrctl1);
1063 sxfrctl1 = STPWEN;
1081 if ((sxfrctl1 & STPWEN) != 0)
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1417 or SXFRCTL1,BITBUCKET;
1420 and SXFRCTL1, ~BITBUCKET;
aic7xxx.seq 898 or SXFRCTL1,BITBUCKET;
904 and SXFRCTL1, ~BITBUCKET;
aic7xxx.reg 90 register SXFRCTL1 {
aic7xxx_reg.h 33 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap)
1086 #define SXFRCTL1 0x02
aic79xx.reg 1564 register SXFRCTL1 {
aic79xx_reg.h 432 ahd_print_register(NULL, 0, "SXFRCTL1", 0x3d, regvalue, cur_col, wrap)
2630 #define SXFRCTL1 0x3d

Completed in 34 milliseconds