diff options
author | Masahiro Yamada <[email protected]> | 2020-04-08 16:21:04 +0900 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-05-28 11:20:57 +0200 |
commit | 2941e4ca2057d6ebba1d93ff1930c6e4c18b63fb (patch) | |
tree | e2c669ff72452d881426f5b0937c1fc86a8af6ac /drivers/hwmon/pwm-fan.c | |
parent | 4908460ef16e1a5b7597c2a9871661e827ef8ee7 (diff) |
mmc: sdhci: move SDHCI_CAPABILITIES_1 to a more suitable place
In the SDHCI specification, the Capabilities Register (Offset 0x40h)
is the 64-bit width register, but in Linux, it is represented as two
registers, SDHCI_CAPABILITIES and SDHCI_CAPABILITIES_1 so that drivers
can use 32-bit register accessors.
The upper 32-bit field is associated with SDHCI_CAPABILITIES_1.
Move the definition of SDHCI_CAPABILITIES_1 to the correct place.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'drivers/hwmon/pwm-fan.c')
0 files changed, 0 insertions, 0 deletions