Searched defs:cm4000_dev (Results 1 – 1 of 1) sorted by relevance
105 struct cm4000_dev { struct106 struct pcmcia_device *p_dev;108 unsigned char atr[MAX_ATR];109 unsigned char rbuf[512];110 unsigned char sbuf[512];112 wait_queue_head_t devq; /* when removing cardman must not be115 wait_queue_head_t ioq; /* if IO is locked, wait on this Q */116 wait_queue_head_t atrq; /* wait for ATR valid */117 wait_queue_head_t readq; /* used by write to wake blk.read */121 unsigned char atr_csum;[all …]