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

  /src/sys/dev/ic/
aic7xxx_seeprom.c 222 if ((ahc_inb(ahc, SPIOCAP) & SSPIOCPS) == 0)
651 uint8_t spiocap; local
653 spiocap = ahc_inb(ahc, SPIOCAP);
654 spiocap &= ~SOFTCMDEN;
655 spiocap |= EXT_BRDCTL;
656 ahc_outb(ahc, SPIOCAP, spiocap);
663 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0;
672 && (ahc_inb(ahc, SPIOCAP) & SEEPROM) == 0
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 480 register SPIOCAP {
aic7xxx_reg.h 222 ahc_print_register(NULL, 0, "SPIOCAP", 0x1b, regvalue, cur_col, wrap)
1252 #define SPIOCAP 0x1b

Completed in 28 milliseconds