/src/share/doc/smm/config/ |
Makefile | 10 EXTRAHTMLFILES=config1.png config2.png config3.png config4.png config5.png
|
/src/sys/dev/eisa/ |
uha_eisa.c | 174 u_int8_t config0, config1, config2; local in function:u24_find 180 config2 = bus_space_read_1(iot, ioh, U24_CONFIG + 2); 222 sc->sc_scsi_dev = config2 & U24_HOSTID_MASK;
|
/src/sys/dev/ic/ |
ihavar.h | 234 uint16_t config2; member in struct:eeprom_adapter
|
iha.c | 611 sc->sc_channel.chan_ntargets = CFG_TARGET(conf->config2);
|
/src/sys/arch/sparc64/dev/ |
lom.c | 266 uint8_t reg, fw_rev, config, config2, config3; local in function:lom_attach 309 config2 = config3 = 0; 318 lom_read(sc, LOM_IDX_CONFIG2, &config2); 328 sc->sc_num_temp = uimin((config2 >> 4) & 0xf, LOM_MAX_TEMP);
|
/src/sys/dev/pci/ |
trm.c | 135 uint8_t config2; /* Target configuration byte 2 */ member in struct:nvram_target 2448 target->config2 = 0x00;
|
if_bnxreg.h | 304 uint32_t config2; member in struct:flash_spec
|
if_bnx.c | 1773 REG_WR(sc, BNX_NVM_CFG2, flash->config2);
|