Searched refs:mem_config (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | fsp_configs.c | 16 struct memory_config *mem_config = &config->mem_config; in update_fsp_configs() local 41 rt_buf->mem_config = mem_config; in update_fsp_configs() 43 rt_buf->mem_config = NULL; in update_fsp_configs()
|
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/ |
H A D | fsp_configs.h | 29 struct memory_config mem_config; member 36 struct memory_config *mem_config; member
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | acx.c | 882 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 D | acx.h | 1140 struct wl1251_acx_memory mem_config; member
|
/openbmc/qemu/hw/pci-host/ |
H A D | versatile.c | 80 MemoryRegion mem_config; member 438 memory_region_init_io(&s->mem_config, OBJECT(s), &pci_vpb_config_ops, s, in pci_vpb_realize() 440 sysbus_init_mmio(sbd, &s->mem_config); in pci_vpb_realize()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 500 struct resource *mem_config; member 1152 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_read_config() 1154 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_read_config() 1199 phys_addr_t addr = hbus->mem_config->start + in hv_pcifront_get_vendor_id() 1202 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in hv_pcifront_get_vendor_id() 1248 phys_addr_t addr = hbus->mem_config->start + offset; in _hv_pcifront_write_config() 1250 hv_pci_write_mmio(dev, hbus->mem_config->start, 4, in _hv_pcifront_write_config() 3296 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window() 3309 hbus->mem_config->flags |= IORESOURCE_BUSY; in hv_allocate_config_window() 3352 d0_entry->mmio_base = hbus->mem_config->start; in hv_pci_enter_d0() [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pm2fb.c | 93 u32 mem_config; /* MemConfig reg at probe */ member 341 pm2_WR(p, PM2R_MEM_CONFIG, p->mem_config); in reset_card() 1588 default_par->mem_config = pm2_RD(default_par, PM2R_MEM_CONFIG); in pm2fb_probe() 1591 default_par->mem_config); in pm2fb_probe() 1595 default_par->mem_config == 0x259fffff) { in pm2fb_probe() 1599 default_par->mem_config = 0xe6002021; in pm2fb_probe() 1623 switch (default_par->mem_config & PM2F_MEM_CONFIG_RAM_MASK) { in pm2fb_probe()
|
/openbmc/linux/arch/um/drivers/ |
H A D | mconsole_kern.c | 290 static int mem_config(char *str, char **error_out) in mem_config() function 411 .config = mem_config,
|