/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.h | 130 BEGIN_NVC0(struct nouveau_channel *chan, int op, int subc, int mthd, int size) in BEGIN_NVC0() argument 132 OUT_RING(chan, (op << 28) | (size << 16) | (subc << 13) | (mthd >> 2)); in BEGIN_NVC0() 136 BEGIN_RING(struct nouveau_channel *chan, int subc, int mthd, int size) in BEGIN_RING() argument 138 OUT_RING(chan, (subc << 13) | (size << 18) | mthd); in BEGIN_RING()
|
D | nv04_fifo.c | 343 const int subc = (addr >> 13) & 0x7; in nouveau_fifo_swmthd() local 360 chan->sw_subchannel[subc] = obj->class; in nouveau_fifo_swmthd() 361 engine = 0x0000000f << (subc * 4); in nouveau_fifo_swmthd() 368 if (unlikely(((engine >> (subc * 4)) & 0xf) != 0)) in nouveau_fifo_swmthd() 371 if (!nouveau_gpuobj_mthd_call(chan, chan->sw_subchannel[subc], in nouveau_fifo_swmthd()
|
D | nv50_graph.c | 808 u32 subc = (addr & 0x00070000) >> 16; in nv50_pgraph_trap_handler() local 821 chid, inst, subc, class, mthd, datah, in nv50_pgraph_trap_handler() 836 u32 subc = (addr & 0x00070000) >> 16; in nv50_pgraph_trap_handler() local 846 chid, inst, subc, class, mthd, in nv50_pgraph_trap_handler() 1024 u32 subc = (addr & 0x00070000) >> 16; in nv50_graph_isr() local 1068 chid, inst, subc, class, mthd, data); in nv50_graph_isr()
|
D | nvc0_graph.c | 734 u32 subc = (addr & 0x00070000) >> 16; in nvc0_graph_isr() local 737 u32 class = nv_rd32(dev, 0x404200 + (subc * 4)); in nvc0_graph_isr() 744 chid, inst, subc, class, mthd, data); in nvc0_graph_isr() 753 chid, inst, subc, class, mthd, data); in nvc0_graph_isr() 763 chid, inst, subc, class, mthd, data); in nvc0_graph_isr()
|
D | nv40_graph.c | 507 u32 subc = (addr & 0x00070000) >> 16; in nv40_graph_isr() local 510 u32 class = nv_rd32(dev, 0x400160 + subc * 4) & 0xffff; in nv40_graph_isr() 536 chid, inst, subc, class, mthd, data); in nv40_graph_isr()
|
D | nv04_graph.c | 652 int subc = (nv_rd32(dev, NV04_PGRAPH_TRAPPED_ADDR) >> 13) & 0x7; in nv04_graph_set_ctx1() local 661 nv_wr32(dev, NV04_PGRAPH_CTX_CACHE1 + (subc<<2), tmp); in nv04_graph_set_ctx1() 1278 u32 subc = (addr & 0x0000e000) >> 13; in nv04_graph_isr() local 1281 u32 class = nv_rd32(dev, 0x400180 + subc * 4) & 0xff; in nv04_graph_isr() 1311 chid, subc, class, mthd, data); in nv04_graph_isr()
|
D | nvc0_fifo.c | 404 u32 subc = (addr & 0x00070000); in nvc0_fifo_isr_subfifo_intr() local 410 unit, chid, subc, mthd, data); in nvc0_fifo_isr_subfifo_intr()
|
D | nv10_graph.c | 1139 u32 subc = (addr & 0x00070000) >> 16; in nv10_graph_isr() local 1142 u32 class = nv_rd32(dev, 0x400160 + subc * 4) & 0xfff; in nv10_graph_isr() 1172 chid, subc, class, mthd, data); in nv10_graph_isr()
|
D | nv20_graph.c | 870 u32 subc = (addr & 0x00070000) >> 16; in nv20_graph_isr() local 873 u32 class = nv_rd32(dev, 0x400160 + subc * 4) & 0xfff; in nv20_graph_isr() 896 chid, subc, class, mthd, data); in nv20_graph_isr()
|
/linux-2.6.39/arch/mn10300/lib/ |
D | __ucmpdi2.S | 31 subc a1,d1 # may clear Z, never sets it 38 subc d0,d0 # -1 if LE, 0 if GE define
|
/linux-2.6.39/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 106 subc, scale, scale_mask, norm_mask, e_hd, e_vd) { \ argument 128 .subc_coeff = subc * fixed1, \ 136 subc, scale, scale_mask, norm_mask) \ argument 137 __MODE(f, hd, vd, ht, vt, hsynp, vsynp, subc, scale, \
|
/linux-2.6.39/arch/sh/lib/ |
D | ashiftrt.S | 80 subc r4,r4
|
D | ashrsi3.S | 112 subc r0,r0
|