Lines Matching refs:get_chip
82 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
778 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function
1117 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1333 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock()
1415 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk()
1436 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk()
1571 ret = get_chip(map, chip, adr, mode); in do_write_oneword()
1813 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
2245 ret = get_chip(map, chip, adr, FL_WRITING); in do_erase_chip()
2334 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2462 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_atmel_lock()
2497 ret = get_chip(map, chip, adr + chip->start, FL_UNLOCKING); in do_atmel_unlock()
2552 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_ppb_xxlock()
2887 ret = get_chip(map, chip, chip->start, FL_SHUTDOWN); in cfi_amdstd_reset()