Lines Matching refs:cfi_qry
263 static void flash_printqry(struct cfi_qry *qry) in flash_printqry()
268 for (x = 0; x < sizeof(struct cfi_qry); x += 16) { in flash_printqry()
1644 static void cfi_reverse_geometry(struct cfi_qry *qry) in cfi_reverse_geometry()
1677 static int cmdset_intel_init(flash_info_t *info, struct cfi_qry *qry) in cmdset_intel_init()
1756 static int cmdset_amd_init(flash_info_t *info, struct cfi_qry *qry) in cmdset_amd_init()
1897 static int __flash_detect_cfi(flash_info_t *info, struct cfi_qry *qry) in __flash_detect_cfi()
1912 sizeof(struct cfi_qry)); in __flash_detect_cfi()
1950 static int flash_detect_cfi(flash_info_t *info, struct cfi_qry *qry) in flash_detect_cfi()
1970 static void flash_fixup_amd(flash_info_t *info, struct cfi_qry *qry) in flash_fixup_amd()
1987 static void flash_fixup_atmel(flash_info_t *info, struct cfi_qry *qry) in flash_fixup_atmel()
2006 static void flash_fixup_stm(flash_info_t *info, struct cfi_qry *qry) in flash_fixup_stm()
2026 static void flash_fixup_sst(flash_info_t *info, struct cfi_qry *qry) in flash_fixup_sst()
2045 static void flash_fixup_num(flash_info_t *info, struct cfi_qry *qry) in flash_fixup_num()
2080 struct cfi_qry qry; in flash_get_size()