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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c607 static void check_extport(struct ahc_softc *ahc, u_int *sxfrctl1);
613 u_int *sxfrctl1);
715 u_int sxfrctl1; local
792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
795 sxfrctl1 = STPWEN;
869 check_extport(ahc, &sxfrctl1);
902 sxfrctl1 = STPWEN;
920 if ((sxfrctl1 & STPWEN) != 0)
1257 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) argument
1392 configure_termination(ahc, &sd, sc->adapter_control, sxfrctl1);
1524 configure_termination(struct ahc_softc *ahc, struct seeprom_descriptor *sd, u_int adapter_control, u_int *sxfrctl1) argument
2041 u_int sxfrctl1; local
[all...]
H A Daic79xx_pci.c627 u_int sxfrctl1; local
682 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
686 sxfrctl1 |= STPWEN;
689 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
690 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Daic79xx.h996 uint8_t sxfrctl1; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c5454 u_int sxfrctl1; local
5466 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5533 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5534 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
6477 u_int sxfrctl1; local
6498 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
6499 sxfrctl1 |= (ahd->flags & AHD_SPCHK_ENB_A) != 0 ? ENSPCHK : 0;
6507 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ;
6509 sxfrctl1 |= ahd->seltime;
6513 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ah
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c7455 unsigned char sxfrctl1 = aic_inb(p, SXFRCTL1); local
7464 sxfrctl1 &= ~STPWEN;
7512 sxfrctl1 |= STPWEN;
7553 sxfrctl1 |= STPWEN;
7696 sxfrctl1 |= STPWEN;
7707 sxfrctl1 |= STPWEN;
7723 aic_outb(p, sxfrctl1, SXFRCTL1);
7975 * Update the settings in sxfrctl1 to match the termination
8449 aic7xxx_load_seeprom(struct aic7xxx_host *p, unsigned char *sxfrctl1) argument
8516 *sxfrctl1 |
8924 unsigned char sxfrctl1; local
[all...]

Completed in 187 milliseconds