Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic7xxx.c | 622 printf("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0)); 871 ahc_outb(ahc, SXFRCTL0, 872 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); 873 ahc_outb(ahc, SXFRCTL0, 874 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); 1966 u_int sxfrctl0; local in function:ahc_set_syncrate 1968 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); 1969 sxfrctl0 &= ~FAST20 [all...] |
aic79xxvar.h | 1020 uint8_t sxfrctl0; member in struct:ahd_suspend_channel_state |
aic7xxxvar.h | 999 uint8_t sxfrctl0; member in struct:ahc_suspend_channel_state |