Home
last modified time | relevance | path

Searched refs:conf_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/can/sja1000/
H A Dems_pci.c253 int max_chan, conf_size, base_bar, conf_bar; in ems_pci_add_card() local
280 conf_size = EMS_PCI_V3_CONF_SIZE; in ems_pci_add_card()
286 conf_size = EMS_PCI_V2_CONF_SIZE; in ems_pci_add_card()
292 conf_size = EMS_PCI_V1_CONF_SIZE; in ems_pci_add_card()
296 card->conf_addr = pci_iomap(pdev, conf_bar, conf_size); in ems_pci_add_card()
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_ast2500.c284 size_t conf_size; in ast2500_sdrammc_ecc_enable() local
287 conf_size = conf_size_mb * SDRAM_SIZE_1MB; in ast2500_sdrammc_ecc_enable()
288 if (conf_size > info->info.size) { in ast2500_sdrammc_ecc_enable()
292 conf_size = info->info.size; in ast2500_sdrammc_ecc_enable()
293 } else if (conf_size == 0) { in ast2500_sdrammc_ecc_enable()
294 conf_size = info->info.size; in ast2500_sdrammc_ecc_enable()
297 info->info.size = (((conf_size / 9) * 8) >> 20) << 20; in ast2500_sdrammc_ecc_enable()
H A Dsdram_ast2600.c869 size_t conf_size; in ast2600_sdrammc_ecc_enable() local
872 conf_size = conf_size_mb * SDRAM_SIZE_1MB; in ast2600_sdrammc_ecc_enable()
873 if (conf_size > info->info.size) { in ast2600_sdrammc_ecc_enable()
877 conf_size = info->info.size; in ast2600_sdrammc_ecc_enable()
878 } else if (conf_size == 0) { in ast2600_sdrammc_ecc_enable()
879 conf_size = info->info.size; in ast2600_sdrammc_ecc_enable()
882 info->info.size = (((conf_size / 9) * 8) >> 20) << 20; in ast2600_sdrammc_ecc_enable()
/openbmc/linux/sound/soc/sh/rcar/
H A Dgen.c160 int conf_size) in _rsnd_gen_regmap_init() argument
198 for (i = 0; i < conf_size; i++) { in _rsnd_gen_regmap_init()