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