Lines Matching defs:pixis
11 typedef struct pixis { struct
12 u8 id;
13 u8 ver;
14 u8 pver;
15 u8 csr;
16 u8 rst;
17 u8 rst2;
18 u8 aux1;
19 u8 spd;
20 u8 aux2;
21 u8 csr2;
22 u8 watch;
23 u8 led;
47 } __attribute__ ((packed)) pixis_t; argument
50 typedef struct pixis { argument
74 } __attribute__ ((packed)) pixis_t; argument
77 typedef struct pixis { argument
78 u8 id;
79 u8 ver;
103 } __attribute__ ((packed)) pixis_t; argument
106 typedef struct pixis { argument
107 u8 id;
108 u8 ver; /* also called arch */
109 u8 pver;
133 } __attribute__ ((packed)) pixis_t; argument
136 typedef struct pixis { argument
158 } __attribute__ ((packed)) pixis_t; argument
164 #define pixis ((pixis_t *)PIXIS_BASE) argument