Lines Matching refs:get_chip
99 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
876 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function
1217 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1431 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock()
1513 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk()
1534 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk()
1725 ret = get_chip(map, chip, adr, mode); in do_write_oneword_start()
2035 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
2426 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_chip()
2526 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2641 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_atmel_lock()
2676 ret = get_chip(map, chip, adr + chip->start, FL_UNLOCKING); in do_atmel_unlock()
2730 ret = get_chip(map, chip, adr, FL_LOCKING); in do_ppb_xxlock()
3074 ret = get_chip(map, chip, chip->start, FL_SHUTDOWN); in cfi_amdstd_reset()