Searched refs:subc (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A D__ucmpdi2.S31 subc a1,d1 # may clear Z, never sets it
38 subc d0,d0 # -1 if LE, 0 if GE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h127 BEGIN_RING(struct nouveau_channel *chan, int subc, int mthd, int size) argument
129 OUT_RING(chan, (subc << 13) | (size << 18) | mthd);
H A Dnouveau_irq.c106 const int subc = (addr >> 13) & 0x7; local
118 chan->sw_subchannel[subc] = ref->gpuobj->class;
120 NV04_PFIFO_CACHE1_ENGINE) & ~(0xf << subc * 4));
125 if (nv_rd32(dev, NV04_PFIFO_CACHE1_ENGINE) & (1 << (subc*4)))
128 if (nouveau_call_method(chan, chan->sw_subchannel[subc], mthd, data))
409 int subc, mthd, size; member in struct:nouveau_pgraph_trap
434 trap->subc = (address >> 13) & 0x7;
436 trap->subc = (address >> 16) & 0x7;
441 trap->class = nv_rd32(dev, 0x400180 + trap->subc*4) & 0xFF;
443 trap->class = nv_rd32(dev, 0x400160 + trap->subc*
[all...]
H A Dnv04_graph.c613 int subc = (nv_rd32(dev, NV04_PGRAPH_TRAPPED_ADDR) >> 13) & 0x7; local
622 nv_wr32(dev, NV04_PGRAPH_CTX_CACHE1 + (subc<<2), tmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb004.tcl194 set subc [eval {$subdb cursor} $txn]
195 error_check_good db_cursor [is_valid_cursor $subc $subdb] TRUE
196 set d [$subc get -first]
211 error_check_good curs_close [$subc close] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dashiftrt.S80 subc r4,r4
H A Dashrsi3.S112 subc r0,r0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_mode.c106 subc, scale, scale_mask, norm_mask, e_hd, e_vd) { \
128 .subc_coeff = subc * fixed1, \
136 subc, scale, scale_mask, norm_mask) \
137 __MODE(f, hd, vd, ht, vt, hsynp, vsynp, subc, scale, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dvis3-mont.pl308 subc $ovf, %g0, $ovf ! handle upmost overflow bit
H A Dsparct4-mont.pl896 subc $ovf, %g0, $ovf ! handle upmost overflow bit
1150 subc $ovf, %g0, $ovf ! handle upmost overflow bit
H A Dsparcv9-mont.pl273 subc $car2,0,$car2 ! handle upmost overflow bit
H A Dsparcv9a-mont.pl830 subc $carry,0,%g4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dvis3-mont.pl308 subc $ovf, %g0, $ovf ! handle upmost overflow bit
H A Dsparct4-mont.pl896 subc $ovf, %g0, $ovf ! handle upmost overflow bit
1150 subc $ovf, %g0, $ovf ! handle upmost overflow bit
H A Dsparcv9-mont.pl273 subc $car2,0,$car2 ! handle upmost overflow bit
H A Dsparcv9a-mont.pl830 subc $carry,0,%g4

Completed in 96 milliseconds