HomeSort by: relevance | last modified time | path
    Searched defs:sxfrctl1 (Results 1 - 6 of 6) sorted by relevancy

  /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;
1022 ahc_check_extport(ahc, &sxfrctl1);
1073 sxfrctl1 = STPWEN;
1091 if ((sxfrctl1 & STPWEN) != 0)
  /src/sys/dev/ic/
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...]
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

Completed in 20 milliseconds