Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c51 static phys_addr_t fw_cfg_p_base; variable
205 release_mem_region(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_io_cleanup()
208 release_region(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_io_cleanup()
248 fw_cfg_p_base = range->start; in fw_cfg_do_platform_probe()
252 if (!request_mem_region(fw_cfg_p_base, in fw_cfg_do_platform_probe()
255 fw_cfg_dev_base = ioremap(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_do_platform_probe()
257 release_mem_region(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_do_platform_probe()
261 if (!request_region(fw_cfg_p_base, in fw_cfg_do_platform_probe()
264 fw_cfg_dev_base = ioport_map(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_do_platform_probe()
266 release_region(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_do_platform_probe()