flash_driver::auto_probe field
A more gentle flavor of flash_driver::probe, performing setup with less noise. Generally, driver routines should test to see if the bank has already been probed; if it has, the driver probably should not perform its probe a second time. This callback is often called from the inside of other routines (e.g. GDB flash downloads) to autoprobe the flash as it is programming the flash.