HomeSort by: relevance | last modified time | path
    Searched defs:Where (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/emips/ebus/
flash_ebus.c 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
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 556 union acpi_operand_object **Where; /* Target of Index */

Completed in 13 milliseconds