Searched defs:lpc32xx_nand_mlc_registers (Results 1 – 1 of 1) sorted by relevance
34 struct lpc32xx_nand_mlc_registers { struct35 u8 buff[32768]; /* controller's serial data buffer */36 u8 data[32768]; /* NAND's raw data buffer */37 u32 cmd;38 u32 addr;39 u32 ecc_enc_reg;40 u32 ecc_dec_reg;41 u32 ecc_auto_enc_reg;42 u32 ecc_auto_dec_reg;43 u32 rpr;[all …]