On Fri, 2006-09-01 at 18:40 +0200, Martin Langer wrote: > I just learned how to write different lengths between 8 and 16 > bits. They do work in this way: > > 0x370c write 8 bits (AA) > 0x371c write 9 bits (AA + 1 bit from CC) > 0x372c write 10 bits (AA + 2 bits from CC) > ... > 0x378c write 16 bits (AA + CC) > > But 0x379c..0x37fc will always write 8 bits (CC).
Probably some bits in between there again that are either unused or simply used for a different purpose again. I wouldn't be suprised if with this particular instruction which is fairly simple there were unused bits. Does varying the C in 0x37xC have an influence on anything? johannes _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
