Lines Matching defs:rsi_91x_sdiodev
110 struct rsi_91x_sdiodev { struct
111 struct sdio_func *pfunction;
112 struct task_struct *sdio_irq_task;
113 struct receive_info rx_info;
114 u32 next_read_delay;
115 u32 sdio_high_speed_enable;
116 u8 sdio_clock_speed;
117 u32 cardcapability;
118 u8 prev_desc[16];
119 u16 tx_blk_size;
120 u8 write_fail;
121 bool buff_status_updated;
122 struct rsi_thread rx_thread;
123 u8 pktbuffer[8192] __aligned(4);