Lines Matching refs:get_chip
97 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
874 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function
1215 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1429 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock()
1511 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk()
1532 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk()
1723 ret = get_chip(map, chip, adr, mode); in do_write_oneword_start()
2033 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
2424 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip()
2524 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2639 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_atmel_lock()
2674 ret = get_chip(map, chip, adr + chip->start, FL_UNLOCKING); in do_atmel_unlock()
2728 ret = get_chip(map, chip, adr, FL_LOCKING); in do_ppb_xxlock()
3072 ret = get_chip(map, chip, chip->start, FL_SHUTDOWN); in cfi_amdstd_reset()