mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-15 19:43:29 +00:00
The macro to write 64-bits quantities to the 32-bits register swapped
the value and offsets arguments, we want to preserve the ordering of the
arguments with respect to how writel() is implemented for instance:
value first, offset/base second.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcm_sf2_regs.h | ||
| bcm_sf2.c | ||
| bcm_sf2.h | ||
| Kconfig | ||
| Makefile | ||
| mv88e6xxx.c | ||
| mv88e6xxx.h | ||
| mv88e6060.c | ||
| mv88e6123_61_65.c | ||
| mv88e6131.c | ||
| mv88e6171.c | ||
| mv88e6352.c | ||