Searched defs:ray_dev_t (Results 1 – 1 of 1) sorted by relevance
27 typedef struct ray_dev_t { struct28 int card_status;29 int authentication_state;30 void __iomem *sram; /* pointer to beginning of shared RAM */31 void __iomem *amem; /* pointer to attribute mem window */32 void __iomem *rmem; /* pointer to receive buffer window */33 struct pcmcia_device *finder; /* pointer back to struct pcmcia_device for card */34 struct timer_list timer;35 unsigned long tx_ccs_lock;36 unsigned long ccs_lock;[all …]