Lines Matching refs:nand_chip
92 static void cs553x_read_buf(struct nand_chip *this, u_char *buf, int len) in cs553x_read_buf()
102 static void cs553x_write_buf(struct nand_chip *this, const u_char *buf, int len) in cs553x_write_buf()
112 static unsigned char cs553x_read_byte(struct nand_chip *this) in cs553x_read_byte()
117 static void cs553x_write_byte(struct nand_chip *this, u_char byte) in cs553x_write_byte()
128 static void cs553x_hwcontrol(struct nand_chip *this, int cmd, in cs553x_hwcontrol()
140 static int cs553x_device_ready(struct nand_chip *this) in cs553x_device_ready()
148 static void cs_enable_hwecc(struct nand_chip *this, int mode) in cs_enable_hwecc()
155 static int cs_calculate_ecc(struct nand_chip *this, const u_char *dat, in cs_calculate_ecc()
174 struct nand_chip *this; in cs553x_init_one()
186 this = kzalloc(sizeof(struct nand_chip), GFP_KERNEL); in cs553x_init_one()
316 struct nand_chip *this; in cs553x_cleanup()