Newer
Older
barebox / arch / m68k / boards / kp_ukd_r1_num / env / bin / pciloop
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 23 Jul 2010 383 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 writem 32 0xa2000100 0x12345678 4 -s
        pci readm 32 0xA3000000 256 -s
        pci writem 32 0xa3000100 0x12345678 4 -s
        pci readm 32 0xA4000000 16 -s
        pci writem 32 0xa4000080 0x12345678 4 -s

#       pci dmatx 2000 a3000040 128 -s
done