| /src/sys/arch/evbppc/pmppc/ |
| machdep.c | 389 uint config0, config1; local 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 179 config1 = bus_space_read_1(iot, ioh, U24_CONFIG + 1); 182 (config1 & U24_MAGIC2) == 0)
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcentry.h | 121 long long config1; /* perf_event_type -specific configuration */ member in struct:__anon10196
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcentry.h | 121 long long config1; /* perf_event_type -specific configuration */ member in struct:__anon11669
|
| /src/sys/dev/ic/ |
| elink3.c | 524 u_int config1; local 536 config1 = (u_int)bus_space_read_2(iot, ioh, 543 ram_split = (config1 & CONFIG_RAMSPLIT) >> CONFIG_RAMSPLIT_SHIFT; 632 u_int config1; local 639 config1 = (u_int)bus_space_read_2(iot, ioh, 644 default_media = (config1 & CONFIG_MEDIAMASK) >> CONFIG_MEDIAMASK_SHIFT; 919 int config0, config1; local 934 config1 = (u_int)bus_space_read_2(iot, ioh, 937 config1 = config1 & ~CONFIG_MEDIAMASK 1000 int mctl, config0, config1; local [all...] |
| elinkxl.c | 528 uint16_t config1, reset_options, default_media; local 533 config1 = bus_space_read_2(iot, ioh, ELINK_W3_INTERNAL_CONFIG + 2); 537 default_media = (config1 & CONFIG_MEDIAMASK) >> CONFIG_MEDIAMASK_SHIFT;
|
| ihavar.h | 224 uint16_t config1; /* 0x00 Channel Adapter SCSI Id */ member in struct:eeprom_adapter
|
| rtw.c | 734 uint8_t config1; local 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
|