Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
ahc_pci.c | 932 u_int sfunct; local in function:ahc_pci_attach 935 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; 936 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); 939 ahc_outb(ahc, SFUNCT, sfunct); |
/src/sys/dev/ic/ | |
aic7xxx.c | 4993 u_int sfunct; local in function:ahc_suspend 4995 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE; 4996 ahc_outb(ahc, SFUNCT, sfunct | ALT_MODE); 4998 ahc_outb(ahc, SFUNCT, sfunct); 5075 u_int sfunct; local in function:ahc_resume 5077 sfunct = ahc_inb(ahc, SFUNCT) & ~ALT_MODE [all...] |