soc/intel/apollolake: Make SMI_STS offset macro definition consistent
commit4ab7ef93ee6fef0f12a9237486fa1cacf9a9c84a
authorSubrata Banik <subrata.banik@intel.com>
Thu, 20 Feb 2020 06:23:04 +0000 (20 11:53 +0530)
committerSubrata Banik <subrata.banik@intel.com>
Sun, 23 Feb 2020 13:41:36 +0000 (23 13:41 +0000)
treece0e7ba258f203817899cf84a102250209c72370
parentf5529d9edc82666e1ac410c0042099228f6e6734
soc/intel/apollolake: Make SMI_STS offset macro definition consistent

This patch makes all bit field macro definition for SMI_STS register
(offset 0x44) be consistent i.e. ending with "_STS_BIT".

Also modified relevant files where those macros are getting used.

Change-Id: Ibe3fbb459c106a3a58cd9a8b6eb3d7ee92e6ed82
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39022
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
src/soc/intel/apollolake/include/soc/pm.h
src/soc/intel/apollolake/pmutil.c
src/soc/intel/apollolake/smihandler.c