* [U-Boot] pci modify [.l .w .b]
@ 2018-03-18 6:38 Steven Seeger
0 siblings, 0 replies; only message in thread
From: Steven Seeger @ 2018-03-18 6:38 UTC (permalink / raw)
To: u-boot
Hi list.
If a pci modify command is issued, do_pci() takes the size specifier (.l, .w,
.b) and turns it into one of PCI_SIZE_8, PCI_SIZE_16, or PCI_SIZE_32, which
correspond to 0, 1, and 2.
Consequently, the address increment moves at 0, 1, or 2 bytes.
This would be a trivial patch for me to make, but before I do that I wanted to
make sure that this was not the desired behavior, or that I am not missing
something.
Thanks,
Steven
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-18 6:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 6:38 [U-Boot] pci modify [.l .w .b] Steven Seeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox