Files
u-boot/drivers/pci
Andrew Sharp af778c6d9e pci: fix errant data types and corresponding access functions
In a couple of places, unsigned int and pci_config_*_dword were being
used when u16 and _word should be used.  Unsigned int was also being
used in a couple of places that should be pci_addr_t.

Signed-off-by: Andrew Sharp <andywyse6@gmail.com>
2012-09-02 14:17:42 +02:00
..
2011-06-23 08:25:18 +02:00
2011-06-23 08:25:18 +02:00
2008-12-10 23:11:36 +09:00
2008-10-18 21:54:03 +02:00