Lines Matching defs:ray_dev_t
26 typedef struct ray_dev_t { struct
27 int card_status;
28 int authentication_state;
29 void __iomem *sram; /* pointer to beginning of shared RAM */
30 void __iomem *amem; /* pointer to attribute mem window */
31 void __iomem *rmem; /* pointer to receive buffer window */
32 struct pcmcia_device *finder; /* pointer back to struct pcmcia_device for card */
33 struct timer_list timer;
34 unsigned long tx_ccs_lock;
35 unsigned long ccs_lock;
36 int dl_param_ccs;
37 union {
40 } sparm;
41 int timeout_flag;
42 UCHAR supported_rates[8];
43 UCHAR japan_call_sign[12];
44 struct startup_res_6 startup_res;
45 int num_multi;
70 } ray_dev_t; argument