/linux-2.4.37.9/drivers/scsi/ |
D | ultrastor.c | 257 } config = {0}; variable 324 static void log_ultrastor_abort(register struct ultrastor_config *config, in log_ultrastor_abort() argument 336 if (! (config->mscp_free & (1 << i))) in log_ultrastor_abort() 337 fmt[21 + i*2] = '0' + config->mscp[i].target_id; in log_ultrastor_abort() 343 printk(fmt, command, &config->mscp[command], config->mscp_free); in log_ultrastor_abort() 370 if (config.bios_segment) in ultrastor_14f_detect() 378 config.port_address = PORT_OVERRIDE; in ultrastor_14f_detect() 382 config.port_address = ultrastor_ports_14f[i]; in ultrastor_14f_detect() 386 printk("US14F: detect: testing port address %03X\n", config.port_address); in ultrastor_14f_detect() 389 in_byte = inb(U14F_PRODUCT_ID(config.port_address)); in ultrastor_14f_detect() [all …]
|
/linux-2.4.37.9/drivers/net/e100/ |
D | e100_config.c | 67 memcpy(bdp->config, def_config, sizeof (def_config)); in e100_config_init_82557() 68 bdp->config[0] = CB_CFIG_BYTE_COUNT; /* just in case */ in e100_config_init_82557() 87 bdp->config[6] &= ~CB_CFIG_TCO_STAT; in e100_config_init_82557() 88 bdp->config[6] |= CB_CFIG_EXT_STAT_DIS; in e100_config_init_82557() 94 bdp->config[8] &= ~CB_CFIG_503_MII; in e100_config_init_82557() 95 bdp->config[15] |= CB_CFIG_CRS_OR_CDT; in e100_config_init_82557() 97 bdp->config[8] |= CB_CFIG_503_MII; in e100_config_init_82557() 98 bdp->config[15] &= ~CB_CFIG_CRS_OR_CDT; in e100_config_init_82557() 112 bdp->config[3] |= CB_CFIG_MWI_EN; in e100_config_init_82558() 114 bdp->config[6] &= ~CB_CFIG_EXT_TCB_DIS; in e100_config_init_82558() [all …]
|
/linux-2.4.37.9/arch/mips/mm/ |
D | c-tx39.c | 49 unsigned long flags, config; in tx39h_flush_icache_all() local 53 config = read_c0_conf(); in tx39h_flush_icache_all() 54 write_c0_conf(config & ~TX39_CONF_ICE); in tx39h_flush_icache_all() 63 write_c0_conf(config); in tx39h_flush_icache_all() 105 unsigned long flags, config; in tx39_blast_icache_page() local 108 config = read_c0_conf(); in tx39_blast_icache_page() 109 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page() 112 write_c0_conf(config); in tx39_blast_icache_page() 118 unsigned long flags, config; in tx39_blast_icache_page_indexed() local 121 config = read_c0_conf(); in tx39_blast_icache_page_indexed() [all …]
|
D | c-r4k.c | 649 unsigned int config = read_c0_config(); in probe_pcache() local 659 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() 660 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 664 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache() 665 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 674 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() 675 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 679 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache() 680 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 688 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() [all …]
|
D | sc-rm7k.c | 152 unsigned int config = read_c0_config(); in rm7k_sc_probe() local 154 if ((config >> 31) & 1) in rm7k_sc_probe() 160 if ((config >> 3) & 1) /* CONF_SE */ in rm7k_sc_probe() 166 if ((config >> 17) & 1) in rm7k_sc_probe() 180 config&(1<<12) ? "already" : "not (yet)"); in rm7k_sc_probe() 182 if ((config >> 12) & 1) in rm7k_sc_probe()
|
/linux-2.4.37.9/drivers/char/ |
D | scx200.c | 31 u32 config, new_config; in scx200_gpio_configure() local 37 config = inl(scx200_gpio_base + 0x24); in scx200_gpio_configure() 39 new_config = (config & mask) | bits; in scx200_gpio_configure() 44 return config; in scx200_gpio_configure() 49 u32 config = scx200_gpio_configure(index, ~0, 0); in scx200_gpio_dump() local 50 printk(KERN_DEBUG "GPIO%02u: 0x%08lx", index, (unsigned long)config); in scx200_gpio_dump() 52 if (config & 1) in scx200_gpio_dump() 56 if (config & 2) in scx200_gpio_dump() 60 if (config & 4) in scx200_gpio_dump() 64 if (config & 8) in scx200_gpio_dump() [all …]
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | c-r4k.c | 649 unsigned int config = read_c0_config(); in probe_pcache() local 659 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() 660 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 664 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache() 665 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 674 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() 675 c->icache.linesz = 16 << ((config & CONF_IB) >> 5); in probe_pcache() 679 dcache_size = 1 << (12 + ((config & CONF_DC) >> 6)); in probe_pcache() 680 c->dcache.linesz = 16 << ((config & CONF_DB) >> 4); in probe_pcache() 688 icache_size = 1 << (12 + ((config & CONF_IC) >> 9)); in probe_pcache() [all …]
|
D | sc-rm7k.c | 152 unsigned int config = read_c0_config(); in rm7k_sc_probe() local 154 if ((config >> 31) & 1) in rm7k_sc_probe() 160 if ((config >> 3) & 1) /* CONF_SE */ in rm7k_sc_probe() 166 if ((config >> 17) & 1) in rm7k_sc_probe() 180 config&(1<<12) ? "already" : "not (yet)"); in rm7k_sc_probe() 182 if ((config >> 12) & 1) in rm7k_sc_probe()
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | sibyte_generic.c | 233 u32 config; in sb1250pc_get_status() local 238 config = sb1250pc_read_config(); in sb1250pc_get_status() 255 DPRINTK(" [config(0x%4.4x) status(0x%4.4x)]", config, status); in sb1250pc_get_status() 287 static uint32_t sibyte_set_power(uint32_t config, int vcc) in sibyte_set_power() argument 289 config &= ~(M_PCMCIA_CFG_3VEN | M_PCMCIA_CFG_5VEN); in sibyte_set_power() 291 config |= M_PCMCIA_CFG_3VEN; in sibyte_set_power() 293 config |= M_PCMCIA_CFG_5VEN; in sibyte_set_power() 296 sb1250pc_write_config(config); in sibyte_set_power() 297 return config; in sibyte_set_power() 302 uint32_t config; in sb1250pc_set_socket() local [all …]
|
/linux-2.4.37.9/drivers/ide/legacy/ |
D | qd65xx.c | 349 void __init qd_setup (int unit, int base, int config, unsigned int data0, unsigned int data1, void … in qd_setup() argument 356 hwif->config_data = config; in qd_setup() 375 u8 config = hwif->config_data; in qd_unsetup() local 411 u8 config; in qd_probe() local 414 config = qd_read_reg(QD_CONFIG_PORT); in qd_probe() 416 if (! ((config & QD_CONFIG_BASEPORT) >> 1 == (base == 0xb0)) ) in qd_probe() 419 unit = ! (config & QD_CONFIG_IDE_BASEPORT); in qd_probe() 421 if ((config & 0xf0) == QD_CONFIG_QD6500) { in qd_probe() 431 config, QD_ID3); in qd_probe() 433 if (config & QD_CONFIG_DISABLED) { in qd_probe() [all …]
|
/linux-2.4.37.9/scripts/ |
D | Configure | 535 CONFIG_IN=./config.in 541 if [ -f .config ]; then 542 DEFAULTS=.config 550 sed -e 's/# \(CONFIG_[^ ]*\) is not.*/\1=n/' <$DEFAULTS >.config-is-not.$$ 551 . ./.config-is-not.$$ 552 rm .config-is-not.$$ 561 rm -f .config.old 562 if [ -f .config ]; then 563 mv .config .config.old 565 mv .tmpconfig .config
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla.c | 513 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_activate() 535 if (netif_running(slave) && (flp->config.station == FRAD_STATION_NODE)) in sdla_deactivate() 569 if (flp->config.station == FRAD_STATION_CPE) in sdla_assoc() 598 if (flp->config.station == FRAD_STATION_CPE) in sdla_deassoc() 630 NULL, 0, &dlp->config, &len); in sdla_dlci_conf() 633 &dlp->config, sizeof(struct dlci_conf) - 4 * sizeof(short), NULL, NULL); in sdla_dlci_conf() 949 if (flp->config.station == FRAD_STATION_NODE) in sdla_close() 991 struct frad_conf config; member 1019 memcpy(&data.config, &flp->config, sizeof(struct frad_conf)); in sdla_open() 1064 if (flp->config.station == FRAD_STATION_CPE) in sdla_open() [all …]
|
/linux-2.4.37.9/drivers/media/video/ |
D | tuner.c | 126 unsigned char config; member 615 u8 config; in set_tv_freq() local 643 config = tun->VHF_L; in set_tv_freq() 645 config = tun->VHF_H; in set_tv_freq() 647 config = tun->UHF; in set_tv_freq() 656 config &= ~0x02; in set_tv_freq() 658 config |= 0x02; in set_tv_freq() 662 config &= ~0x0f; in set_tv_freq() 666 config |= TEMIC_SET_PAL_I; in set_tv_freq() 670 config |= TEMIC_SET_PAL_DK; in set_tv_freq() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | com20020.h | 79 lp->config = (lp->config & ~0x03) | (x); \ 93 #define ARCRESET { outb(lp->config | 0x80, _CONFIG); \ 95 outb(lp->config , _CONFIG); \ 106 #define SETCONF outb(lp->config, _CONFIG)
|
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | fourbri.c | 84 static int diva_server_4bri_config(card_t *card, dia_config_t *config) in diva_server_4bri_config() argument 98 UxCardMemOut(card->hw, &shared[ 8], config->tei); in diva_server_4bri_config() 99 UxCardMemOut(card->hw, &shared[ 9], config->nt2); in diva_server_4bri_config() 100 UxCardMemOut(card->hw, &shared[10], config->sig_flags); in diva_server_4bri_config() 101 UxCardMemOut(card->hw, &shared[11], config->watchdog); in diva_server_4bri_config() 102 UxCardMemOut(card->hw, &shared[12], config->permanent); in diva_server_4bri_config() 103 UxCardMemOut(card->hw, &shared[13], config->x_interface); in diva_server_4bri_config() 104 UxCardMemOut(card->hw, &shared[14], config->stable_l2); in diva_server_4bri_config() 105 UxCardMemOut(card->hw, &shared[15], config->no_order_check); in diva_server_4bri_config() 106 UxCardMemOut(card->hw, &shared[16], config->handset_type); in diva_server_4bri_config() [all …]
|
D | pri.c | 126 static int diva_server_config(card_t *card, dia_config_t *config) in diva_server_config() argument 141 UxCardMemOut(card->hw, &shared[ 8], config->tei); in diva_server_config() 142 UxCardMemOut(card->hw, &shared[ 9], config->nt2); in diva_server_config() 143 UxCardMemOut(card->hw, &shared[10], config->sig_flags); in diva_server_config() 144 UxCardMemOut(card->hw, &shared[11], config->watchdog); in diva_server_config() 145 UxCardMemOut(card->hw, &shared[12], config->permanent); in diva_server_config() 146 UxCardMemOut(card->hw, &shared[13], config->x_interface); in diva_server_config() 147 UxCardMemOut(card->hw, &shared[14], config->stable_l2); in diva_server_config() 148 UxCardMemOut(card->hw, &shared[15], config->no_order_check); in diva_server_config() 149 UxCardMemOut(card->hw, &shared[16], config->handset_type); in diva_server_config() [all …]
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 1011 ConfigRid config; member 1637 if (ai->config.len) in readConfigRid() 1655 ai->config = cfg; in readConfigRid() 1661 if (ai->config.authType != AUTH_OPEN && maxencrypt) { in checkThrottle() 1663 if (ai->config.rates[i] > maxencrypt) { in checkThrottle() 1664 ai->config.rates[i] = 0; in checkThrottle() 1678 cfgr = ai->config; in writeConfigRid() 2023 memcpy (ai->config.macAddr, addr->sa_data, dev->addr_len); in airo_set_mac_address() 2190 ai->config.len = 0; in init_airo_card() 2926 if (ai->config.len == 0) { [all …]
|
/linux-2.4.37.9/drivers/net/ |
D | big_sur_ge.c | 629 big_sur_ge_config *config; in big_sur_ge_enet_init() local 633 config = big_sur_ge_get_config(device_id); in big_sur_ge_enet_init() 634 if (config == NULL) in big_sur_ge_enet_init() 640 emac->has_mii = config->has_mii; in big_sur_ge_enet_init() 642 emac->dma_config = config->dma_config; in big_sur_ge_enet_init() 643 emac->base_address = config->base_address; in big_sur_ge_enet_init() 922 unsigned long config; in big_sur_ge_set_frame_gap() local 926 config = ( (part1 << BIG_SUR_GE_IFGP_PART1_SHIFT) | in big_sur_ge_set_frame_gap() 929 BIG_SUR_GE_WRITE(emac->base_address + BIG_SUR_GE_IFGP_OFFSET, config); in big_sur_ge_set_frame_gap() 939 unsigned long config; in big_sur_ge_get_frame_gap() local [all …]
|
/linux-2.4.37.9/drivers/char/joystick/ |
D | turbografx.c | 133 static struct tgfx __init *tgfx_probe(int *config) in tgfx_probe() argument 139 if (config[0] < 0) in tgfx_probe() 142 for (pp = parport_enumerate(); pp && (config[0] > 0); pp = pp->next) in tgfx_probe() 143 config[0]--; in tgfx_probe() 169 if (config[i+1] > 0 && config[i+1] < 6) { in tgfx_probe() 180 tgfx->dev[i].idproduct = config[i+1]; in tgfx_probe() 186 for (j = 0; j < config[i+1]; j++) in tgfx_probe() 194 tgfx->dev[i].number, config[i+1], tgfx->pd->port->name); in tgfx_probe()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/ |
D | i2c-yosemite.c | 159 int titan_i2c_init(titan_i2c_config *config) in titan_i2c_init() argument 173 val |= ( (val & ~(0xF000)) | ( (config->filtera << 12) & 0xF000)); in titan_i2c_init() 174 val |= ( (val & ~(0x03FF)) | ( config->clka & 0x03FF)); in titan_i2c_init() 181 val |= ( (val & ~(0xF000)) | ( (config->filterb << 12) & 0xF000)); in titan_i2c_init() 182 val |= ( (val & ~(0x03FF)) | ( config->clkb & 0x03FF)); in titan_i2c_init()
|
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | pciu.c | 172 uint32_t config; in vr41xx_pciu_init() local 207 config = (s->internal_base & INTERNAL_BUS_BASE_ADDRESS) | in vr41xx_pciu_init() 211 writel(config, PCIMMAW1REG); in vr41xx_pciu_init() 215 config = (s->internal_base & INTERNAL_BUS_BASE_ADDRESS) | in vr41xx_pciu_init() 219 writel(config, PCIMMAW2REG); in vr41xx_pciu_init() 223 config = (s->internal_base & INTERNAL_BUS_BASE_ADDRESS) | in vr41xx_pciu_init() 227 writel(config, PCIMIOAWREG); in vr41xx_pciu_init()
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | io_ti.c | 595 dbg ("%s - Number of Interfaces = %d", __FUNCTION__, dev->config->bNumInterfaces); in TIChooseConfiguration() 596 dbg ("%s - MAX Power = %d", __FUNCTION__, dev->config->MaxPower*2); in TIChooseConfiguration() 598 if (dev->config->bNumInterfaces != 1) { in TIChooseConfiguration() 987 interface = serial->serial->dev->config->interface->altsetting; in TIDownloadFirmware() 2187 struct ump_uart_config *config; in change_port_settings() local 2204 config = kmalloc (sizeof (*config), GFP_KERNEL); in change_port_settings() 2205 if (!config) { in change_port_settings() 2212 config->wFlags = 0; in change_port_settings() 2215 config->wFlags |= UMP_MASK_UART_FLAGS_RECEIVE_MS_INT; in change_port_settings() 2216 config->wFlags |= UMP_MASK_UART_FLAGS_AUTO_START_ON_ERR; in change_port_settings() [all …]
|
/linux-2.4.37.9/ |
D | Makefile | 37 MAKEFILES = $(TOPDIR)/.config 58 ifeq (.config,$(wildcard .config)) 59 include .config 68 CONFIGURATION = config 69 do-it-all: config 256 .version .config* config.in config.old \ 267 include/config \ 317 $(CONFIG_SHELL) scripts/Configure -d arch/$(ARCH)/config.in 325 $(CONFIG_SHELL) scripts/Menuconfig arch/$(ARCH)/config.in 327 config: symlinks target [all …]
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | README | 2 To extract the kernel vmlinux, System.map or .config from the zImage binary: 6 objcopy -j .kernel:.config -O binary zImage config.gz
|
/linux-2.4.37.9/arch/arm/ |
D | Makefile | 235 include/asm-arm/.arch: $(wildcard include/config/arch/*.h) 245 include/asm-arm/.proc: $(wildcard include/config/cpu/32.h) $(wildcard include/config/cpu/26.h) 263 $(wildcard include/config/cpu/32.h) \ 264 $(wildcard include/config/cpu/26.h) \ 265 $(wildcard include/config/arch/*.h) 325 [ -f .config ] && mv -f .config .config.old; \ 326 cp arch/arm/def-configs/$$CFG .config; \
|