]> git.proxmox.com Git - qemu.git/commit
omap_gpmc: Refactor omap_gpmc_cs_map and omap_gpmc_cs_unmap
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 28 Aug 2011 16:22:18 +0000 (16:22 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 28 Aug 2011 16:37:12 +0000 (16:37 +0000)
commit3387bf5581df66c2cfb0d399d73c80f3cc3be198
tree36be2126c17cffb3f2c2f3e7cc2ab76e9f79fe0e
parent07bc2f807768d85e98f50de2e5f8115743277381
omap_gpmc: Refactor omap_gpmc_cs_map and omap_gpmc_cs_unmap

Refactor the omap_gpmc_cs_map/unmap functions:
 * take the omap_gpmc_s* and a chipselect id rather than the
   omap_gpmc_cs_file_s*, so they have access to the general gpmc
   member fields
 * extract the base and mask from the config registers in the functions
   rather than at every callsite
 * check for CSVALID in the functions rather than at every callsite

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/omap_gpmc.c