Lines Matching refs:get_chip
82 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
781 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function
1121 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip()
1335 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock()
1417 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk()
1438 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk()
1573 ret = get_chip(map, chip, adr, mode); in do_write_oneword()
1815 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
2248 ret = get_chip(map, chip, adr, FL_WRITING); in do_erase_chip()
2344 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock()
2456 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING); in do_atmel_lock()
2491 ret = get_chip(map, chip, adr + chip->start, FL_UNLOCKING); in do_atmel_unlock()
2547 ret = get_chip(map, chip, adr, FL_LOCKING); in do_ppb_xxlock()
2884 ret = get_chip(map, chip, chip->start, FL_SHUTDOWN); in cfi_amdstd_reset()