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

  /src/sys/dev/pci/
ahc_pci.c 766 uint8_t dscommand0; local in function:ahc_pci_attach
967 dscommand0 = ahc_inb(ahc, DSCOMMAND0);
968 dscommand0 |= MPARCKEN|CACHETHEN;
975 dscommand0 &= ~DPARCKEN;
983 dscommand0 |= CACHETHEN;
986 dscommand0 &= ~CACHETHEN;
988 ahc_outb(ahc, DSCOMMAND0, dscommand0);
1161 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0
1202 u_int dscommand0; local in function:ahc_scbram_config
    [all...]
  /src/sys/dev/ic/
aic79xxvar.h 1031 uint8_t dscommand0; member in struct:ahd_suspend_state
aic7xxxvar.h 1010 uint8_t dscommand0; member in struct:ahc_suspend_state

Completed in 37 milliseconds