Searched refs:get_chip (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dfwh_lock.h62 ret = get_chip(map, chip, adr, FL_LOCKING);
H A Dcfi_cmdset_0002.c70 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
476 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) function
777 * Similarly, get_chip() and put_chip() just happen to always be executed
818 ret = get_chip(map, chip, cmd_addr, FL_READY);
988 ret = get_chip(map, chip, adr, FL_WRITING);
1219 ret = get_chip(map, chip, adr, FL_WRITING);
1408 ret = get_chip(map, chip, adr, FL_WRITING);
1495 ret = get_chip(map, chip, adr, FL_ERASING);
1621 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING);
1657 ret = get_chip(ma
[all...]
H A Dcfi_cmdset_0001.c88 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
645 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) function
687 * get_chip returns success we're clear to go ahead.
694 ret = get_chip(map, contender, contender->start, mode);
1151 ret = get_chip(map, chip, cmd_addr, FL_POINT);
1264 ret = get_chip(map, chip, cmd_addr, FL_READY);
1344 ret = get_chip(map, chip, adr, mode);
1498 ret = get_chip(map, chip, cmd_adr, FL_WRITING);
1710 ret = get_chip(map, chip, adr, FL_ERASING);
1813 ret = get_chip(ma
[all...]

Completed in 109 milliseconds