| /src/sys/dev/ic/ |
| 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...] |
| aic79xxvar.h | 1021 uint8_t sxfrctl1; member in struct:ahd_suspend_channel_state
|
| aic7xxxvar.h | 1000 uint8_t sxfrctl1; member in struct:ahc_suspend_channel_state
|
| 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...] |
| 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...] |
| /src/sys/dev/cardbus/ |
| ahc_cardbus.c | 116 u_int sxfrctl1 = 0; local in function:ahc_cardbus_attach 204 ahc_check_extport(ahc, &sxfrctl1); 224 sxfrctl1 = STPWEN; 233 if ((sxfrctl1 & STPWEN) != 0)
|
| /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)
|