diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2025-06-30 20:51:12 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2025-07-10 19:26:55 +0200 |
commit | 16a900210956fe7c476b2355c7090c2cc078f71d (patch) | |
tree | be63eec6b75a989640cc5c361293db004e132fde /drivers/ddr/marvell/axp/ddr3_read_leveling.c | |
parent | fc85e55205e518fa148a36db04eec37d65e83e24 (diff) |
net: sh_eth: Convert cache operations to static functions
Turn the current cache operation macros into static functions to improve
compiler coverage checking. This does change the driver behavior slightly,
the driver now expects those cache operation functions to be available on
all architectures on which it is used. This should pose no problem, as the
driver is only used on 32bit and 64bit ARM, which both have those operations.
The CFG_SH_ETHER_ALIGNE_SIZE is converted to SH_ETHER_ALIGN_SIZE and defined
as either 64 on ARM or 16 on SH.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'drivers/ddr/marvell/axp/ddr3_read_leveling.c')
0 files changed, 0 insertions, 0 deletions