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

  /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...]

Completed in 16 milliseconds