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

  /src/sys/arch/acorn32/podulebus/
sfas.c 179 nexus->syncoff = 0;
660 *rp->sfas_syncoff = nexus->syncoff;
947 *rp->sfas_syncoff = nexus->syncoff;
1095 *rp->sfas_syncoff = nexus->syncoff;
1394 nexus->syncoff = 0;
1397 *rp->sfas_syncoff = nexus->syncoff;
1435 nexus->syncoff = offset;
1445 *rp->sfas_syncoff = nexus->syncoff;
1601 printf("syncoff=%d\n", nexus->syncoff);
    [all...]
escvar.h 108 u_char syncoff; /* FAS216 variable storage */ member in struct:nexus
sfasvar.h 108 u_char syncoff; /* FAS216 variable storage */ member in struct:nexus
esc.c 180 nexus->syncoff = 0;
733 *rp->esc_syncoff = nexus->syncoff;
1020 *rp->esc_syncoff = nexus->syncoff;
1168 *rp->esc_syncoff = nexus->syncoff;
1469 nexus->syncoff = 0;
1472 *rp->esc_syncoff = nexus->syncoff;
1510 nexus->syncoff = offset;
1520 *rp->esc_syncoff = nexus->syncoff;
  /src/sys/dev/goldfish/
gftty.c 350 bus_addr_t syncoff = local in function:gftty_rx
354 syncoff, count, BUS_DMASYNC_PREREAD);
360 syncoff, count, BUS_DMASYNC_POSTREAD);
  /src/sys/dev/ic/
ncr53c9x.c 621 uint8_t syncoff, synctp; local in function:ncr53c9x_setsync
625 syncoff = ti->offset;
651 syncoff = 0;
658 NCR_WRITE_REG(sc, NCR_SYNCOFF, syncoff);

Completed in 21 milliseconds