Skip to content

Commit

Permalink
[ot] hw/opentitan: ot_clkmgr: Fix incorrect IO_MEAS_CTRL_SHADOWED fie…
Browse files Browse the repository at this point in the history
…ld length
  • Loading branch information
AlexJones0 committed Dec 19, 2024
1 parent 2eb8dab commit f08e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/opentitan/ot_clkmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ REG32(IO_MEAS_CTRL_EN, 0x28u)
FIELD(IO_MEAS_CTRL_EN, EN, 0u, 4u)
REG32(IO_MEAS_CTRL_SHADOWED, 0x2cu)
FIELD(IO_MEAS_CTRL_SHADOWED, HI, 0u, 10u)
FIELD(IO_MEAS_CTRL_SHADOWED, LO, 10u, 1u)
FIELD(IO_MEAS_CTRL_SHADOWED, LO, 10u, 10u)
REG32(IO_DIV2_MEAS_CTRL_EN, 0x30u)
FIELD(IO_DIV2_MEAS_CTRL_EN, EN, 0u, 4u)
REG32(IO_DIV2_MEAS_CTRL_SHADOWED, 0x34u)
Expand Down

0 comments on commit f08e9f6

Please sign in to comment.