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

  /src/sys/arch/vax/vsa/
lcg.c 222 static void fifo_put(long data);
263 void fifo_put(long data) function in typeref:typename:void
276 fifo_put(0);
309 fifo_put(0x0c010000 | (cur_fg & 0xff));
311 fifo_put(0x01020006);
313 fifo_put(0x06800000);
314 fifo_put(source);
315 fifo_put(lcg_xsize);
317 fifo_put(0x05800000);
318 fifo_put(dest)
    [all...]
lcg.c 222 static void fifo_put(long data);
263 void fifo_put(long data) function in typeref:typename:void
276 fifo_put(0);
309 fifo_put(0x0c010000 | (cur_fg & 0xff));
311 fifo_put(0x01020006);
313 fifo_put(0x06800000);
314 fifo_put(source);
315 fifo_put(lcg_xsize);
317 fifo_put(0x05800000);
318 fifo_put(dest)
    [all...]

Completed in 24 milliseconds