Go to the documentation of this file.
41 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \
42 struct reg##__name { \
43 void (*read)(struct rt2x00_dev *rt2x00dev, \
44 const unsigned int word, __type *data); \
45 void (*write)(struct rt2x00_dev *rt2x00dev, \
46 const unsigned int word, __type data); \
50 unsigned int word_base; \
51 unsigned int word_size; \
52 unsigned int word_count; \