athflash.c | 121 static int toggle_bit_wait(struct flash_softc *, bus_size_t, int, int, int); 366 toggle_bit_wait(struct flash_softc *sc, bus_size_t offset, function in typeref:typename:int 417 return toggle_bit_wait(sc, offset, 10000, 60000000, 0); 438 if (toggle_bit_wait(sc, offset, 10, 1000, 1) != 0)
|