Lines Matching defs:Where
383 volatile uint8_t * Where = Offset;
384 *Where = Value;
389 volatile uint8_t * Where = Offset;
390 *Value = *Where;
395 volatile uint16_t * Where = Offset;
396 *Where = Value;
401 volatile uint16_t * Where = Offset;
402 *Value = *Where;
410 volatile uint32_t * Where = Offset;
411 *Where = Value;
413 volatile uint8_t * Where = Offset;
424 single_write_uint16(sc,Where,v0);
425 single_write_uint16(sc,Where+2,v1);
432 volatile uint32_t * Where = Offset;
433 *Value = *Where;
443 volatile uint32_t * Where = Offset;
447 *Where = v;
452 volatile uint32_t * Where = Offset;
454 v = *Where;
462 volatile uint16_t * Where = Offset;
463 *Where = Value;
468 volatile uint16_t * Where = Offset;
469 *Value = *Where;
474 volatile uint32_t * Where = Offset;
476 *Where = Value;
481 volatile uint32_t * Where = Offset;
483 v = *Where;
697 volatile uint8_t *Where = Offset;
705 sc->sc_ops->read_uint16(sc,Where+i,&Data16);
709 Where+i, Data16);
714 printf("Offset %p not ERASED, wont take.\n",Where+i);
737 sc->sc_ops->write_uint16(sc,Where+i,Value);
762 sc->sc_ops->read_uint16(sc,Where+i,&Data16);
766 Where+i, Data16);
861 volatile uint8_t *Where = Offset;
869 sc->sc_ops->read_uint32(sc,Where+i,&Data32);
873 Where+i, Data32);
877 printf("Offset %p not ERASED, wont take.\n",Where+i);
904 sc->sc_ops->write_uint32(sc,Where+i,Value);
929 sc->sc_ops->read_uint32(sc,Where+i,&Data32);
933 Where+i, Data32);