commit | 3387bf5581df66c2cfb0d399d73c80f3cc3be198 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sun Aug 28 16:22:18 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sun Aug 28 16:37:12 2011 +0000 |
tree | 36be2126c17cffb3f2c2f3e7cc2ab76e9f79fe0e | |
parent | 07bc2f807768d85e98f50de2e5f8115743277381 [diff] |
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>