Searched refs:cfi_word (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/mtd/ |
D | cfi.h | 39 typedef __u32 cfi_word; typedef 73 typedef __u64 cfi_word; typedef 86 typedef __u32 cfi_word; typedef 330 static inline cfi_word cfi_build_cmd(u_char cmd, struct map_info *map, struct cfi_private *cfi) in cfi_build_cmd() 332 cfi_word val = 0; in cfi_build_cmd() 387 static inline cfi_word cfi_read(struct map_info *map, __u32 addr) in cfi_read() 406 static inline void cfi_write(struct map_info *map, cfi_word val, __u32 addr) in cfi_write() 428 int type, cfi_word *prev_val) in cfi_send_gen_cmd() 430 cfi_word val; in cfi_send_gen_cmd()
|
/linux-2.4.37.9/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 306 cfi_word status, status_OK; 466 cfi_word status, status_OK; 749 static int do_write_oneword(struct map_info *map, struct flchip *chip, unsigned long adr, cfi_word … 753 cfi_word status, status_OK; 957 cfi_word datum; 994 cfi_word datum; 1029 cfi_word datum; 1063 cfi_word status, status_OK; 1475 cfi_word status, status_OK; 1737 cfi_word status, status_OK;
|