Home
last modified time | relevance | path

Searched refs:cfi_ident (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_probe.c24 static void print_cfi_ident(struct cfi_ident *);
143 cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL); in cfi_chip_setup()
149 memset(cfi->cfiq,0,sizeof(struct cfi_ident)); in cfi_chip_setup()
155 for (i=0; i<(sizeof(struct cfi_ident) + num_erase_regions * 4); i++) { in cfi_chip_setup()
222 static void print_cfi_ident(struct cfi_ident *cfip) in print_cfi_ident()
Djedec_probe.c957 p_cfi->cfiq = kmalloc(sizeof(struct cfi_ident) + num_erase_regions * 4, GFP_KERNEL); in cfi_jedec_setup()
963 memset(p_cfi->cfiq,0,sizeof(struct cfi_ident)); in cfi_jedec_setup()
/linux-2.4.37.9/include/linux/mtd/
Dcfi.h224 struct cfi_ident { struct
308 struct cfi_ident *cfiq; /* For now only one. We insist that all devs