Newer
Older
barebox / arch / arm / boards / at91sam9260ek / env / bin / pcidmaloop
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jul 2010 458 bytes move boards to arch/<architecure>/boards
pci stat
pci stat -c
while true; do 
        pci readm 32 0xA1000000 32 -s
        pci readm 32 0xA2000000 256 -s
        pci dmatx 2000 a2000100 128 -s
        pci writem 32 0xa2000100 0x12345678 4 -s
        pci readm 32 0xA3000000 256 -s
        pci dmatx 2000 a3000040 128 -s
        pci writem 32 0xa3000100 0x12345678 4 -s
        pci readm 32 0xA4000000 16 -s
        pci dmatx 2000 a4000080 4 -s
        pci writem 32 0xa4000080 0x12345678 4 -s
done