Lines Matching defs:jmb38x_ms_host
51 struct jmb38x_ms_host { struct
52 struct jmb38x_ms *chip;
53 void __iomem *addr;
54 spinlock_t lock;
55 struct tasklet_struct notify;
56 int id;
57 char host_id[32];
58 int irq;
59 unsigned int block_pos;
60 unsigned long timeout_jiffies;
61 struct timer_list timer;
62 struct memstick_request *req;
63 unsigned char cmd_flags;
64 unsigned char io_pos;
65 unsigned char ifmode;
66 unsigned int io_word[2];