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

  /src/sys/dev/ic/
awi.c 1039 uint32_t frame, next, rstamp, rxoff; local
1042 rxoff = sc->sc_rxdoff;
1044 state = awi_read_1(sc, rxoff + AWI_RXD_HOST_DESC_STATE);
1054 len = awi_read_2(sc, rxoff + AWI_RXD_LEN);
1055 rate = awi_read_1(sc, rxoff + AWI_RXD_RATE);
1056 rssi = awi_read_1(sc, rxoff + AWI_RXD_RSSI);
1057 frame = awi_read_4(sc, rxoff + AWI_RXD_START_FRAME) &
1059 rstamp = awi_read_4(sc, rxoff + AWI_RXD_LOCALTIME);
1100 awi_write_1(sc, rxoff + AWI_RXD_HOST_DESC_STATE, state);
1102 next = awi_read_4(sc, rxoff + AWI_RXD_NEXT)
    [all...]
  /src/external/bsd/tmux/dist/
popup.c 126 ttyctx->xoff = ttyctx->rxoff = pd->px;
129 ttyctx->xoff = ttyctx->rxoff = pd->px + 1;
tty.c 1114 u_int xoff = ctx->rxoff + px, yoff = ctx->ryoff + py;
1130 u_int xoff = ctx->rxoff + px;
1235 u_int xoff = ctx->rxoff + px, yoff = ctx->ryoff + py;
1690 ttyctx.xoff = ttyctx.rxoff = wp->xoff;
screen-write.c 161 ttyctx->xoff = ttyctx->rxoff = wp->xoff;
tmux.h 1661 u_int rxoff; member in struct:tty_ctx

Completed in 98 milliseconds