Home
last modified time | relevance | path

Searched refs:mem_config (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dfsp_configs.c17 struct memory_config *mem_config = &config->mem_config; in update_fsp_configs() local
42 rt_buf->mem_config = mem_config; in update_fsp_configs()
44 rt_buf->mem_config = NULL; in update_fsp_configs()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/
H A Dfsp_configs.h30 struct memory_config mem_config; member
37 struct memory_config *mem_config; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dacx.c882 mem_conf->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS); in wl1251_acx_mem_cfg()
883 mem_conf->mem_config.rx_mem_block_num = 35; in wl1251_acx_mem_cfg()
884 mem_conf->mem_config.tx_min_mem_block_num = 64; in wl1251_acx_mem_cfg()
885 mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES; in wl1251_acx_mem_cfg()
886 mem_conf->mem_config.host_if_options = HOSTIF_PKT_RING; in wl1251_acx_mem_cfg()
887 mem_conf->mem_config.num_ssid_profiles = 1; in wl1251_acx_mem_cfg()
888 mem_conf->mem_config.debug_buffer_size = in wl1251_acx_mem_cfg()
H A Dacx.h1140 struct wl1251_acx_memory mem_config; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpm2fb.c92 u32 mem_config; /* MemConfig reg at probe */ member
339 pm2_WR(p, PM2R_MEM_CONFIG, p->mem_config); in reset_card()
1582 default_par->mem_config = pm2_RD(default_par, PM2R_MEM_CONFIG); in pm2fb_probe()
1585 default_par->mem_config); in pm2fb_probe()
1589 default_par->mem_config == 0x259fffff) { in pm2fb_probe()
1593 default_par->mem_config = 0xe6002021; in pm2fb_probe()
1617 switch (default_par->mem_config & PM2F_MEM_CONFIG_RAM_MASK) { in pm2fb_probe()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dmconsole_kern.c289 static int mem_config(char *str, char **error_out) in mem_config() function
410 .config = mem_config,
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c459 struct resource *mem_config; member
2808 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
2821 hbus->mem_config->flags |= IORESOURCE_BUSY; in hv_allocate_config_window()
2828 vmbus_free_mmio(hbus->mem_config->start, PCI_CONFIG_MMIO_LENGTH); in hv_free_config_window()
2862 d0_entry->mmio_base = hbus->mem_config->start; in hv_pci_enter_d0()
3205 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()