Searched defs:ray_dev_t (Results 1 – 1 of 1) sorted by relevance
25 typedef struct ray_dev_t { struct26 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;[all …]