Lines Matching defs:nand_ctlr
212 struct nand_ctlr { struct
213 u32 command; /* offset 00h */
214 u32 status; /* offset 04h */
215 u32 isr; /* offset 08h */
216 u32 ier; /* offset 0Ch */
217 u32 config; /* offset 10h */
218 u32 timing; /* offset 14h */
219 u32 resp; /* offset 18h */
220 u32 timing2; /* offset 1Ch */
221 u32 cmd_reg1; /* offset 20h */
222 u32 cmd_reg2; /* offset 24h */
223 u32 addr_reg1; /* offset 28h */
224 u32 addr_reg2; /* offset 2Ch */
225 u32 dma_mst_ctrl; /* offset 30h */
226 u32 dma_cfg_a; /* offset 34h */
227 u32 dma_cfg_b; /* offset 38h */
228 u32 fifo_ctrl; /* offset 3Ch */
229 u32 data_block_ptr; /* offset 40h */
230 u32 tag_ptr; /* offset 44h */
231 u32 resv1; /* offset 48h */
232 u32 dec_status; /* offset 4Ch */
233 u32 hwstatus_cmd; /* offset 50h */
234 u32 hwstatus_mask; /* offset 54h */
235 u32 resv2[29];
236 u32 bch_config; /* offset CCh */
237 u32 bch_dec_result; /* offset D0h */
238 u32 bch_dec_status_buf;