Searched refs:xip_udelay (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 1041 * xip_udelay() function is polling for both the given timeout and pending 1052 static void __xipram xip_udelay(struct map_info *map, struct flchip *chip, in xip_udelay() function 1144 #define UDELAY(map, chip, adr, usec) xip_udelay(map, chip, adr, usec) 1164 * happens is never executed because xip_udelay() will always return with the 1168 * The queueing and scheduling are always happening within xip_udelay().
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 1045 * xip_udelay() function is polling for both the given timeout and pending 1056 static void __xipram xip_udelay(struct map_info *map, struct flchip *chip, in xip_udelay() function 1148 #define UDELAY(map, chip, adr, usec) xip_udelay(map, chip, adr, usec) 1168 * happens is never executed because xip_udelay() will always return with the 1172 * The queueing and scheduling are always happening within xip_udelay().
|
Completed in 7 milliseconds