/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); 1151 ramps = (ahc_inb(ahc, DSCOMMAND0) & RAMPS) != 0 1192 u_int dscommand0; local in function:ahc_scbram_config [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aic7xxx.reg | 692 register DSCOMMAND0 {
|
aic7xxx_reg.h | 607 ahc_print_register(NULL, 0, "DSCOMMAND0", 0x84, regvalue, cur_col, wrap) 1472 #define DSCOMMAND0 0x84
|
aic79xx.reg | 425 register DSCOMMAND0 {
|
aic79xx_reg.h | 152 ahd_print_register(NULL, 0, "DSCOMMAND0", 0x19, regvalue, cur_col, wrap) 2496 #define DSCOMMAND0 0x19
|
/src/sys/dev/ic/ |
aic7xxx.c | 4988 ahc->suspend_state.dscommand0 = ahc_inb(ahc, DSCOMMAND0); 5070 ahc_outb(ahc, DSCOMMAND0, ahc->suspend_state.dscommand0);
|
aic79xx.c | 6272 ahd_outb(ahd, DSCOMMAND0, ahd_inb(ahd, DSCOMMAND0)|MPARCKEN|CACHETHEN);
|