Searched refs:mem_config (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c918 mem_conf->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS);
919 mem_conf->mem_config.rx_mem_block_num = 35;
920 mem_conf->mem_config.tx_min_mem_block_num = 64;
921 mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES;
922 mem_conf->mem_config.host_if_options = HOSTIF_PKT_RING;
923 mem_conf->mem_config.num_ssid_profiles = 1;
924 mem_conf->mem_config.debug_buffer_size =
H A Dwl1251_acx.h1113 struct wl1251_acx_memory mem_config; member in struct:wl1251_acx_config_memory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c507.c428 char mem_config = inb(ioaddr + MEM_CONFIG); local
429 if (mem_config & 0x20) {
431 base = 0xf00000 + (mem_config & 0x08 ? 0x080000
432 : ((mem_config & 3) << 17));
434 size = ((mem_config & 3) + 1) << 14;
435 base = 0x0c0000 + ( (mem_config & 0x18) << 12);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpm2fb.c99 u32 mem_config; /* MemConfig reg at probe */ member in struct:pm2fb_par
344 pm2_WR(p, PM2R_MEM_CONFIG, p->mem_config);
1583 default_par->mem_config = pm2_RD(default_par, PM2R_MEM_CONFIG);
1586 default_par->mem_config);
1590 default_par->mem_config == 0x259fffff) {
1594 default_par->mem_config = 0xe6002021;
1618 switch (default_par->mem_config & PM2F_MEM_CONFIG_RAM_MASK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dmconsole_kern.c292 static int mem_config(char *str, char **error_out) function
413 .config = mem_config,

Completed in 189 milliseconds