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

  /src/sys/arch/hpcmips/tx/
tx39var.h 49 IO,
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingWriter.c 70 ProfDataIOVec IO[] = {{Data, sizeof(uint8_t), Size}};
72 if (BufferIO->FileWriter(IO, 1, &BufferIO->File))
77 llvmBufferWriter(IO, 1, (void **)&Buffer);
85 ProfDataIOVec IO[] = {
87 if (BufferIO->FileWriter(IO, 1, &BufferIO->File))
  /src/sys/arch/arm/at91/
at91cf.c 78 #define IO 0
180 ph->ph_space[IO].base = sa->sa_addr + IO_BASE;
181 ph->ph_space[IO].size = IO_SIZE;
397 pa = pih->addr + ph->ph_space[IO].base;
  /src/bin/dd/
dd.h 87 } IO;
  /src/sys/arch/arm/ep93xx/
eppcic.c 99 #define IO 0
188 ph->ph_space[IO].reg = EP93XX_PCMCIA0_IO;
189 ph->ph_space[IO].base = EP93XX_PCMCIA0_HWBASE + EP93XX_PCMCIA_IO;
190 ph->ph_space[IO].size = EP93XX_PCMCIA_IO_SIZE;
413 pa = pih->addr + ph->ph_space[IO].base;
450 eppcic_set_pcreg(ph, IO);
613 case IO:
  /src/sys/dev/ic/
ihareg.h 162 #define IO 0x01 /* I/O signal */

Completed in 57 milliseconds