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

  /src/sys/arch/i386/isa/
ahc_isa.c 513 uint16_t discenable; local in function:aha2840_load_seeprom
515 discenable = 0;
524 discenable |= (0x01 << i);
527 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
528 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
  /src/sys/dev/ic/
aic7xxx_seeprom.c 251 uint16_t discenable; local in function:ahc_parse_pci_eeprom
254 discenable = 0;
275 discenable |= target_mask;
351 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff));
352 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff));
aic7xxx.c 4437 u_int discenable; local in function:ahc_init
4640 discenable = ALL_TARGETS_MASK;
4647 discenable = ALL_TARGETS_MASK;
4651 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8)
4760 tstate->discenable = discenable;
4762 ahc->user_discenable = discenable;
aic79xxvar.h 799 uint16_t discenable; /* Disconnection allowed */ member in struct:ahd_tmode_tstate
aic7xxxvar.h 851 uint16_t discenable; /* Disconnection allowed */ member in struct:ahc_tmode_tstate

Completed in 21 milliseconds