HomeSort by: relevance | last modified time | path
    Searched defs:push (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/common/lib/libc/arch/mips/string/
ffs.S 47 .set push define
  /src/lib/libc_fp/arch/mips/
fpdf.S 186 .set push define
202 .set push define
218 .set push define
233 .set push define
fpsf.S 184 .set push define
200 .set push define
216 .set push define
231 .set push define
  /src/sys/arch/hpcmips/hpcmips/
kloader_tx39.S 88 .set push define
kloader_vr41.S 74 .set push define
93 .set push define
  /src/sys/arch/mips/mips/
cache_tx39_subr.S 71 .set push define
118 .set push define
mips_mcclock_loop.S 52 .set push define
79 .set push define
locore_mips3.S 261 .set push define
500 .set push define
locore.S 789 .set push define
823 .set push define
879 REG_S t0, 4*SZREG(sp) # push caller's PC
880 REG_S t1, 5*SZREG(sp) # push caller's SP
881 REG_S t2, 6*SZREG(sp) # push caller's FP, in case
885 REG_S v0, 8*SZREG(sp) # push printf
894 REG_S v0, 0(sp) # push printf
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base827c.c 32 u32 *push; local in function:base827c_image_set
33 if ((push = evo_wait(&wndw->wndw, 13))) {
34 evo_mthd(push, 0x0084, 1);
35 evo_data(push, asyw->image.mode << 8 |
37 evo_mthd(push, 0x00c0, 1);
38 evo_data(push, asyw->image.handle[0]);
40 evo_mthd(push, 0x0110, 2);
41 evo_data(push, 1);
42 evo_data(push, 0x6400);
44 evo_mthd(push, 0x0110, 2)
    [all...]
nouveau_dispnv50_dac507d.c 33 u32 *push, sync = 0; local in function:dac507d_ctrl
34 if ((push = evo_wait(&core->chan, 3))) {
39 evo_mthd(push, 0x0400 + (or * 0x080), 2);
40 evo_data(push, ctrl);
41 evo_data(push, sync);
42 evo_kick(push, &core->chan);
nouveau_dispnv50_dac907d.c 33 u32 *push; local in function:dac907d_ctrl
34 if ((push = evo_wait(&core->chan, 2))) {
35 evo_mthd(push, 0x0180 + (or * 0x020), 1);
36 evo_data(push, ctrl);
37 evo_kick(push, &core->chan);
nouveau_dispnv50_pior507d.c 33 u32 *push; local in function:pior507d_ctrl
34 if ((push = evo_wait(&core->chan, 2))) {
40 evo_mthd(push, 0x0700 + (or * 0x040), 1);
41 evo_data(push, ctrl);
42 evo_kick(push, &core->chan);
nouveau_dispnv50_sor507d.c 33 u32 *push; local in function:sor507d_ctrl
34 if ((push = evo_wait(&core->chan, 2))) {
40 evo_mthd(push, 0x0600 + (or * 0x40), 1);
41 evo_data(push, ctrl);
42 evo_kick(push, &core->chan);
nouveau_dispnv50_sor907d.c 35 u32 *push; local in function:sor907d_ctrl
36 if ((push = evo_wait(&core->chan, 2))) {
37 evo_mthd(push, 0x0200 + (or * 0x20), 1);
38 evo_data(push, ctrl);
39 evo_kick(push, &core->chan);
nouveau_dispnv50_sorc37d.c 33 u32 *push; local in function:sorc37d_ctrl
34 if ((push = evo_wait(&core->chan, 2))) {
35 evo_mthd(push, 0x0300 + (or * 0x20), 1);
36 evo_data(push, ctrl);
37 evo_kick(push, &core->chan);
nouveau_dispnv50_ovly907e.c 33 u32 *push; local in function:ovly907e_image_set
34 if ((push = evo_wait(&wndw->wndw, 12))) {
35 evo_mthd(push, 0x0084, 1);
36 evo_data(push, asyw->image.interval << 4);
37 evo_mthd(push, 0x00c0, 1);
38 evo_data(push, asyw->image.handle[0]);
39 evo_mthd(push, 0x0100, 1);
40 evo_data(push, 0x00000002);
41 evo_mthd(push, 0x0400, 1);
42 evo_data(push, asyw->image.offset[0] >> 8)
    [all...]
nouveau_dispnv50_corec57d.c 34 u32 *push, i; local in function:corec57d_init
35 if ((push = evo_wait(&core->chan, 2 + 5 * windows))) {
36 evo_mthd(push, 0x0208, 1);
37 evo_data(push, core->chan.sync.handle);
39 evo_mthd(push, 0x1004 + (i * 0x080), 2);
40 evo_data(push, 0x0000000f);
41 evo_data(push, 0x00000000);
42 evo_mthd(push, 0x1010 + (i * 0x080), 1);
43 evo_data(push, 0x00117fff);
45 evo_kick(push, &core->chan)
    [all...]
nouveau_dispnv50_head917d.c 34 u32 *push; local in function:head917d_dither
35 if ((push = evo_wait(core, 2))) {
36 evo_mthd(push, 0x04a0 + (head->base.index * 0x0300), 1);
37 evo_data(push, asyh->dither.mode << 3 |
40 evo_kick(push, core);
49 u32 *push; local in function:head917d_base
64 if ((push = evo_wait(core, 2))) {
65 evo_mthd(push, 0x04d0 + head->base.index * 0x300, 1);
66 evo_data(push, bounds);
67 evo_kick(push, core)
    [all...]
nouveau_dispnv50_head827d.c 34 u32 *push; local in function:head827d_curs_clr
35 if ((push = evo_wait(core, 4))) {
36 evo_mthd(push, 0x0880 + head->base.index * 0x400, 1);
37 evo_data(push, 0x05000000);
38 evo_mthd(push, 0x089c + head->base.index * 0x400, 1);
39 evo_data(push, 0x00000000);
40 evo_kick(push, core);
48 u32 *push; local in function:head827d_curs_set
49 if ((push = evo_wait(core, 5))) {
50 evo_mthd(push, 0x0880 + head->base.index * 0x400, 2)
64 u32 *push; local in function:head827d_core_set
86 u32 *push; local in function:head827d_olut_clr
100 u32 *push; local in function:head827d_olut_set
    [all...]
nouveau_dispnv50_ovly827e.c 35 u32 *push; local in function:ovly827e_image_set
36 if ((push = evo_wait(&wndw->wndw, 12))) {
37 evo_mthd(push, 0x0084, 1);
38 evo_data(push, asyw->image.interval << 4);
39 evo_mthd(push, 0x00c0, 1);
40 evo_data(push, asyw->image.handle[0]);
41 evo_mthd(push, 0x0100, 1);
42 evo_data(push, 0x00000002);
43 evo_mthd(push, 0x0800, 1);
44 evo_data(push, asyw->image.offset[0] >> 8)
    [all...]
nouveau_dispnv50_wimmc37b.c 36 u32 *push; local in function:wimmc37b_update
37 if ((push = evo_wait(&wndw->wimm, 2))) {
38 evo_mthd(push, 0x0200, 1);
40 evo_data(push, 0x00000003);
42 evo_data(push, 0x00000001);
43 evo_kick(push, &wndw->wimm);
50 u32 *push; local in function:wimmc37b_point
51 if ((push = evo_wait(&wndw->wimm, 2))) {
52 evo_mthd(push, 0x0208, 1);
53 evo_data(push, asyw->point.y << 16 | asyw->point.x)
    [all...]
  /src/lib/libc/arch/mips/gen/
_resumecontext.S 56 .set push define
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_util.h 50 struct semaphore push; member in struct:__anonff0253f90108
  /src/sys/arch/ews4800mips/stand/common/
cons_zskbd.c 163 int push; local in function:zskbd_common_getc
210 push = (v & 0x80) == 0;
211 if (push && released) {
215 if (!push)

Completed in 31 milliseconds

1 2 3