/src/sys/arch/evbppc/pmppc/ |
machdep.c | 389 uint config0, config1; local in function:pmppc_setup 392 config1 = in8(PMPPC_CONFIG1); 395 a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM; 396 a_config.a_has_ecc = (config1 & 0x40) != 0; 397 switch (config1 & 0x30) { 403 a_config.a_l2_cache = (config1 >> 2) & 3; 404 switch (config1 & 0x03) {
|
/src/sys/dev/eisa/ |
uha_eisa.c | 174 u_int8_t config0, config1, config2; local in function:u24_find 179 config1 = bus_space_read_1(iot, ioh, U24_CONFIG + 1); 182 (config1 & U24_MAGIC2) == 0)
|
/src/sys/dev/ic/ |
elinkxl.c | 528 uint16_t config1, reset_options, default_media; local in function:ex_probemedia 533 config1 = bus_space_read_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG + 2); 537 default_media = (config1 & CONFIG_MEDIAMASK) >> CONFIG_MEDIAMASK_SHIFT;
|
elink3.c | 524 u_int config1; local in function:ep_internalconfig 536 config1 = (u_int)bus_space_read_2(iot, ioh, 543 ram_split = (config1 & CONFIG_RAMSPLIT) >> CONFIG_RAMSPLIT_SHIFT; 632 u_int config1; local in function:ep_vortex_probemedia 639 config1 = (u_int)bus_space_read_2(iot, ioh, 644 default_media = (config1 & CONFIG_MEDIAMASK) >> CONFIG_MEDIAMASK_SHIFT; 919 int config0, config1; local in function:epsetmedia 934 config1 = (u_int)bus_space_read_2(iot, ioh, 937 config1 = config1 & ~CONFIG_MEDIAMASK 1000 int mctl, config0, config1; local in function:epsetmedia [all...] |
ihavar.h | 224 uint16_t config1; /* 0x00 Channel Adapter SCSI Id */ member in struct:eeprom_adapter
|
rtw.c | 734 uint8_t config1; local in function:rtw_reset 743 config1 = RTW_READ8(&sc->sc_regs, RTW_CONFIG1); 744 RTW_WRITE8(&sc->sc_regs, RTW_CONFIG1, config1 & ~RTW_CONFIG1_PMEN); 2868 ("%s: read %" PRIx8 " from reg[CONFIG1]\n", __func__, cfg1));
|
/src/sys/dev/pci/ |
if_bnxreg.h | 303 uint32_t config1; member in struct:flash_spec
|