Searched refs:sxfrctl1 (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c610 static void check_extport(struct ahc_softc *ahc, u_int *sxfrctl1);
616 u_int *sxfrctl1);
716 u_int sxfrctl1; local
799 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
802 sxfrctl1 = STPWEN;
876 check_extport(ahc, &sxfrctl1);
909 sxfrctl1 = STPWEN;
927 if ((sxfrctl1 & STPWEN) != 0)
1260 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) argument
1395 configure_termination(ahc, &sd, sc->adapter_control, sxfrctl1);
1527 configure_termination(struct ahc_softc *ahc, struct seeprom_descriptor *sd, u_int adapter_control, u_int *sxfrctl1) argument
2036 u_int sxfrctl1; local
[all...]
H A Daic79xx_pci.c650 u_int sxfrctl1; local
705 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
709 sxfrctl1 |= STPWEN;
712 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
713 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Daic79xx.h999 uint8_t sxfrctl1; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c6257 u_int sxfrctl1; local
6269 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
6336 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
6337 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
7294 u_int sxfrctl1; local
7315 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
7316 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;
7324 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ;
7326 sxfrctl1 |= ahd->seltime;
7330 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ah
[all...]
/drivers/scsi/
H A Daic7xxx_old.c7503 unsigned char sxfrctl1 = aic_inb(p, SXFRCTL1); local
7512 sxfrctl1 &= ~STPWEN;
7560 sxfrctl1 |= STPWEN;
7601 sxfrctl1 |= STPWEN;
7744 sxfrctl1 |= STPWEN;
7755 sxfrctl1 |= STPWEN;
7771 aic_outb(p, sxfrctl1, SXFRCTL1);
8023 * Update the settings in sxfrctl1 to match the termination
8496 aic7xxx_load_seeprom(struct aic7xxx_host *p, unsigned char *sxfrctl1) argument
8563 *sxfrctl1 |
8983 unsigned char sxfrctl1; local
[all...]

Completed in 51 milliseconds