Go to the source code of this file.
◆ mfd_mc146818_ext_read()
Read the value at the given offset in extended memory bank.
- Parameters
-
dev | mc146818 mfd device |
offset | memory offset to be read. |
- Return values
-
◆ mfd_mc146818_ext_write()
Write the value at the given offset in extended memory bank.
- Parameters
-
dev | mc146818 mfd device |
offset | memory offset to be written. |
value | to be written at the offset |
◆ mfd_mc146818_std_read()
Read the value at the given offset in standard memory bank.
- Parameters
-
dev | mc146818 mfd device |
offset | memory offset to be read. |
- Return values
-
◆ mfd_mc146818_std_write()
Write the value at the given offset in standard memory bank.
- Parameters
-
dev | mc146818 mfd device |
offset | memory offset to be written. |
value | to be written at the offset |